Displaying 2 results from an estimated 2 matches for "aovdata".
Did you mean:
aovdat
2002 Aug 14
0
: use of Error() for repeated measures with more than 2 factors
...Li (see the example of Hay's)
I have found that there seems to be a limit, in the number of factors in
Error() . For example, the following worked :
aov(CV ~(Twb+Plb+Psb+tinsb+tseedb+Tmb+Mcb+Mom0b+Mom1b+Mom2b+Mom3b)^3 +
Error(Batch /
(Twb+Plb+Psb+tinsb+tseedb+Tmb+Mcb)),simulation.6batches.aovdata)
but not:
aov(CV ~(Twb+Plb+Psb+tinsb+tseedb+Tmb+Mcb+Mom0b+Mom1b+Mom2b+Mom3b)^3 +
Error(Batch /
(Twb+Plb+Psb+tinsb+tseedb+Tmb+Mcb+Mom0b+Mom1b)),simulation.6batches.aovdata)
which I suppose should be the right way to code the strata.formula for
11 fixed factors. Returned the following reply aft...
2002 Aug 19
0
: Bug in Error() and the use of Error() for repeated measures with more than 2 fa ctors
...gt;
>>> There is no intended limit, but there was a bug fix in 1.5.0. If this
>>> is using 1.5.x, could you send me an example that malfunctions?
>>>
>>>
>>
>>
>
> I have attached the .Rdata file with the dataframe
> simulation.6batches.aovdata. The scripts are the same ones used in the
> previous email
>
> This analysis was carried out using:
>
> R : Copyright 2002, The R Development Core Team
> Version 1.5.1 (2002-06-17)
>
>
>
> Peter
>
>
>
>>> Brian
>>>
>>> On Wed, 14...