meff.asreml {asreml} | R Documentation |
Calculate regressor (marker) effects using the original regressor
scores and an asreml
fit using the known subject
relationship matrix.
## S3 method for class 'asreml' meff(object, effects = ~NULL, mef = list(), se = FALSE, evaluate = TRUE, ...)
object |
An |
effects |
A one sided formula giving the terms in the model (separated by
|
mef |
A list associating a known relationship matrix ( |
se |
If |
evaluate |
If |
... |
Additional arguments to |
An asreml
object with a component mef
, a list with
length(mef)
components containing the matrices of regressor
effects and (optional) standard errors.