View source: R/cbea_internals.R
get_diagnostics | R Documentation |
This function is used internally inside fit_scores to grab the relevant objects from the previous parent environment (i.e. the environment from fit_scores) and compute relevant information. The role of this function is break diagnostic component into a different function for maintenance.
get_diagnostics(env = caller_env())
This function returns a list of two components:
diagnostic
represent goodness-of-fit statistics for the
distribution fitting itself while lmoment
contains
the l-moment comparisons between the computed raw scores,
permuted scores, and other fitted distributions.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.