twoway | R Documentation |
Generic function sfor computing MANOVA estimates for a balanced half-sib design using various algorithms
manova_2way(object, ...) ## S4 method for signature 'matrix' manova_2way(object, ...) ## S4 method for signature 'data.frame' manova_2way(object, ...) preml_2way(object, ...) ## S4 method for signature 'matrix' preml_2way(object, ...) ## S4 method for signature 'data.frame' preml_2way(object, ...) stepreml_2way(object, ...) ## S4 method for signature 'matrix' stepreml_2way(object, ...) ## S4 method for signature 'data.frame' stepreml_2way(object, ...)
object |
An object for which a sum-of-squares matrix can be computed. |
... |
Other arguments. |
A list with entries
S1
, S2
and S3
, the estimates of #' the sires, dams and
individual covariance matrices,
reml_crit
, the REML criterion evaluated at the estimate.
'
manova_2way_mat
, preml_2way_mat
,
stepreml_2way_mat
for computing estimates from sum-of-squares
matrices; manova_2way_df
, preml_2way_df
,
stepreml_2way_df
from a table of data.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.