Description Usage Arguments Details Value Examples
View source: R/zero_est_graph.R
Calculates the BIC score from a fit result.
1  | bic_from_fit(fit_res)
 | 
fit_res | 
 A list returned from   | 
Returns bic_score(fit_res$nll, fit_res$n, fit_res$effective_df).
A number, the BIC score.
1 2 3 4  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.