twoway: Compute covariance estimates for half-sib balanced designs

twowayR Documentation

Compute covariance estimates for half-sib balanced designs

Description

Generic function sfor computing MANOVA estimates for a balanced half-sib design using various algorithms

Usage

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, ...)

Arguments

object

An object for which a sum-of-squares matrix can be computed.

...

Other arguments.

Value

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.

'

See Also

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.


damian-t-p/halfsibdesign documentation built on March 14, 2023, 4:55 a.m.