powered by
Print summary function
# S3 method for summary.bbdml print( x, digits = max(3L, getOption("digits") - 3L), signif.stars = getOption("show.signif.stars"), ... )
NULL. Displays printed model summary.
NULL
Object of class bbdml
bbdml
the number of significant digits to use when printing.
logical. If TRUE, `significance stars' are printed for each coefficient.
TRUE
No optional arguments are accepted at this time.
data(soil_phylum_small_otu1) mod <- bbdml(formula = cbind(W, M - W) ~ DayAmdmt, phi.formula = ~ DayAmdmt, data = soil_phylum_small_otu1) print(summary(mod))
Run the code above in your browser using DataLab