View source: R/summary_bbdml.R
summary.bbdml | R Documentation |
Summary function
## S3 method for class 'bbdml'
summary(object, ...)
object |
Object of class |
... |
No optional arguments are accepted at this time. |
Object of class summary.bbdml
. 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)
summary(mod)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.