print.LSDdata | R Documentation |
Prints the components of an LSDdata
list
created by exploreLSDs
,
that contains data on the LSDs for all pairwise differences of predictions stored in an
alldiffs.object
.
## S3 method for class 'LSDdata'
print(x, which.print = c("statistics", "false.pos", "false.neg"), ...)
x |
An object that, ideally, is of class |
which.print |
Which components of the |
... |
further arguments passed to |
No value is returned, but components of x
are printed as specified in which.print
.
Chris Brien
exploreLSDs.alldiffs
, alldiffs.object
## Not run:
data(WaterRunoff.dat)
asreml.options(keep.order = TRUE) #required for asreml-R4 only
current.asr <- asreml(fixed = pH ~ Benches + (Sources * (Type + Species)),
random = ~ Benches:MainPlots,
keep.order=TRUE, data= WaterRunoff.dat)
current.asrt <- as.asrtests(current.asr, NULL, NULL)
diffs <- predictPlus(classify = "Sources:Type",
asreml.obj = current.asr,
wald.tab = current.asrt$wald.tab,
present = c("Sources", "Type", "Species"))
LSDdata <- exploreLSDs(diffs, LSDtype = "factor.combinations", LSDby = "Sources")
print(LSDdata)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.