[R] default family object in glm

Dimitris Rizopoulos dimitris.rizopoulos at med.kuleuven.be
Wed Jul 27 13:29:41 CEST 2005


>From ?glm() you get:

...

Usage

glm(formula, family = gaussian, data, weights, subset,
    na.action, start = NULL, etastart, mustart,
    offset, control = glm.control(...), model = TRUE,
    method = "glm.fit", x = FALSE, y = TRUE, contrasts = NULL, ...)

...


So the default family is the gaussian.

Best,
Dimitris

----
Dimitris Rizopoulos
Ph.D. Student
Biostatistical Centre
School of Public Health
Catholic University of Leuven

Address: Kapucijnenvoer 35, Leuven, Belgium
Tel: +32/16/336899
Fax: +32/16/337015
Web: http://www.med.kuleuven.be/biostat/
     http://www.student.kuleuven.be/~m0390867/dimitris.htm


----- Original Message ----- 
From: "luk" <luk111111 at yahoo.com>
To: <r-help at stat.math.ethz.ch>
Sent: Wednesday, July 27, 2005 1:10 PM
Subject: [R] default family object in glm


> hi
>
> what is the default family object in glm? I cannot find it from the 
> doc. It would be great if you could tell me where I should look 
> into.
>
> thanks,
>
> lu
>
>
> ---------------------------------
>
> Stay connected, organized, and protected. Take the tour
> [[alternative HTML version deleted]]
>
> ______________________________________________
> R-help at stat.math.ethz.ch mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide! 
> http://www.R-project.org/posting-guide.html
>




More information about the R-help mailing list