| Date: | Tue, 10 Mar 2009 11:24:40 -0400 |
| Reply-To: | "Reed, Derek" <derek.reed@SINCLAIR.EDU> |
| Sender: | "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU> |
| From: | "Reed, Derek" <derek.reed@SINCLAIR.EDU> |
| Subject: | Re: Interaction between categorical and continuous variables in
regression model |
|
| In-Reply-To: | A<0a6a7fdb-eaa7-4b81-9214-706aba76f34c@c36g2000yqn.googlegroups.com> |
| Content-Type: | text/plain; charset="us-ascii" |
It is going to be the exponentiated difference between the lines at
specified points. This can be done using proc genmod. IF you need a
codelet let me know.
-----Original Message-----
From: SAS(r) Discussion [mailto:SAS-L@LISTSERV.UGA.EDU] On Behalf Of
Andrew
Sent: Tuesday, March 10, 2009 11:16 AM
To: SAS-L@LISTSERV.UGA.EDU
Subject: Interaction between categorical and continuous variables in
regression model
Dear all,
I had a problem to test interaction between categorical and continuous
variables in regression model.
The regression model is like this:
Disease (Y/N)=Exercise (Y/N) Caroric_intake (1500 to 3000)
Exercise*Caroric_intake
I need to estimate the disease risk (OR and CI) and calculate P
values.
Any suggestions or comments?
Thanks,
Andrew
|