| meff.asreml {asreml} | R Documentation |
Calculate marker effects
Description
Function that estimates genetic regressor (marker) effects for a fitted
asreml model object using a provided matrix of marker scores and an
asreml fit with the specified relationship matrix.
Usage
## S3 method for class 'asreml'
meff(object, effects = ~NULL, mef = list(), se = FALSE, evaluate = TRUE, ...)
Arguments
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 |
Value
An asreml object with a component mef, a list with
length(mef) components containing the matrices of regressor
effects and (optional) standard errors.