summary.bmixlm | R Documentation |
bmixlm
FitsComputes a list of summary statistics for the bmixlm
model
fit object
.
## S3 method for class 'bmixlm'
summary(object, ...)
## S3 method for class 'summary.bmixlm'
print(x, digits = max(3L, getOption("digits") - 3L), ...)
object |
An object of class |
... |
Currently ignored |
x |
An object of class |
digits |
The number of significant digits to use when printing. |
Returns an object of class summary.bmixlm
, with components
call: The original bmixlm
call
nsamp: The number of Gibbs samples drawn
beta1: Summary table for the coefficients for the linear model for the first component
beta2: Summary table for the coefficients for the linear model for the second component
betap: Summary table for the coefficients for the probit model
sigma: Summary table for the standard deviations for the two linear models
vcov1: Variance covariance matrix of the coefficients for the linear model for the first component
vcov2: Variance covariance matrix of the coefficients for the linear model for the second component
vcovp: Variance covariance matrix of the coefficients for the probit model
pW: WAIC effective number of parameters
WAIC: WAIC
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.