forked from cran/SCCS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
21 lines (20 loc) · 988 Bytes
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# exportPattern("^[[:alpha:]]+")
export(standardsccs, eventdepenobs, formatdata, integrateIspline, nonparasccs, semisccs, simulatesccsdata, smoothagesccs, smoothexposccs, lrtsccs, eventdepenexp, quantsccs, samplesize)
import("survival", "splines", "corpcor", "fda","R.methodsS3", "gnm")
importFrom("stats", "as.formula", "dgamma", "integrate", "nlm",
"optim", "pchisq", "pgamma", "rmultinom", "runif", "coef", "poisson", "qnorm", "vcov")
importFrom("stats", "naprint", "printCoefmat")
importFrom("graphics", "lines", "par", "plot")
importFrom("stats", "model.frame", "model.matrix")
S3method(print, summary.sccs)
S3method(print, summary.smoothagesccs)
#S3method(summary, smoothagesccs)
S3method(plot, smoothagesccs)
S3method(plot, nonparasccs)
S3method(plot, smoothexposccs)
S3method(print, summary.smoothexposccs)
#S3method(summary, smoothexposccs)
S3method(print, nonparasccs)
S3method(print, smoothagesccs)
#S3method(print1, smoothagesccs)
S3method(print, smoothexposccs)