confidence_band | R Documentation |
confidence_band
computes the lower and upper limits of smooth
terms fitted with intensity_pspline
.
confidence_band(theta, V, X, q = 0.05, R = 1000)
theta |
The estimated coefficients which corresponds to the smooth term. |
V |
The covariance matrix of the estimated coefficients |
X |
The design matrix of the model which corresponds to the smooth term. |
q |
The quantile. Default to |
R |
The number of replications in the simulation process. |
A list of two vectors which contain the lower and the upper limits of the confidence band.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.