-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
40 lines (34 loc) · 915 Bytes
/
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
# exportPattern("^[[:alpha:]]+")
export(
nlsj,
nlsgn,
numericDeriv,
nlsj.control
)
S3method(anova, nlsj)
S3method(coef, nlsj)
S3method(confint, nlsj)
S3method(deviance, nlsj)
S3method(df.residual, nlsj)
S3method(fitted, nlsj)
S3method(formula, nlsj)
S3method(logLik, nlsj)
# S3method(nobs, nlsj)
S3method(predict, nlsj)
S3method(print, nlsj)
S3method(print, summary.nlsj)
S3method(residuals, nlsj)
S3method(summary, nlsj)
S3method(vcov, nlsj)
S3method(weights, nlsj)
importFrom(graphics, abline, lines, par)
importFrom(grDevices, dev.flush, dev.hold)
importFrom(stats, .checkMFClasses, as.formula, coef, confint,
deriv, deviance, df.residual,
fitted, formula, lm,
model.weights, na.omit, nobs,
napredict, naprint, naresid, pf, predict, printCoefmat,
pt, qf,
resid, symnum,
weights)
# importFrom("utils", "ls.str", "str")