search for: noitprint

Displaying 3 results from an estimated 3 matches for "noitprint".

Did you mean: footprint
2017 Aug 10
4
PROC MIXED RANDOM equivalence in R nlme
...ILE 'data.tab' LRECL=8000 FIRSTOBS=2 DLM='09'X MISSOVER DSD; INPUT study $ vehicle $ thc rv t5 t9 ar ol ox su bz; /* CREATE NEW VARIABLES */ ln_thc = log (thc); new = study||vehicle; /* PERFORM ANALYSIS */ PROC MIXED DATA=emiss MAXITER=1000 CONVH=1E-8 METHOD=REML NOCLPRINT NOITPRINT; CLASS new; MODEL ln_thc = rv t5 t9 ar ol ox su bz /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:...
2017 Aug 11
0
PROC MIXED RANDOM equivalence in R nlme
...S=2 DLM='09'X MISSOVER DSD; > INPUT study $ vehicle $ thc rv t5 t9 ar ol ox su bz; > > /* CREATE NEW VARIABLES */ > ln_thc = log (thc); > new = study||vehicle; > > /* PERFORM ANALYSIS */ > PROC MIXED DATA=emiss MAXITER=1000 CONVH=1E-8 METHOD=REML NOCLPRINT > NOITPRINT; > CLASS new; > > MODEL ln_thc = rv t5 t9 ar ol ox su bz > /S DDFM=RES; > > RANDOM int rv t5 t9 ar ol ox su bz > /SUB=new; > RUN; > ------------------------------------------------------------------ > > The R code I've devi...
2011 Jan 27
4
HLM Model
Hi I am trying to convert SAS codes to R, but some of the result are quite different from SAS. When I ran proc mixed, I have an option ddfm=bw followed by the model. How can I show this method in R?(I am thinking that this maybe the reason that I can't get the similar results) below is my SAS codes: proc mixed data=test covtest empirical; class pair grade team school; model score = trt