https://github.com/cran/rstpm2
Raw File
Tip revision: c12a9847539968aa375d4df8349a3a524e7c1bb5 authored by Mark Clements on 17 January 2019, 14:50:04 UTC
version 1.4.5
Tip revision: c12a984
NAMESPACE
useDynLib(rstpm2, .registration=TRUE)

exportClasses(stpm2,pstpm2,tvcCoxph,aft)

export(stpm2,pstpm2,incrVar,nsx,predictnl,"coef<-",cox.tvc,aft,nsxD,
       eform, predictnl, coef, confint)
export(predictnl.default, confint.predictnl, vuniroot)

S3method(makepredictcall, nsx)
S3method(makepredictcall, nsxD)
S3method(predict, nsx)
S3method(predict, nsxD)
S3method(predict, formula)
S3method(predictnl, default)
S3method(predictnl, lm)
S3method(print, predictnl)
S3method(confint, predictnl)
S3method(lines, stpm2)
S3method(lines, pstpm2)
S3method(eform, stpm2)
S3method(coef, stpm2)
S3method(vcov, stpm2)
S3method(coef, pstpm2)
S3method(vcov, pstpm2)

## All methods for imported generics:
exportMethods(plot,predict,predictnl,coef,confint,summary,update,anova,vcov,formula,
              BIC,AIC,AICc,qAICc,simulate,residuals,lines,eform)

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, confint, qnorm, complete.cases)
importFrom(mgcv,gam,s)
importFrom(Rcpp,sourceCpp)
import(bbmle,methods,survival,splines)


back to top