View source: R/bonferroni_chi.R
release_bonferroni | R Documentation |
Examening chisquare improvement if paths are unconstrained. The function returns the paths to be unconstrained based on chisquare change. Adjusted P-values are calculated based on iterative Bonferroni corrections.
release_bonferroni(lavaan.fit, ndigit = 3, exp_p = 0.05, ...)
lavaan.fit |
Model fitted with lavaan |
ndigit |
Number of digits to round chi and p to |
exp_p |
Expected p-value |
... |
Arguments passed to lavTestScore |
Returns a dataframe representing a Bonferroni corrected version of lavTestScore.clean
.
Maksim Rudnev
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.