/usr/lib/R/site-library/maxLik/NAMESPACE is in r-cran-maxlik 1.3-4-3.
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 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 | export( "activePar" )
export( "compareDerivatives" )
export( "condiNumber" )
export( "fnSubset" )
export( "hessian" )
export( "maxBFGS" )
export( "maxBFGSR" )
export( "maxBHHH" )
export( "maxCG" )
export( "maximType" )
export( "maxLik" )
export( "maxNM" )
export( "maxNR" )
export( "maxSANN" )
export( "nIter" )
export( "numericGradient" )
export( "numericHessian" )
export( "numericNHessian" )
export( "returnCode" )
export( "returnMessage" )
export("sumt")
importFrom("methods", "new", "show", "slot", "slot<-", "slotNames",
"validObject")
importFrom( "miscTools", "nObs" )
importFrom( "miscTools", "nParam" )
importFrom( "miscTools", "sumKeepAttr" )
importFrom( "sandwich", "bread" )
importFrom( "miscTools", "stdEr" )
importFrom( "sandwich", "estfun" )
importFrom("stats", "coef", "logLik", "optim", "pnorm", "printCoefmat",
"vcov")
importFrom("utils", "head", "str", "tail")
exportClasses("MaxControl")
exportMethods("maxControl")
exportMethods("show")
S3method( "activePar", "default" )
S3method( "AIC", "maxLik" )
S3method( "bread", "maxLik" )
S3method( "coef", "maxim" )
S3method( "coef", "maxLik" )
S3method( "coef", "summary.maxLik" )
S3method( "condiNumber", "default" )
S3method( "condiNumber", "maxLik" )
S3method( "estfun", "maxLik" )
S3method( "hessian", "default" )
S3method( "logLik", "maxLik" )
S3method( "logLik", "summary.maxLik" )
S3method( "maximType", "default" )
S3method( "maximType", "maxim" )
S3method( "nIter", "default" )
S3method( "nObs", "maxLik" )
S3method( "nParam", "maxim" )
S3method( "print", "maxLik" )
S3method( "print", "summary.maxim" )
S3method( "print", "summary.maxLik" )
S3method( "returnCode", "default" )
S3method( "returnCode", "maxim" )
S3method( "returnCode", "maxLik" )
S3method( "returnMessage", "default" )
S3method( "returnMessage", "maxim" )
S3method( "returnMessage", "maxLik" )
S3method( "stdEr", "maxLik" )
S3method( "summary", "maxim" )
S3method( "summary", "maxLik" )
S3method( "vcov", "maxLik" )
|