-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathNAMESPACE
More file actions
35 lines (34 loc) · 806 Bytes
/
NAMESPACE
File metadata and controls
35 lines (34 loc) · 806 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# Generated by roxygen2: do not edit by hand
S3method(lines,mROC)
S3method(plot,mROC)
S3method(print,mROC_inference)
export(calc_NB_moments)
export(calc_mROC_stats)
export(calibration_plot)
export(evpi_val)
export(mAUC)
export(mROC)
export(mROC_analysis)
export(mROC_inference)
export(mu_max_trunc_bvn)
export(odds_adjust)
export(pred_summary_stat)
import(dplyr)
import(ggplot2)
import(magrittr)
import(pROC)
importFrom(RConics,cubic)
importFrom(Rcpp,sourceCpp)
importFrom(graphics,lines)
importFrom(graphics,par)
importFrom(mvtnorm,pmvnorm)
importFrom(stats,dnorm)
importFrom(stats,ecdf)
importFrom(stats,pchisq)
importFrom(stats,pnorm)
importFrom(stats,quantile)
importFrom(stats,rbinom)
importFrom(stats,sd)
importFrom(stats,stepfun)
importFrom(stats,t.test)
useDynLib(predtools, .registration = TRUE)