summary.bbdml {corncob} | R Documentation |
Summary function
Description
Summary function
Usage
## S3 method for class 'bbdml'
summary(object, ...)
Arguments
object |
Object of class |
... |
No optional arguments are accepted at this time. |
Value
Object of class summary.bbdml
. 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)
summary(mod)
[Package corncob version 0.4.1 Index]