Description Usage Arguments Value
compF
computes F-values. This is an internal function called by
the high-level function arrayAnova
.
1 |
obj |
a list object as returned by |
new_indices |
if not NULL (default), it must be a vector of numeric indices to be passed to the model matrix. This parameter is used for permutation-based analyses. |
attribs |
a logical value if dimension and verbose attributes should be attached to the resulting array (default: FALSE) |
verbose |
a logical value if p-values, effect sizes, and degrees of freedom should be added to the returned array (as 'p_value', 'effect_size', and 'Df' attributes) |
This function returns a numeric matrix of F-values if 'attribs' is FALSE, and an array of F-values if 'attribs' is TRUE. If the verbose variant was requested, the array has the following extra attributes: 'p_value' and 'effect_size', having the same dimension as the array of F-values, and an integer matrix named 'Df' with term- and residual degrees of freedom for each model term.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.