SMNlmecfit.creator {SMNlmec} | R Documentation |
A function to create objects of class SMNlmecfit
.
SMNlmecfit.creator(stan_object, model_criteria, dist_set, struc_set)
stan_object |
stanfit object from rstan. |
model_criteria |
list, model selection criteria. |
dist_set |
character, the name of distribution. |
struc_set |
character, the name of correlation structure. |
A SMNlmecfit object containing:
stan_object |
A stanfit object from rstan::stan(). |
model_criteria |
A list includes LPML, DIC, EAIC, EBIC, K-L divergence. |
dist_set |
The setting of distribution of the stan model. |
struc_set |
The setting of correlation structure of the stan model. |