getErrorDiff {semPower} | R Documentation |
getErrorDiff
Description
Determine the squared log-difference between alpha and beta error given a certain chi-square value from central chi-square(df) and a non-central chi-square(df, ncp) distribution.
Usage
getErrorDiff(critChiSquare, df, ncp, log.abratio)
Arguments
critChiSquare |
evaluated chi-squared value |
df |
the model degrees of freedom |
ncp |
the non-centrality parameter |
log.abratio |
log(alpha/beta) |
Value
squared difference between alpha and beta on a log scale
[Package semPower version 2.1.0 Index]