cbc {cuRe} | R Documentation |
Restricted cubic splines with cure
Description
Function for computing the basis matrix for restricted cubic splines which are constant beyond the last knot
Usage
cbc(x, df = NULL, knots = NULL, ortho = FALSE, R.inv = NULL, intercept = FALSE)
Arguments
x |
Values to evaluate the basis functions in. |
df |
Degrees of freedom. One can supply |
knots |
Chosen knots for the spline. |
ortho |
Logical. If |
R.inv |
Matrix or vector containing the values of the R matrix from the QR decomposition of the basis matrix.
This is used for making new predictions based on the initial orthogonalization.
Therefore the default is |
intercept |
Logical. If |
Value
A matrix with containing the basis functions evaluated in x
.
References
Andersson T.M.-L., et al. (2011) Estimating and modelling cure in population-based cancer studies within the framework of flexible parametric survival models. BMC Medical Research Methodology, 11:96.