| zlm-class {BMS} | R Documentation |
A list holding output from the Bayesian Linar Model under Zellner's g prior akin to class 'lm'
Objects can be created via calls to zlm, but indirectly also via as.zlm.
zlm estimates a Bayesian Linear Model under Zellner's g prior - its output is very similar to objects of class lm (cf. section 'Value')
coefficients:"numeric": holds the posterior expected values of 'regression' coefficients. The first element always holds the interceptresiduals:"numeric": the residuals, that is the response variable minus fitted values rank:"numeric": the number of estimated parametersfitted.values:df.residual:"numeric": the residual degrees of freedom call:"call": the matched call to zlm that created the objectterms:"formula": the terms object usedmodel:"data.frame": the model frame used coef2moments:"numeric": coefficient posterior second moments marg.lik:"numeric": the log marginal likelihood of the model gprior.info:"list" detailing information on the g-prior, cf. output value gprior.info in bms No methods defined with class "zlm" in the signature.
Martin Feldkircher and Stefan Zeugner
zlm and as.zlm for creating zlm objects,
density.zlm, predict.zlm and summary.zlm for other posterior results