Description Usage Arguments Value Author(s) Examples
Analyze multivariate data and simulate (a) null set(s) of data assuming that the different groups have a common first principal component and that their means differ only along the CPC1 axis; extract F statistics
1 2 | nullsim(x, f, P1, plot.it = FALSE)
nullFstats(x,f,n=1,bpanova=FALSE)
|
x |
a numeric data matrix |
f |
grouping variable (factor) |
P1 |
the result of running |
plot.it |
produce a descriptive plot? (STUB) |
n |
number of replicates |
bpanova |
(logical) use |
nullsim
: a numeric matrix the same shape as x
.
nullFstats
: a matrix of replicate F statistics for
the null case.
Ben Bolker
1 2 3 4 | s1 = simdata(offset=10,offset2=10)
plot_multigrp(s1)
s1n = nullsim(s1$data,s1$f)
plot_multigrp(s1n,s1$f)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.