Re: [R] Logistic regression and R

2009-07-31 Thread ONKELINX, Thierry
-Oorspronkelijk bericht- Van: r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org] Namens marlene marchena Verzonden: vrijdag 31 juli 2009 12:04 Aan: r-help Onderwerp: Re: [R] Logistic regression and R Hi there, I take advantage of this chat to ask other question related

Re: [R] Logistic regression and R

2009-07-31 Thread marlene marchena
Hi there, I take advantage of this chat to ask other question related to logistic regression. This is my first time as well. I have data that I want to model but I’m not sure if glm() is the correct function to use. My problem is as follow, I used Oxford Instability Score of the shoulder (OIS,

Re: [R] Logistic regression and R

2009-07-30 Thread G. Jay Kerns
Dear Carlos, On Thu, Jul 30, 2009 at 6:11 PM, Carlos López wrote: > Hello everybody :-) > > I have some data that I want to model with a logistic regression, most of > the independent variables are numeric and the only dependent is categorical, > I was thinking that I could apply a logistic regres

[R] Logistic regression and R

2009-07-30 Thread Carlos López
Hello everybody :-) I have some data that I want to model with a logistic regression, most of the independent variables are numeric and the only dependent is categorical, I was thinking that I could apply a logistic regression using glm but I wanted to deepen my knowledge of this so I tried to