print.summary.bbdml {corncob} | R Documentation |
Print summary function
Description
Print summary function
Usage
## S3 method for class 'summary.bbdml'
print(
x,
digits = max(3L, getOption("digits") - 3L),
signif.stars = getOption("show.signif.stars"),
...
)
Arguments
x |
Object of class |
digits |
the number of significant digits to use when printing. |
signif.stars |
logical. If |
... |
No optional arguments are accepted at this time. |
Value
NULL
. Displays printed model summary.
Examples
data(soil_phylum_small_otu1)
mod <- bbdml(formula = cbind(W, M - W) ~ DayAmdmt,
phi.formula = ~ DayAmdmt,
data = soil_phylum_small_otu1)
print(summary(mod))
[Package corncob version 0.4.1 Index]