This function provides a summary for objects of class "colsa".
Usage
# S3 method for class 'colsa'
summary(object, conf.int = 0.95, ...)Value
A list of class "summary.colsa" containing the following
components:
- call
The function call that created the
"colsa"object.- coefficients
A matrix with columns for the coefficients, exponentiated coefficients, standard errors, z-scores, and p-values.
- conf.int
A matrix with columns for the exponentiated coefficients, their reciprocals, and the lower and upper confidence interval bounds.
- n_basis
The number of basis functions used in the model.
- boundary
The boundary information from the
"colsa"object.