Learn R Programming

corncob (version 0.4.2)

raotest: Rao-type chi-squared test (model-based or robust)

Description

Rao-type chi-squared test (model-based or robust)

Usage

raotest(mod, mod_null)

Value

P-value from likelihood ratio test.

Arguments

mod

an object of class bbdml

mod_null

an object of class bbdml, should be nested within mod

Examples

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

mod2 <- bbdml(formula = cbind(W, M - W) ~ 1,
phi.formula = ~ 1,
data = soil_phylum_small_otu1)
raotest(mod1, mod2)

Run the code above in your browser using DataLab