Description Usage Arguments Details Author(s)
Methods for extracting information from fitted model of class
pheno
and predict.pheno
objects from predict
.
1 2 3 4 5 6 7 8 9 10 11 12 13 | ## S3 method for class 'pheno'
summary(object, sub.sample, quantiles = c(0.025, 0.25,
0.5, 0.75, 0.975), digits = max(3L, getOption("digits") - 3L), ...)
## S3 method for class 'pheno'
plot(x, ...)
## S3 method for class 'pheno'
fitted(object, sub.sample, ...)
## S3 method for class 'pheno'
residuals(object, sub.sample, ...)
## S3 method for class 'pheno'
print(x, ...)
## S3 method for class 'predict.pheno'
print(x, ...)
|
object, x |
object of class |
sub.sample |
an optional list that specifies the samples to included in
the summary or composition sampling. Valid tags are |
quantiles |
for |
digits |
for |
... |
currently not used. |
A set of standard extractor functions for fitted model objects of
class pheno
and prediction object of class predict.pheno
, including methods to the generic functions print
and summary
.
Andrew O. Finley finleya@msu.edu, Chad Babcock cbabcock@umn.edu
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.