Displaying 5 results from an estimated 5 matches for "fitthc".
Did you mean:
fifth
2017 Aug 10
4
PROC MIXED RANDOM equivalence in R nlme
.../S DDFM=RES;
RANDOM int rv t5 t9 ar ol ox su bz
/SUB=new;
RUN;
------------------------------------------------------------------
The R code I've devised for the PROC MIXED statement is shown below:
------------------------------------------------------------------
FitTHC <- LME(ln_thc ~ rv + t5 + t9 + ar + ol + ox + su + bz,
DATA = emiss,
RANDOM = ??????? )
------------------------------------------------------------------
As indicated, the problem I'm having is in constructing the equivalent
code for the RANDOM and any remaining sett...
2017 Aug 11
0
PROC MIXED RANDOM equivalence in R nlme
...re working on below:
lme not LME
data not DATA
random = RANDOM
> ------------------------------------------------------------------
>
> The R code I've devised for the PROC MIXED statement is shown below:
>
> ------------------------------------------------------------------
> FitTHC <- LME(ln_thc ~ rv + t5 + t9 + ar + ol + ox + su + bz,
> DATA = emiss,
> RANDOM = ??????? )
> ------------------------------------------------------------------
>
> As indicated, the problem I'm having is in constructing the equivalent
> code for the RA...
2017 Aug 11
2
PROC MIXED RANDOM equivalence in R nlme
...gt; data not DATA
> random = RANDOM
>> ------------------------------------------------------------------
>>
>> The R code I've devised for the PROC MIXED statement is shown below:
>>
>> ------------------------------------------------------------------
>> FitTHC <- LME(ln_thc ~ rv + t5 + t9 + ar + ol + ox + su + bz,
>> DATA = emiss,
>> RANDOM = ??????? )
>> ------------------------------------------------------------------
>>
>> As indicated, the problem I'm having is in constructing the
>> eq...
2017 Aug 11
0
PROC MIXED RANDOM equivalence in R nlme
...dom = RANDOM
>>> ------------------------------------------------------------------
>>>
>>> The R code I've devised for the PROC MIXED statement is shown below:
>>>
>>> ------------------------------------------------------------------
>>> FitTHC <- LME(ln_thc ~ rv + t5 + t9 + ar + ol + ox + su + bz,
>>> DATA = emiss,
>>> RANDOM = ??????? )
>>> ------------------------------------------------------------------
>>>
>>> As indicated, the problem I'm having is in constructi...
2017 Aug 11
0
PROC MIXED RANDOM equivalence in R nlme
...v t5 t9 ar ol ox su bz
> /SUB=new;
> RUN;
> ------------------------------------------------------------------
>
> The R code I've devised for the PROC MIXED statement is shown below:
>
> ------------------------------------------------------------------
> FitTHC <- LME(ln_thc ~ rv + t5 + t9 + ar + ol + ox + su + bz,
> DATA = emiss,
> RANDOM = ??????? )
> ------------------------------------------------------------------
>
> As indicated, the problem I'm having is in constructing the equivalent
> code for the RAN...