[R] GLM problem

Thomas Lumley tlumley at u.washington.edu
Thu Jun 21 18:50:12 CEST 2001


On Thu, 21 Jun 2001, laurans at roazhon wrote:

> When I add the following instruction : make.link(log) I have an error
> that I don't understand.
>
> model<-glm(spa~an, family=gaussian, make.link(log))
> error in as.vector(x, "double"): cannot coerce to vector)
>

You are specifying the data= argument as make.link(log). Not surprisingly
this makes R unhappy.

I think you want
   model<-glm(spa~an, family=gaussian(log))


	-thomas

Thomas Lumley			Asst. Professor, Biostatistics
tlumley at u.washington.edu	University of Washington, Seattle
^^^^^^^^^^^^^^^^^^^^^^^^
 NOTE NEW EMAIL ADDRESS

-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
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