validAsrtests | R Documentation |
Checks that an object
is an asrtests.object
of S3-class
asrtests
containing the components asreml.obj
,
wald.tab
and test.summary
.
validAsrtests(object)
object |
an |
TRUE
or a character
describing why the object
is not a valid asrtests.object
.
Chris Brien
asrtests.object
, is.asrtests
, as.asrtests
,
validPredictionsFrame
, validAlldiffs
## Not run:
library(dae)
library(asreml)
library(asremlPlus)
## use ?Wheat.dat for data set details
data(Wheat.dat)
# Fit initial model
current.asr <- asreml(yield ~ Rep + WithinColPairs + Variety,
random = ~ Row + Column + units,
residual = ~ ar1(Row):ar1(Column),
data=Wheat.dat)
# Load current fit into an asrtests object
current.asrt <- as.asrtests(current.asr, NULL, NULL)
# check validity of current.asrt
validAsrtests(current.asrt)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.