Learn R Programming

corncob (version 0.4.2)

summary.bbdml: Summary function

Description

Summary function

Usage

# S3 method for bbdml
summary(object, ...)

Value

Object of class summary.bbdml. Displays printed model summary.

Arguments

object

Object of class bbdml

...

No optional arguments are accepted at this time.

Examples

Run this code
data(soil_phylum_small_otu1)
mod <- bbdml(formula = cbind(W, M - W) ~ DayAmdmt,
phi.formula = ~ DayAmdmt,
data = soil_phylum_small_otu1)
summary(mod)

Run the code above in your browser using DataLab