File: NAMESPACE

package info (click to toggle)
r-cran-modeltools 0.2-24-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 184 kB
  • sloc: sh: 39; makefile: 2
file content (32 lines) | stat: -rw-r--r-- 1,009 bytes parent folder | download | duplicates (4)
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
import(methods)
import(stats)
import(stats4)

export(ModelEnvFormula, ModelEnvMatrix, linearModel, glinearModel,
       survReg, Predict, ICL, KLdiv, Lapply, clusters, getModel,
       parameters, posterior, prior, refit, info, infoCheck, relabel,
       ParseFormula)

exportClasses("ModelEnv", "FormulaParts", "ModelEnvFormula", "StatModel",
              "StatModelCapabilities")

exportMethods("subset", "show", "dimension", "clone", "has", "initialize",
              "fit", "dpp", "na.omit", "na.fail", "na.pass", "subset",
              "MEapply", "info", "empty", "relabel")

S3method(fitted, linearModel)
S3method(model.matrix, linearModel)
S3method(predict, linearModel)
S3method(print, linearModel)
S3method(weights, linearModel)

S3method(fitted, glinearModel)
S3method(model.matrix, glinearModel)
S3method(predict, glinearModel)
S3method(print, glinearModel)

S3method(fitted, survReg)
S3method(logLik, survReg)
S3method(print, survReg)
S3method(weights, survReg)
S3method(model.matrix, survReg)