Re: Proc glm one way anova help



proc glm data=in;
class l w ratio;
model sample=l w ratio /tests you want;
run;

Do not forget the ";"

regards

Julio

ncdavids wrote:
Hello, I am new and was looking over the previous posts and thought
someone could help me.. I am trying to finish an assignement in my
Statistics course and I completely forgot how to do proc glm codes..I
know it something lilke this:

Proc Glm data= in;
Class variables;
model variables;
run;


I have the following variables:


Sample-Tree ID
Rep-Leaf ID
Northing-GPS North Datum
Easting-GPS West Datum
Length-length of leaf
Width-width of leaf
Ratio-Ratio of lenght to width


and I need to find out how each of three variables (L, w, and ratio)
using an one Anova to deterimine if there is a significant effect on
sample.


How do I incorporate my variables (see above) into a standard proc
glm
code-Can anyone help me? :)

.



Relevant Pages

  • Proc glm one way anova help
    ... Statistics course and I completely forgot how to do proc glm codes..I ... Northing-GPS North Datum ... Length-length of leaf ...
    (sci.stat.edu)
  • Re: Proc glm one way anova help
    ... class l w ratio; ... Statistics course and I completely forgot how to do proc glm codes..I ... Northing-GPS North Datum ... Length-length of leaf ...
    (sci.stat.edu)