Description Usage Arguments Value Author(s) See Also Examples
Computes Satorra-Bentler corrected chi-square test for a table of model chi- square values, degrees of freedom, and scale correction factors.
1  | SB_chisq_Pvalues(tableChi_df_scf)
 | 
tableChi_df_scf | 
 A table of model chi-square values, degrees of freedom , and scale correction factors.  | 
A data.frame of chi-square values, degrees of freedom, and p-values for chi-square difference tests.
Caspar J. van Lissa
SBChisquare for a single chi-square test.
Other Mplus functions: MplusConstrainModels,
SBChisquare, conf_int,
corTable, est_sig,
mplusToTable, param_label,
printResultsTable,
rbind_tables
1 2  | df <- data.frame(chi2 = c(23, 44, 65), df = c(78, 74, 70), scf = c(1.02, 1.12, 1.28))
SB_chisq_Pvalues(df)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.