Two-way Analysis of Variance
DATA
: N-row × M-col matrix. The first row
must
contain column names.
Write, copy/paste or load your data from a csv file. Delimiter
comma
or
tab
.
Use
NA
for missing values.
   
Test Settings:
Conf. level
Stepwise regression
FALSE
TRUE
Dependent Variable
Independent Variables
Separate with:
+
additive terms a+b
:
interaction terms a:b
*
both v1*v2 ≡ a+b + a:b
Coerce numeric to categorial: factor(a)
Home