# Exported functions
export(anova.jointModel, coef.jointModel, crLong, dynC, fitted.jointModel, fixef.jointModel, jointModel, piecewiseExp.ph,
	plot.jointModel, plot.survfitJM, predict.jointModel, ranef.jointModel, residuals.jointModel, rocJM, simulateJM, 
	 simulate.jointModel, survfitJM, wald.strata, weibull.frailty, xtable.jointModel)

# Imported functions
importFrom(nlme, fixed.effects)
importFrom(nlme, fixef)
importFrom(nlme, random.effects)
importFrom(nlme, ranef)
importFrom(stats, simulate)

# S3 methods
S3method(anova, jointModel)
S3method(coef, jointModel)
S3method(coef, weibull.frailty)
S3method(confint, jointModel)
S3method(dynC, jointModel)
S3method(fitted, jointModel)
S3method(fixef, jointModel)
S3method(logLik, jointModel)
S3method(logLik, weibull.frailty)
S3method(plot, jointModel)
S3method(plot, rocJM)
S3method(plot, survfitJM)
S3method(predict, jointModel)
S3method(print, aov.jointModel)
S3method(print, dynC)
S3method(print, jointModel)
S3method(print, rocJM)
S3method(print, summary.jointModel)
S3method(print, summary.weibull.frailty)
S3method(print, survfitJM)
S3method(print, weibull.frailty)
S3method(print, wald.strata)
S3method(ranef, jointModel)
S3method(residuals, jointModel)
S3method(simulate, jointModel)
S3method(summary, jointModel)
S3method(summary, weibull.frailty)
S3method(vcov, jointModel)
S3method(vcov, weibull.frailty)
