Re: [R] how to change the color of the regression line when using effect function

2014-01-12 Thread karine heerah
Hi all, Do you know how to change the color of the regression line, confidence interval etc. when plotting the "effect" function: library(effects) plot(effect("explanatory variable", model.name),xlab,ylab) I tried to include the "col" argument of the plot function but it didn't work. Than

Re: [R] how to change the color of the regression line when using effect function

2014-01-12 Thread michael curran
ect: Re: [R] how to change the color of the regression line when using effect function On Jan 12, 2014, at 7:26 PM, karine heerah wrote: > Hi all, > Do you know how to change the color of the regression line, confidence > interval etc. when plotting the "effect" function

Re: [R] how to change the color of the regression line when using effect function

2014-01-12 Thread Ista Zahn
Hi Karine, Yes, please do follow Davids advice in the future. The answer to your question about colors is in the effects package documentation. Please see ?plot.eff, particularly the "color" argument. Best, Ista On Sun, Jan 12, 2014 at 11:35 PM, David Winsemius wrote: > > On Jan 12, 2014, at 7

Re: [R] how to change the color of the regression line when using effect function

2014-01-12 Thread David Winsemius
On Jan 12, 2014, at 7:26 PM, karine heerah wrote: > Hi all, > Do you know how to change the color of the regression line, confidence > interval etc. when plotting the "effect" function: > plot(effect("explanatory varible", model.name),xlab,ylab) > I tried to include the "col" argument of the

[R] how to change the color of the regression line when using effect function

2014-01-12 Thread karine heerah
Hi all, Do you know how to change the color of the regression line, confidence interval etc. when plotting the "effect" function: plot(effect("explanatory varible", model.name),xlab,ylab) I tried to include the "col" argument of the plot function but it didn't work. Thanks,Karine