forked from mclements/rstpm2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
24 lines (20 loc) · 1013 Bytes
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
useDynLib(rstpm2, .registration=TRUE)
export(stpm2,pstpm2,incrVar,nsx,predictnl,"coef<-",cox.tvc,aft,nsxD)
exportClasses(stpm2,pstpm2,tvcCoxph,aft)
S3method(makepredictcall, nsx)
S3method(predict, nsx)
S3method(makepredictcall, nsxD)
S3method(predict, nsxD)
## All methods for imported generics:
exportMethods(plot,predict,predictnl,coef,confint,summary,update,anova,vcov,formula,
BIC,AIC,AICc,qAICc,simulate,residuals)
importFrom(graphics,plot,lines,matplot,par,polygon,abline,matlines)
## importFrom(splines,bs,ns,spline.des,splineDesign)
importFrom(stats, quantile, lm, as.formula, coef, makepredictcall, na.fail, predict,
contrasts,delete.response, get_all_vars, model.extract, model.frame,
model.matrix, model.weights, na.pass, optimHess, pweibull,
terms, terms.formula, .checkMFClasses, .getXlevels, pchisq, printCoefmat,
anova, var, residuals)
importFrom(mgcv,gam,s)
importFrom(Rcpp,sourceCpp)
import(bbmle,methods,survival,splines,numDeriv)