print.bbdml | R Documentation |
Print function
## S3 method for class 'bbdml'
print(
x,
digits = max(3L, getOption("digits") - 3L),
signif.stars = getOption("show.signif.stars"),
...
)
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. |
NULL
. Displays printed model summary.
data(soil_phylum_small_otu1)
mod <- bbdml(formula = cbind(W, M - W) ~ DayAmdmt,
phi.formula = ~ DayAmdmt,
data = soil_phylum_small_otu1)
print(mod)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.