A function to estimate the survival function based on parameter estimates.
fpmSurv(CFM, beta = NULL, lp = NULL, maxTime = 24)A survival function
a Counter-Factual model
parameter with which to adjust the baseline function (defaults to beta=0)
a linear predictor which if supplies will be used to adjust the parameters of the survival function
maximum time used in the estimation
This functions extracts the baseline (cumulative) hazard parameters from a counter factual model and uses these to construct survival estimates. This is used in the simulation of datasets. If a (log) hazard ratio, beta, or a linear predictor, lp, are supplied - these will be used to adjust the baseline estimates.