Re: [R] SpreadLevelPlot for more than one factor

2018-01-15 Thread Ashim Kapoor
l), data=warpbreaks) > >. > > > >I hope this helps, > > John > > > >- > >John Fox, Professor Emeritus > >McMaster University > >Hamilton, Ontario, Canada > >Web: > >socialsciences.mcmaster.ca/jfox/ <http:

Re: [R] SpreadLevelPlot for more than one factor

2018-01-14 Thread Fox, John
mcmaster.ca/jfox/ <http://socialsciences.mcmaster.ca/jfox/> > > > >> -Original Message- >> From: R-help [mailto:r-help-boun...@r-project.org] On Behalf Of Ashim >> Kapoor >> Sent: Sunday, January 7, 2018 12:08 AM >> To: r-help@r-project.org

Re: [R] SpreadLevelPlot for more than one factor

2018-01-09 Thread Ashim Kapoor
> Web: socialsciences.mcmaster.ca/jfox/ > > > > > -Original Message- > > From: R-help [mailto:r-help-boun...@r-project.org] On Behalf Of Ashim > > Kapoor > > Sent: Sunday, January 7, 2018 12:08 AM > > To: r-help@r-project.org > > Subject

Re: [R] SpreadLevelPlot for more than one factor

2018-01-07 Thread Fox, John
; From: R-help [mailto:r-help-boun...@r-project.org] On Behalf Of Ashim > Kapoor > Sent: Sunday, January 7, 2018 12:08 AM > To: r-help@r-project.org > Subject: [R] SpreadLevelPlot for more than one factor > > Dear All, > > I want a transformation which will make the

Re: [R] SpreadLevelPlot for more than one factor

2018-01-07 Thread Ashim Kapoor
Dear All, I did this : > v = wool:tension > spreadLevelPlot(breaks ~ v) LowerHinge Median UpperHinge Hinge-Spread B:H 15 17 216 A:M 18 21 30 12 A:H 18 24 28 10 B:M 21 28 39

Re: [R] SpreadLevelPlot for more than one factor

2018-01-06 Thread Ashim Kapoor
Dear All, we need to do : library(car) for the spreadLevelPlot function I forgot to say that. Apologies, Ashim On Sun, Jan 7, 2018 at 10:37 AM, Ashim Kapoor wrote: > Dear All, > > I want a transformation which will make the spread of the response at all > combinations > of 2 factors the sa

[R] SpreadLevelPlot for more than one factor

2018-01-06 Thread Ashim Kapoor
Dear All, I want a transformation which will make the spread of the response at all combinations of 2 factors the same. See for example : boxplot(breaks ~ tension * wool, warpbreaks) The closest I can do is : spreadLevelPlot(breaks ~tension , warpbreaks) spreadLevelPlot(breaks ~ wool , warp