summary.smoothic {smoothic} | R Documentation |
Summarising Smooth Information Criterion (SIC) Fits
Description
summary
method class “smoothic
”
Usage
## S3 method for class 'smoothic'
summary(object, ...)
Arguments
object |
an object of class “ |
... |
further arguments passed to or from other methods. |
Value
A list containing the following components:
-
model
- the matched model from thesmoothic
object. -
coefmat
- a typical coefficient matrix whose columns are the estimated regression coefficients, estimated standard errors (SEE) and p-values. -
plike
- value of the penalized likelihood function.
Author(s)
Meadhbh O'Neill
Examples
# Sniffer Data --------------------
# MPR Model ----
results <- smoothic(
formula = y ~ .,
data = sniffer,
family = "normal",
model = "mpr"
)
summary(results)
[Package smoothic version 1.2.0 Index]