[R] estimate statement?

Grathwohl,Dominik,LAUSANNE,NRC/NT dominik.grathwohl at rdls.nestle.com
Wed Nov 6 19:26:47 CET 2002


Dear all,

I have a question about linear models.
Is there something comparable to the estimate statement in SAS?

E.g.
proc mixed data=test;
	class x1 x2;
	model y=x1|x2 /s;
	estimate 'x1' x1 -1 1         x1*x2 -0.5 -0.5  0.5  0.5;
	estimate 'x2'         x2 -1 1 x1*x2 -0.5  0.5 -0.5  0.5;
run; 

Thanks for the help,

Dominik

Dominik Grathwohl 
Biostatistician 
Nestlé Research Center 
PO Box 44, CH-1000 Lausanne 26 
Phone: + 41 21 785 8034 
Fax: + 41 21 785 8556 
e-mail: dominik.grathwohl at rdls.nestle.com 


-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._



More information about the R-help mailing list