eCAR.out {eCAR}R Documentation

eCAR class constructor

Description

A constructor for the eCAR class. The class eCAR is a named list containing the output from the calling the par.eCAR.Leroux or semipar.eCAR.Leroux functions.

Usage

eCAR.out(
  data_model = NULL,
  beta_omega = NULL,
  posterior_draws = NULL,
  DIC = NULL,
  regrcoef = NULL
)

Arguments

data_model

a characther indicating what data model was fit;

beta_omega

matrix containing estimated beta as a function of omega with 95% credible bands, and eigen-values;

posterior_draws

a list containing the posterior draws of all model parameters;

DIC

Deviance information criterion;

regrcoef

posterior summaries (mean, sd, 0.025quant, 0.975quant) for the regression coefs;


[Package eCAR version 0.1.2 Index]