ParametricBootstrap: Parametric Bootstrap test

Description Usage Arguments Value Author(s) References Examples

Description

This function performs Parametric Bootstrap test.

Usage

1
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

1
2
library(doex)
PB(hybrid$data,hybrid$species)

doex documentation built on Oct. 30, 2019, 10:32 a.m.