https://github.com/cran/rstpm2
Revision a5ef3506c39866f5e7b3d57e7fa0677cf4edd675 authored by Mark Clements on 13 April 2016, 17:59:18 UTC, committed by cran-robot on 13 April 2016, 17:59:18 UTC
1 parent 553dbb7
Raw File
Tip revision: a5ef3506c39866f5e7b3d57e7fa0677cf4edd675 authored by Mark Clements on 13 April 2016, 17:59:18 UTC
version 1.3.2
Tip revision: a5ef350
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