na.method {asreml} | R Documentation |
Function to deal with missing values in the data
argument to
asreml
. "include"
retains NAs
in the data,
"omit"
drops records with NAs
and "fail"
raises an exception if NAs
are present.
na.method(y = c("include", "omit", "fail"), x = c("fail", "include", "omit"))
y |
Action to take if there are missing values in the response; default
is |
x |
Action to take if missing values are present in covariates; default
is |
A list with components x
and y
.