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
|
export(
"censored.fit",
"dcor0",
"dhalfnorm",
"fdrtool",
"fitted.monoreg",
"fndr.cutoff",
"gcmlcm",
"grenander",
"hc.score",
"hc.thresh",
"monoreg",
"pcor0",
"phalfnorm",
"plot.grenander",
"plot.monoreg",
"pval.estimate.eta0",
"qcor0",
"qhalfnorm",
"rcor0",
"residuals.monoreg",
"rhalfnorm",
"sd2theta",
"theta2sd"
)
S3method("fitted", "monoreg")
S3method("plot", "grenander")
S3method("plot", "monoreg")
S3method("residuals", "monoreg")
import("graphics")
import("grDevices")
import("stats")
useDynLib("fdrtool", .registration = TRUE)
|