powered by
summary method class “smoothic”
summary
smoothic
# S3 method for smoothic summary(object, ...)
A list containing the following components:
model - the matched model from the smoothic object.
model
coefmat - a typical coefficient matrix whose columns are the estimated regression coefficients, estimated standard errors (SEE) and p-values.
coefmat
plike - value of the penalized likelihood function.
plike
an object of class “smoothic” which is the result of a call to smoothic.
further arguments passed to or from other methods.
Meadhbh O'Neill
# Sniffer Data -------------------- # MPR Model ---- results <- smoothic( formula = y ~ ., data = sniffer, family = "normal", model = "mpr" ) summary(results)
Run the code above in your browser using DataLab