Re: [R] Plotting 2D Logistic regression

2008-10-17 Thread Ted Harding
On 17-Oct-08 17:59:55, Feldman, Ruben wrote: > Hi, > My data has time series for different variables and I want to predict > "ctw" with the value of each other variable at that point in the > series. > I have run a logistic regression: > logreg <- glm(ctw ~ age + OFICO + ... + CCombLTV, data=mydat

[R] Plotting 2D Logistic regression

2008-10-17 Thread Feldman, Ruben
Hi, My data has time series for different variables and I want to predict "ctw" with the value of each other variable at that point in the series. I have run a logistic regression: logreg <- glm(ctw ~ age + OFICO + ... + CCombLTV, data=mydata, family=binomial("logit")) And I am trying to get a plo