[R] writing a package for generalized linear mixed modesl
Peter Dalgaard BSA
p.dalgaard at biostat.ku.dk
Fri Apr 12 12:00:02 CEST 2002
"juli g. pausas" <juli at ceam.es> writes:
> Hi,
>
> I think that "reglm" fits GLM with random effects in S (see
> http://www.statsci.org/s/reglm.html).
> In fact I was looking for a R equivalent of reglm, but I didn't find it.
>
> Juli
Well, you could port it... (Or maybe Gordon is going to do that
himself eventually? I'm pretty sure he wouldn't have anything against
a GPL'ed port after talking with him in Odense last year.)
I did a quick check and it is slightly tricky because the code
accesses internals of glm family structures in a rather S-Plus
specific way.
It's not like the information isn't there in R, though, just that
family$family["name"] doesn't work (the vector is there, but has no
names attribute in R), as.family is missing in R (but we do similar
stuff at the top of glm()), etc.
--
O__ ---- Peter Dalgaard Blegdamsvej 3
c/ /'_ --- Dept. of Biostatistics 2200 Cph. N
(*) \(*) -- University of Copenhagen Denmark Ph: (+45) 35327918
~~~~~~~~~~ - (p.dalgaard at biostat.ku.dk) FAX: (+45) 35327907
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
More information about the R-help
mailing list