Skip to content

How to estimate the scale parameter in R

3 messages · ts p, Martin Maechler, Steven J. Pierce

#
I use SAS PROC GLIMMIX to estimate generalized linear mixed model. The 
procedure can estimate the scale parameter and R-side random effects of 
GLMM. I wonder if I want to estimate the scale parameter and R-side random 
effects in R. I wonder which function in R I should use to do that.

Thanks!
#
tp> I use SAS PROC GLIMMIX to estimate generalized linear mixed model. The 
    tp> procedure can estimate the scale parameter and R-side random effects of 
    tp> GLMM. I wonder if I want to estimate the scale parameter and R-side random 
    tp> effects in R. I wonder which function in R I should use to do that.

Please consider reading and obeying the posting guide
==> http://www.r-project.org/posting-guide.html 
and then probably repost your question: 
--> more details; your identity?

Martin
#
Take a look at the lme4 package, particularly the lmer() and glmer()
functions provided in that package. 


Steven J. Pierce
E-mail: pierces1 at msu.edu

-----Original Message-----
From: ts p [mailto:pts007 at hotmail.com] 
Sent: Sunday, September 09, 2007 10:58 AM
To: r-sig-mixed-models at r-project.org
Subject: [R-sig-ME] How to estimate the scale parameter in R

I use SAS PROC GLIMMIX to estimate generalized linear mixed model. The
procedure can estimate the scale parameter and R-side random effects of
GLMM. I wonder if I want to estimate the scale parameter and R-side random
effects in R. I wonder which function in R I should use to do that.

Thanks!