https://github.com/cran/rstpm2
Revision 553dbb72c2d75d5bcfa1456f635da35430859ddf authored by Mark Clements on 24 February 2016, 16:59:21 UTC, committed by cran-robot on 24 February 2016, 16:59:21 UTC
1 parent 643c36c
Raw File
Tip revision: 553dbb72c2d75d5bcfa1456f635da35430859ddf authored by Mark Clements on 24 February 2016, 16:59:21 UTC
version 1.3.1
Tip revision: 553dbb7
NAMESPACE
useDynLib(rstpm2)

export(stpm2,pstpm2,incrVar,nsx,predictnl,"coef<-")
exportClasses(stpm2,pstpm2) # tvcCoxph
S3method(makepredictcall, nsx)
S3method(predict, nsx)
## All methods for imported generics:
exportMethods(plot,predict,predictnl,coef,confint,summary,update,anova,vcov,formula,
              BIC,AIC,AICc,qAICc,simulate)

importFrom(graphics,plot,lines,matplot,par,polygon)
## 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)
importFrom(mgcv,gam,s)
importFrom(Rcpp,sourceCpp)
import(bbmle,methods,survival,splines,numDeriv)


back to top