powered by
Provides a detailed summary of a fitted qbrms model.
# S3 method for qbrms_fit summary(object, ..., digits = 2)# S3 method for qbrms_fit summary(object, ..., digits = 2)
# S3 method for qbrms_fit summary(object, ..., digits = 2)
An object of class "summary.qbrms_fit" containing:
"summary.qbrms_fit"
formula: The model formula.
formula
family: The distribution family.
family
nobs: Number of observations.
nobs
fixed: Data frame of fixed effects estimates.
fixed
random: Random effects summary (if applicable).
random
A qbrms_fit object
Additional arguments
Number of digits for output (default 2)
# \donttest{ if (requireNamespace("INLA", quietly = TRUE)) { fit <- qbrms(mpg ~ hp, data = mtcars, family = gaussian(), verbose = FALSE) summary(fit) } # }
Run the code above in your browser using DataLab