Description Usage Arguments Details Value Author(s) See Also Examples
Calculates the condition number of the data matrix obtained from a MerMod object
using the method in kappa
.
1 | kappa.mer(fit)
|
fit |
a object of class |
scale |
logical. Should columns be scaled? |
center |
logical. Should columns be centered around the mean? |
add.intercept |
logical. Should a column for the model intercept be added? |
exact |
logical. Should the result be exact? |
An adaptation of kappa
from base R for use with mixed models from the lme4
package.
See help(kappa)
for details.
The condition number, kappa, or an approximation if exact = FALSE
.
F. J. Tweedie, R. H. Baayen, J. Grafmiller
1 2 3 4 5 6 7 8 9 10 11 12 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.