[R] Logistic Regression in R (SAS -like output)

2010-08-09 Thread Harsh
Hello useRs, I have a problem at hand which I'd think is fairly common amongst groups were R is being adopted for Analytics in place of SAS. Users would like to obtain results for logistic regression in R that they have become accustomed to in SAS. Towards this end, I was able to propose

Re: [R] Logistic Regression in R (SAS -like output)

2010-08-09 Thread Frank Harrell
for Analytics in place of SAS. Users would like to obtain results for logistic regression in R that they have become accustomed to in SAS. Towards this end, I was able to propose the Design package in R which contains many functions to extract the various metrics that SAS reports. The replacement

Re: [R] Logistic Regression in R (SAS -like output)

2010-08-09 Thread Gabor Grothendieck
On Mon, Aug 9, 2010 at 6:43 AM, Harsh singhal...@gmail.com wrote: Hello useRs, I have a problem at hand which I'd think is fairly common amongst groups were R is being adopted for Analytics in place of SAS. Users would like to obtain results for logistic regression in R that they have become

Re: [R] Logistic Regression in R (SAS -like output)

2010-08-09 Thread Frank Harrell
to obtain results for logistic regression in R that they have become accustomed to in SAS. Towards this end, I was able to propose the Design package in R which contains many functions to extract the various metrics that SAS reports. If you have suggestions pertaining to other packages, or sample

Re: [R] Logistic Regression in R (SAS -like output)

2010-08-09 Thread Frank Harrell
regression in R that they have become accustomed to in SAS. Towards this end, I was able to propose the Design package in R which contains many functions to extract the various metrics that SAS reports. If you have suggestions pertaining to other packages, or sample code that replicates some

Re: [R] Logistic regression and R

2009-07-31 Thread marlene marchena
and found the iris dataset, now I would like to ask two things, first if you know of any bibliography to read more about the logistic regression and R so I could understand and interpret better the output, See the following https://home.comcast.net/~lthompson221/https://home.comcast.net

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

[R] Logistic regression and R

2009-07-30 Thread Carlos López
to do some reading and found the iris dataset, now I would like to ask two things, first if you know of any bibliography to read more about the logistic regression and R so I could understand and interpret better the output, and second, what could I do when I have some independent variables

Re: [R] Logistic regression and R

2009-07-30 Thread G. Jay Kerns
a logistic regression using glm but I wanted to deepen my knowledge of this so I tried to do some reading and found the iris dataset, now I would like to ask two things, first if you know of any bibliography to read more about the logistic regression and R so I could understand and interpret