This function returns a table with several criteria for model comparison.
Arguments
- ...
One or more objects of class
RprobitB_fit
.- criteria
[
character()
]
One or more of the following:"npar"
for the number of model parameters (seenpar
),"LL"
for the log-likelihood value (seelogLik
),"AIC"
for the AIC value (seeAIC
),"BIC"
for the BIC value (seeBIC
),"WAIC"
for the WAIC value (also shows its standard errorsd(WAIC)
and the numberpWAIC
of effective model parameters, seeWAIC
),"MMLL"
for the marginal model log-likelihood,"BF"
for the Bayes factor,"pred_acc"
for the prediction accuracy (seepred_acc
).
- add_form
[
logical(1)
]
Add the model formulas?- x
An object of class
RprobitB_model_selection
.- digits
[
integer(1)
]
The number of digits.