PB {doex} | R Documentation |
Parametric Bootstrap test
Description
This function performs Parametric Bootstrap test.
Usage
PB(data,group,rept)
Arguments
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. |
Value
pvalue |
the p-value of the Parametric Bootstrap test |
Author(s)
Mustafa CAVUS
References
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.
Examples
library(doex)
PB(hybrid$data,hybrid$species)
[Package doex version 1.2 Index]