Description Usage Arguments Details Value
View source: R/helperFunctions.R
calculates chis-square from the population minimum of the fit-function
1 | getChiSquare.F(Fmin, n, df)
|
Fmin |
population minimum of the fit-function |
n |
number of observations |
df |
model degrees of freedom |
chi = (n-1)*F + df = ncp + df
note that F is the population minimum; using F_hat would give chi = (n-1)*F_hat
NCP
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.