Computes Satorra-Bentler corrected chi-square test for a table of model chi- square values, degrees of freedom, and scale correction factors.

SB_chisq_Pvalues(tableChi_df_scf)

Arguments

tableChi_df_scf

A table of model chi-square values, degrees of freedom , and scale correction factors.

Value

A data.frame of chi-square values, degrees of freedom, and p-values for chi-square difference tests.

See also

SBChisquare for a single chi-square test.

Other Mplus functions: SBChisquare(), param_label(), rbind_tables(), table_cor()

Examples

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)
#> Chisq df p #> 1 NA NA NA #> 2 31.11 -4 1 #> 3 20.19 -4 1