summary.bmixlm: Summarizing 'bmixlm' Fits

Description Usage Arguments Value

Description

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

Usage

1
2
3
4
5
6
## 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 May 9, 2019, 12:07 p.m.