getNCP {semPower} | R Documentation |
getNCP
Description
Computes the non-centrality parameter from the population minimum of the fit-function
(dividing by N - 1 following the Wishart likelihood): ncp = (N - 1) * F0
.
Usage
getNCP(Fmin, n)
Arguments
Fmin |
population minimum of the fit-function (can be a list for multiple group models). |
n |
number of observations (can be a list for multiple group models). |
Value
Returns the implied NCP.
[Package semPower version 2.1.0 Index]