Displaying 2 results from an estimated 2 matches for "stataoutput".
2005 Aug 03
2
Multilevel logistic regression using lmer vs glmmPQL vs. gllamm in Stata
...cate some multilevel models with binary outcomes
using R's "lmer" and "glmmPQL" and Stata's gllmm, respectively.
The data can be found at <http://www.uni-koeln.de/~ahf34/xerop.dta>.
The relevant Stata output can be found at <http://www.uni-
koeln.de/~ahf34/stataoutput.txt>. First, you will find the
unconditional model, i.e. no level1- or 2-predictor variables. The
second model contains some level 1-predictor variables
My R file can be found at <http://www.uni-koeln.de/~ahf34/xerop.R>.
Beside the fact that there is a difference between the estimates...
2005 Aug 03
1
Multilevel logistic regression using lmer vs glmmPQL vs.gllamm in Stata
...mer both use the PQL method to do it ,so can we get the same result by setting some options to the command?
>> The data can be found at <http://www.uni-koeln.de/~ahf34/xerop.dta>.
>>
>> The relevant Stata output can be found at <http://www.uni-
>> koeln.de/~ahf34/stataoutput.txt>. First, you will find the
>> unconditional model, i.e. no level1- or 2-predictor variables. The
>> second model contains some level 1-predictor variables
>>
>> My R file can be found at <http://www.uni-koeln.de/~ahf34/xerop.R>.
>>
>> Beside the fact...