search for: inputmodel1

Displaying 1 result from an estimated 1 matches for "inputmodel1".

2006 Apr 18
2
get the parameter estimates from lm model
R-help, Sorry for posting the same question (almost) once again. I'm using a lm model for some data. The code is below: fitData <- glm(pm ~ age + mw , family = binomial(link = logit), maxit = 30, data = inputModel1) "age" is a factor and "mw" is a continous variable. The summary function does not provide the parameter estimates for the first level of the categorical variable (I think the others are relative to the first,isn't it?). How can I get all the parameter estimates in the m...