Re: [R] How to output glm summary to csv file

2008-06-17 Thread Jim Lemon
Chua Siang Li wrote: Hello there. I am new to R. I want to output the coefficients and their significance value (Pr(>|z|) into a csv file. I managed to do it for the "coefficients" but not their significances. Pls help. Thanks. mylogit<- glm(response~price, family=bin

Re: [R] How to output glm summary to csv file

2008-06-16 Thread Charles C. Berry
On Tue, 17 Jun 2008, Chua Siang Li wrote: Hello there. I am new to R. I want to output the coefficients and their significance value (Pr(>|z|) into a csv file. I managed to do it for the "coefficients" but not their significances. Pls help. Thanks. mylogit<- glm(response~pric

[R] How to output glm summary to csv file

2008-06-16 Thread Chua Siang Li
Hello there. I am new to R. I want to output the coefficients and their significance value (Pr(>|z|) into a csv file. I managed to do it for the "coefficients" but not their significances. Pls help. Thanks. mylogit<- glm(response~price, family=binomial(link="logit"),