alg.A1 {pbANOVA} | R Documentation |
PB test for main effect of one-way ANOVA
Description
Using Parametric Bootstrap to simulate a distribution for the main effect of one-way ANOVA
Usage
alg.A1(ns, ybars, s2, a,L)
Arguments
ns |
sample size for each group |
ybars |
sample mean for each group |
s2 |
sample variance for each group |
a |
level of the factor |
L |
Number of simulated values for the distribution |
Value
the simulated p-value
Examples
#see Q.Amc_oneway
[Package pbANOVA version 0.1.0 Index]