Re: [R] partial plots for logistic regression using glm

2007-09-24 Thread John Fox
Dear Stav, Take a look at the effects package on CRAN and the associated paper at . I hope this helps, John On 24 Sep 2007 23:02:10 +0100 [EMAIL PROTECTED] wrote: > Dear R users, > > I am modelling the probability of error in a behavioural task using > the >

[R] partial plots for logistic regression using glm

2007-09-24 Thread ucjtkst
Dear R users, I am modelling the probability of error in a behavioural task using the glm() function (with the numbers of successes and failures listed for each line in the data frame). How can I plot the partial effects of the predictors? Many thanks in advance, Stav ___