Displaying 2 results from an estimated 2 matches for "yproduct".
Did you mean:
product
2006 Mar 24
0
Trouble phrasing an R command that will run the model i need (ANOVA, nested)
...osstype interaction,
everything else -> tested against linelabel(nested)
I expect unequal sample sizes, so i have been trying to do it using Type III
sums-of-squares. Now, that's the model that i'm trying to run in R. My
attempts so far have looked like this:
>prod.anova <- aov(yproductivity ~
>foresttype+region+foresttype:region+crosstype+foresttype:crosstype+experiment+Error(linelabel),
>data=Productivity)
After looking at the results of this model, my plan was to redo the model
with the foresttype:crosstype interaction as the Error() term, to get the
right F-test for...
2006 Mar 25
1
Trouble phrasing an R command that will run the model i need (ANOVA, nes
...vidual cross
only gives one value for a response variable, and has one state with respect
to each factor.
Just in the interests of clarifying things as much as possible: one of my
datasets looks like this(apologies if the formatting gets weird):
foresttype region crosstype experiment linelabel yproductivity
l g wx 1 al1
63
l g wx 1 al2
26
... and so on.
Each horizontal line refers to a single observation. The first horizontal
line, for example, refers to a single cross...