search for: gsmod

Displaying 1 result from an estimated 1 matches for "gsmod".

Did you mean: lsmod
2010 Mar 09
1
Help with adding points to allEffects plot
....coords(x, y), type = type, ...) : plot.new has not been called yet Strangely, using the code I've pasted below this has worked for me in the past however figuring out what has changed has proved to be beyond me. Cheers, Grant > y<-c(1,3,2,4,5) > x<-c(1,2,3,4,5) > > > GSMOD<-lm(y~x) > > plot(allEffects(GSMOD), ask=F) > points(y, x) Error in plot.xy(xy.coords(x, y), type = type, ...) : plot.new has not been called yet [[alternative HTML version deleted]]