PB {doex} | R Documentation |
This function performs Parametric Bootstrap test.
PB(data,group,rept)
data |
A vector containing the observations to which the treatments are randomly assigned. |
group |
A numerical or character vector indicating the treatment/control groups. |
rept |
The loop size to perform the test. |
pvalue |
the p-value of the Parametric Bootstrap test |
Mustafa CAVUS
Krishnamoorthy, K., Lu, F., Mathew, T. (2007) A parametric bootstrap approach for anova with unequal variances: Fixed and random models, Computational Statistics and Data Analysis, 51, 5731-5742.
library(doex)
PB(hybrid$data,hybrid$species)