summary.serp | R Documentation |
This function summarizes the result of a fitted serp object in a dataframe.
## S3 method for class 'serp' summary(object, ...)
object |
An object of class |
... |
Not used. Additional summary arguments. |
an object of class summary.serp
. A list (depending on the type of
slope
used) of all model components defined in the serp
,
function with additional components listed below.
coefficients |
the matrix of coefficients, standard errors, z-values and p-values. |
null.deviance |
the deviance for the intercept only model. |
null.logLik |
the log-likelihood for the intercept only model. |
penalty |
list of penalization information obtained with
|
expcoefs |
the exponentiated coefficients. |
anova.serp
, predict.serp
,
confint.serp
, vcov.serp
library(serp) m <- serp(rating ~ temp + contact, slope = "penalize", reverse = TRUE, link = "logit", tuneMethod = "user", lambda = 0, data = wine) summary(m)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.