summary.bmixlm: Summarizing 'bmixlm' Fits

View source: R/bmixlm.R

summary.bmixlmR Documentation

Summarizing bmixlm Fits

Description

Computes a list of summary statistics for the bmixlm model fit object.

Usage

## S3 method for class 'bmixlm'
summary(object, ...)

## S3 method for class 'summary.bmixlm'
print(x, digits = max(3L, getOption("digits") - 3L), ...)

Arguments

object

An object of class bmixlm

...

Currently ignored

x

An object of class bmixlm

digits

The number of significant digits to use when printing.

Value

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


SWotherspoon/bmixlm documentation built on June 10, 2025, 6:47 a.m.