<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=US-ASCII">
<META NAME="Generator" CONTENT="MS Exchange Server version 5.5.2653.12">
<TITLE>Analysis of Varience question.</TITLE>
</HEAD>
<BODY>

<P><FONT SIZE=2>I'm trying to use R for some of the analysis shown in Box, Hunter and Hunter (1979, I believe) using the aov function.&nbsp; I'm using the first example in chapter 6, where they are determining the analysis of varience between 4 treatments.</FONT></P>

<P><FONT SIZE=2>In this example, the are determineing the analysis between and within treatments, which I can get by</FONT>
</P>

<P><FONT SIZE=2>aov(response~treatment+Error(treatment))</FONT>
</P>

<P><FONT SIZE=2>Where response is the response data (numeric) and treatment is the treatment type (Factor).</FONT>
</P>

<P><FONT SIZE=2>In the next example, they determine the analysis of varience of the grand average with these parameters, ie something like </FONT></P>

<P><FONT SIZE=2>response~average(response)+treatment+Error(treatment)</FONT>
</P>

<P><FONT SIZE=2>Giving the sum of the squares, the degrees of freedowm, etc.</FONT>
</P>

<P><FONT SIZE=2>Is this possible with the current setup of R?</FONT>
</P>
<BR>

<P><FONT SIZE=2>Shawn Way</FONT>
</P>
<BR>

</BODY>
</HTML>