-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathNAMESPACE
43 lines (42 loc) · 1.16 KB
/
NAMESPACE
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
36
37
38
39
40
41
42
43
# Generated by roxygen2: do not edit by hand
S3method(calibrateP,mcmcNull)
S3method(calibrateP,null)
S3method(computeExpectedAbsoluteSystematicError,mcmcNull)
S3method(computeExpectedAbsoluteSystematicError,null)
S3method(print,mcmcNull)
S3method(print,null)
export(calibrateConfidenceInterval)
export(calibrateLlr)
export(calibrateP)
export(compareEase)
export(computeCvBinomial)
export(computeCvPoisson)
export(computeCvPoissonRegression)
export(computeExpectedAbsoluteSystematicError)
export(computeTraditionalCi)
export(computeTraditionalP)
export(convertNullToErrorModel)
export(evaluateCiCalibration)
export(fitMcmcNull)
export(fitNull)
export(fitNullNonNormalLl)
export(fitSystematicErrorModel)
export(plotCalibration)
export(plotCalibrationEffect)
export(plotCiCalibration)
export(plotCiCalibrationEffect)
export(plotCiCoverage)
export(plotErrorModel)
export(plotExpectedType1Error)
export(plotForest)
export(plotMcmcTrace)
export(plotTrueAndObserved)
export(simulateControls)
export(simulateMaxSprtData)
import(stats)
importFrom(Rcpp,evalCpp)
importFrom(grDevices,rgb)
importFrom(methods,is)
importFrom(rlang,.data)
importFrom(utils,read.csv)
useDynLib(EmpiricalCalibration)