|
Data null,
Micky already replied to this- the user is using PROC MIANALYZE which clearly labels the CLASS statement as experimental and does not allow reference coding; the user stated that they could not get the CLASS statement to work in MIANALYZE as expected (I've never run that particular procedure).
Can GLMMOD or TRANSREG create indicator variables with reference coding? If so, could you give an example?
-Mary
----- Original Message -----
From: data _null_,
To: SAS-L@LISTSERV.UGA.EDU
Sent: Tuesday, March 18, 2008 8:52 AM
Subject: Re: How to create several dummy variables at the same time?
On Tue, Mar 18, 2008 at 8:44 AM, <chris@oview.co.uk> wrote:
> Hi Mickey,
>
> I'm not sure if there's a better way to achieve what you're aiming
> for,
Yes it is called the CLASS statement. But if you insist on creating
indicator variables PROC GLMMOD or PROC TRANSREG are better than any
data step method.
|