View source: R/mspline_plots.R
mspline_plotdata | R Documentation |
Data for plotting an M-spline function, showing how it is built up from its basis
mspline_plotdata(
knots = NULL,
bknot = 10,
df = 10,
degree = 3,
bsmooth = TRUE,
coefs = NULL,
scale = 1,
tmin = 0,
tmax = 10
)
knots |
Vector of knot locations. If not supplied, The number of knots (excluding zero) is |
bknot |
Location of the final spline knot. |
df |
Desired number of basis terms, or "degrees of freedom"
in the spline. If |
degree |
Spline polynomial degree. Can only be changed from
the default of 3 if |
bsmooth |
If |
coefs |
Coefficients of the spline basis terms. These are normalised internally to sum to 1, if they do not already sum to 1. |
scale |
Scale parameter. After computing the standard M-spline function as a weighted sum of the basis
terms, the function is multiplied by |
tmin |
Minimum plotting time. Defaults to zero. |
tmax |
Maximum plotting time. Defaults to the highest knot. |
A data frame with values of the hazard at different times for different basis functions.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.