View source: R/smoothic_functions.R
summary.smoothic | R Documentation |
summary
method class “smoothic
”
## S3 method for class 'smoothic'
summary(object, ...)
object |
an object of class “ |
... |
further arguments passed to or from other methods. |
A list containing the following components:
model
- the matched model from the smoothic
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.
Meadhbh O'Neill
# Sniffer Data --------------------
# MPR Model ----
results <- smoothic(
formula = y ~ .,
data = sniffer,
family = "normal",
model = "mpr"
)
summary(results)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.