pbRao | R Documentation |
Parametric bootstrap Rao test
pbRao(mod, mod_null, B = 1000)
mod |
an object of class |
mod_null |
an object of class |
B |
Integer. Defaults to |
P-value from parametric bootstrap Rao test.
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)
pbRao(mod1, mod2, B = 10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.