View source: R/functions_gofLMM.R
gof.lmm.O.test.2 | R Documentation |
Goodness-of fit test based on cumulative sum stochastic process for O using a limit expressions for diagonal blocked matrices A and B.
gof.lmm.O.test.2( fit, residuals = "individual", std.type = c(1, 2), use.correction.for.imbalance = FALSE, type = c("sign.flip", "permutation"), M = 100, order.by.original = FALSE, verbose = FALSE )
fit |
The result of a call to |
residuals |
Residuals to be used when constructing the process. Currently implemented only for |
std.type |
Type of standardization to be used for the residuals when constructing the process.
Currently implemeneted options are |
use.correction.for.imbalance |
Logical. use $n_i^-1/2 S_i$ when standardizing the residuals. Defaults to |
type |
How to obtain the processes $W^m$. Possible values are |
M |
Number of random simulations/sign-flipps/permutations. Defaults to |
order.by.original |
Order the residuals by the original fitted values. Deafults to FALSE. |
verbose |
Logical. Print the current status of the test. Can slow down the algorithm, but it can make it feel faster. Defaults to |
Rok Blagus, rok.blagus@mf.uni-lj.si
gof.lmm
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.