alg.C.AB {pbANOVA} | R Documentation |
tests factor C when only AB interaction is present.
Description
Using Parametric Bootstrap to simulate a distribution and find a p-value for the test
Usage
alg.C.AB(ns, ybars, s2, a, b, c, L)
Arguments
ns |
sample size for each group |
ybars |
sample mean for each group |
s2 |
sample variance for each group |
a |
Number of levels for factor A |
b |
Number of levels for factor B |
c |
Number of levels for factor C |
L |
Number of simulated values for the distribution |
Value
Q: p_value for the test for factor C main effect when only AB interaction is present.
Examples
#See Q.ABmc
[Package pbANOVA version 0.1.0 Index]