On Fri, Apr 15, 2011 at 8:45 AM, Ben Bolker wrote:
> Kevin Wright gmail.com> writes:
>
>>
>> > I am trying to teach myself R and replicate some previous SAS analysis.
>> > Could someone please help me translate the following SAS code into R.
>> >
>> > Proc mixed method=ml
>> > Class Group Treatme
I am desperate for help and thank you to everyone providing input.
I am using lme4 for a mixed linear model, and trying to replicate a SAS
analysis (see thread below).
Variables:
Dependent = logrkm; Independent = Group (Streams grouped by similarity),
Treatment (3 treatments), Stream, Time (1 or
Kevin Wright gmail.com> writes:
>
> > I am trying to teach myself R and replicate some previous SAS analysis.
> > Could someone please help me translate the following SAS code into R.
> >
> > Proc mixed method=ml
> > Class Group Treatment Stream Time Year;
> > Model Logrpk=Treatment Time Treatme
> I am trying to teach myself R and replicate some previous SAS analysis.
> Could someone please help me translate the following SAS code into R.
>
> Proc mixed method=ml
> Class Group Treatment Stream Time Year;
> Model Logrpk=Treatment Time Treatment*Time;
> Random Group Stream (Group Treatment)
Hello all,
I am trying to teach myself R and replicate some previous SAS analysis.
Could someone please help me translate the following SAS code into R.
Proc mixed method=ml
Class Group Treatment Stream Time Year;
Model Logrpk=Treatment Time Treatment*Time;
Random Group Stream (Group Treatment)
5 matches
Mail list logo