variable.names.zlm: Variable names and design matrix

View source: R/aux_outer.R

variable.names.zlmR Documentation

Variable names and design matrix

Description

Simple utilities retrieving variable names and design matrix from a bma object

Usage

## S3 method for class 'zlm'
variable.names(object, ...)

Arguments

object

A bma object (as produced by bms)

...

further arguments passed to or from other methods

Details

variable.names.zlm: method variable.names for a zlm model.
vcov.zlm: the posterior variance-covariance matrix of the coefficients of a zlm model - cf. vcov
logLik.zlm: a zlm model's log-likelihood p(y|M) according to the implementation of the respective coefficent prior

See Also

zlm for creating zlm objects

Check http://bms.zeugner.eu for additional help.

Examples


 data(datafls)
  
 zz=zlm(datafls)
 variable.names(zz)
 vcov(zz)
 logLik(zz)
 

BMS documentation built on Aug. 9, 2022, 5:08 p.m.