calc_ic | R Documentation |
Computes/Summarizes the Log-Likelihood, Akaike Information Criterion (AIC), and the Bayesian Information Criterion (BIC)
calc_ic(drift_dm_obj, ...)
drift_dm_obj |
an object of type drift_dm |
... |
further arguments (only relevant: k, for the penality of stats::AIC) |
The functions calls logLik.drift_dm, and subsequently stats::AIC and stats::BIC
A custom object of class stats_dm
(c("fit_stats", "stats_dm", "data.frame")), containing a data frame with
columns:
Log_Like
: the input log-likelihood value
AIC
: the calculated AIC value
BIC
: the calculated BIC value
new_stats_dm()
, logLik.drift_dm
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.