/usr/lib/R/site-library/DoseFinding/NAMESPACE is in r-cran-dosefinding 0.9-12-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 44 45 46 47 48 49 50 51 | import(mvtnorm, lattice)
export(fitMod, defBnds, bFitMod, MCTtest, MCPMod,
betaMod, quadratic, emax, exponential,linear, linlog, logistic, sigEmax, linInt,
betaModGrad, quadraticGrad, emaxGrad, exponentialGrad,
linearGrad, linlogGrad, logisticGrad, sigEmaxGrad, linIntGrad,
Mods, getResp, TD, ED,
guesst, MCTtest, gAIC,
mvtnorm.control,
optContr,
powMCT, sampSize, sampSizeMCT, targN, powN, planMod,
optDesign, calcCrit, rndDesign)
S3method(predict, MCPMod)
S3method(print, MCPMod)
S3method(print, sampSize)
S3method(plot, MCPMod)
S3method(summary, MCPMod)
S3method(print, summary.MCPMod)
S3method(summary, DRMod)
S3method(print, summary.DRMod)
S3method(print, DRMod)
S3method(plot, DRMod)
S3method(vcov, DRMod)
S3method(coef, DRMod)
S3method(predict, DRMod)
S3method(print, MCTtest)
S3method(print, DRdesign)
S3method(plot, DRdesign)
S3method(print, optContr)
S3method(summary, optContr)
S3method(print, summary.optContr)
S3method(plot, optContr)
S3method(plot, Mods)
S3method(AIC, DRMod)
S3method(gAIC, DRMod)
S3method(logLik, DRMod)
S3method(gAIC, DRMod)
S3method(predict, bFitMod)
S3method(plot, bFitMod)
S3method(print, bFitMod)
S3method(plot, targN)
S3method(plot, planMod)
S3method(print, planMod)
S3method(summary, planMod)
S3method(print, summary.planMod)
useDynLib(DoseFinding)
|