Learn R Programming

corncob (version 0.4.2)

waldt: Wald-type t test (model-based or robust)

Description

Wald-type t test (model-based or robust)

Usage

waldt(mod)

Value

Matrix with wald test statistics and p-values. Only performs univariate tests.

Arguments

mod

an object of class bbdml

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)
waldt(mod)

Run the code above in your browser using DataLab