Re: Proc glm one way anova help
- From: jmolineros <julio.molineros@xxxxxxxx>
- Date: Wed, 26 Sep 2007 09:16:42 -0400
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? :)
- Follow-Ups:
- Re: Proc glm one way anova help
- From: David Winsemius
- Re: Proc glm one way anova help
- References:
- Proc glm one way anova help
- From: ncdavids
- Proc glm one way anova help
- Prev by Date: common measurement bases
- Next by Date: Re: Population SD from Range and Mean?
- Previous by thread: Proc glm one way anova help
- Next by thread: Re: Proc glm one way anova help
- Index(es):
Relevant Pages
|
|