waldt | R Documentation |
Wald-type t test (model-based or robust)
waldt(mod)
mod |
an object of class |
Matrix with wald test statistics and p-values. Only performs univariate tests.
data(soil_phylum_small_otu1)
mod <- bbdml(formula = cbind(W, M - W) ~ DayAmdmt,
phi.formula = ~ DayAmdmt,
data = soil_phylum_small_otu1)
waldt(mod)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.