Date: Wed, 5 Nov 2008 10:45:32 -0800
Reply-To: Bobs <fabianezte@GMAIL.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Bobs <fabianezte@GMAIL.COM>
Organization: http://groups.google.com
Subject: Model
Content-Type: text/plain; charset=ISO-8859-1
Hi, anyone can help me.
I have one data witch vary weight of animals each twenty-eight days
and I want biuld one equation for the to describe the for average
daily gains from birth to
gain of born out slaughter, for the animals, but I'm dont getting to
make.
data cattle;
input animals breed sex $ age weigt1 weigt2 weigt3 weigt4 weigt5;
cards;
1037 RACRNE F 12/10/2006 35 62.0 76.0 96.5 115.8
941 RANE F 13/10/2006 32 59.5 73.8 88.5 110.3
1036 RANE F 5/10/2006 33 60.5 73.0 90.3 111.5
1030 RACRNE M 5/10/2006 36 66.5 88.0 110.8 123.8
978 RACRNE M 23/10/2006 26 42.5 59.5 77.5 96.3
1059 RANE M 8/10/2006 39 71.5 89.8 110.8 130.8
;
I do know make witch SAS to recognize the age this is form.
|