search for: groupedall

Displaying 16 results from an estimated 16 matches for "groupedall".

2016 Apr 19
2
Interquartile Range
Hi, I am trying to show an interquartile range while grouping values using the function ddply(). So my function call now is like groupedAll <- ddply(data ,~groupColumn ,summarise ,col1_mean=mean(col1) ,col2_mode=Mode(col2) #Function I wrote for getting the mode shown below ,col3_Range=paste(as.character(round(quantile(datat$tenure,c(.25)))), as.character(round(qua...
2016 Apr 19
5
Interquartile Range
...Jim > > > > On Tue, Apr 19, 2016 at 11:15 AM, Michael Artz <michaeleartz at gmail.com> > wrote: > > Hi, > > I am trying to show an interquartile range while grouping values using > > the function ddply(). So my function call now is like > > > > groupedAll <- ddply(data > > ,~groupColumn > > ,summarise > > ,col1_mean=mean(col1) > > ,col2_mode=Mode(col2) #Function I wrote for getting the > > mode shown below > > > > ,col3_Range=paste(as.ch...
2016 Apr 19
0
Interquartile Range
...quot;-") } .col3_Range=iqr(datat$tenure) Jim On Tue, Apr 19, 2016 at 11:15 AM, Michael Artz <michaeleartz at gmail.com> wrote: > Hi, > I am trying to show an interquartile range while grouping values using > the function ddply(). So my function call now is like > > groupedAll <- ddply(data > ,~groupColumn > ,summarise > ,col1_mean=mean(col1) > ,col2_mode=Mode(col2) #Function I wrote for getting the > mode shown below > > ,col3_Range=paste(as.character(round(quantile(datat$tenure...
2016 Apr 19
0
Interquartile Range
Hi, Here is what I am doing notGroupedAll <- ddply(data ,~groupColumn ,summarise ,col1_mean=mean(col1) ,col2_mode=Mode(col2) #Function I wrote for getting the mode shown below ,col3_Range=myIqr(col3) ) groupedAll <- ddply(data...
2016 Apr 19
2
Interquartile Range
...; >>>> > > I am trying to show an interquartile range while grouping >> values >> >>>> using >> >>>> > > the function ddply(). So my function call now is like >> >>>> > > >> >>>> > > groupedAll <- ddply(data >> >>>> > > ,~groupColumn >> >>>> > > ,summarise >> >>>> > > ,col1_mean=mean(col1) >> >>>> > > ,col2_mode=Mode(col2) #...
2016 Apr 20
2
Interquartile Range
...an open mind is that people keep coming along and sticking things into it." -- Opus (aka Berkeley Breathed in his "Bloom County" comic strip ) On Tue, Apr 19, 2016 at 4:25 PM, Michael Artz <michaeleartz at gmail.com> wrote: > Hi, > Here is what I am doing > > notGroupedAll <- ddply(data > ,~groupColumn > ,summarise > ,col1_mean=mean(col1) > ,col2_mode=Mode(col2) #Function I wrote for getting the > mode shown below > ,col3_Range=myIqr(col3) > )...
2016 Apr 19
0
Interquartile Range
...r 19, 2016 at 11:15 AM, Michael Artz <michaeleartz at gmail.com> > > wrote: > > > Hi, > > > I am trying to show an interquartile range while grouping values > using > > > the function ddply(). So my function call now is like > > > > > > groupedAll <- ddply(data > > > ,~groupColumn > > > ,summarise > > > ,col1_mean=mean(col1) > > > ,col2_mode=Mode(col2) #Function I wrote for getting > the > > > mode shown below > > >...
2016 Apr 19
0
Interquartile Range
...On Tue, Apr 19, 2016 at 11:15 AM, Michael Artz <michaeleartz at gmail.com> >> wrote: >> > Hi, >> > I am trying to show an interquartile range while grouping values using >> > the function ddply(). So my function call now is like >> > >> > groupedAll <- ddply(data >> > ,~groupColumn >> > ,summarise >> > ,col1_mean=mean(col1) >> > ,col2_mode=Mode(col2) #Function I wrote for getting the >> > mode shown below >> > >> &...
2016 Apr 20
0
Interquartile Range
...long > and sticking things into it." > -- Opus (aka Berkeley Breathed in his "Bloom County" comic strip ) > > > On Tue, Apr 19, 2016 at 4:25 PM, Michael Artz <michaeleartz at gmail.com> wrote: >> Hi, >> Here is what I am doing >> >> notGroupedAll <- ddply(data >> ,~groupColumn >> ,summarise >> ,col1_mean=mean(col1) >> ,col2_mode=Mode(col2) #Function I wrote for getting the >> mode shown below >> ,col3_Range=myIqr(col3) >...
2016 Apr 20
2
Interquartile Range
...t; > > -- Opus (aka Berkeley Breathed in his "Bloom County" comic strip ) > > > > > > On Tue, Apr 19, 2016 at 4:25 PM, Michael Artz <michaeleartz at gmail.com> > wrote: > >> Hi, > >> Here is what I am doing > >> > >> notGroupedAll <- ddply(data > >> ,~groupColumn > >> ,summarise > >> ,col1_mean=mean(col1) > >> ,col2_mode=Mode(col2) #Function I wrote for getting the > >> mode shown below > >>...
2016 Apr 19
1
Interquartile Range
...ael Artz <michaeleartz at gmail.com> >> > wrote: >> > > Hi, >> > > I am trying to show an interquartile range while grouping values >> using >> > > the function ddply(). So my function call now is like >> > > >> > > groupedAll <- ddply(data >> > > ,~groupColumn >> > > ,summarise >> > > ,col1_mean=mean(col1) >> > > ,col2_mode=Mode(col2) #Function I wrote for getting >> the >> > > mode sh...
2016 Apr 19
2
Interquartile Range
...ael Artz <michaeleartz at gmail.com> >> > wrote: >> > > Hi, >> > > I am trying to show an interquartile range while grouping values >> using >> > > the function ddply(). So my function call now is like >> > > >> > > groupedAll <- ddply(data >> > > ,~groupColumn >> > > ,summarise >> > > ,col1_mean=mean(col1) >> > > ,col2_mode=Mode(col2) #Function I wrote for getting >> the >> > > mode sh...
2016 Apr 20
0
Interquartile Range
...eathed in his "Bloom County" comic strip ) >> > >> > >> > On Tue, Apr 19, 2016 at 4:25 PM, Michael Artz <michaeleartz at gmail.com> >> > wrote: >> >> Hi, >> >> Here is what I am doing >> >> >> >> notGroupedAll <- ddply(data >> >> ,~groupColumn >> >> ,summarise >> >> ,col1_mean=mean(col1) >> >> ,col2_mode=Mode(col2) #Function I wrote for getting the >> >> mode shown below >>...
2016 Apr 19
2
Interquartile Range
...gt; > wrote: >>>> > > Hi, >>>> > > I am trying to show an interquartile range while grouping values >>>> using >>>> > > the function ddply(). So my function call now is like >>>> > > >>>> > > groupedAll <- ddply(data >>>> > > ,~groupColumn >>>> > > ,summarise >>>> > > ,col1_mean=mean(col1) >>>> > > ,col2_mode=Mode(col2) #Function I wrote for getting >&gt...
2016 Apr 19
0
Interquartile Range
...gmail.com> >>> > wrote: >>> > > Hi, >>> > > I am trying to show an interquartile range while grouping values >>> using >>> > > the function ddply(). So my function call now is like >>> > > >>> > > groupedAll <- ddply(data >>> > > ,~groupColumn >>> > > ,summarise >>> > > ,col1_mean=mean(col1) >>> > > ,col2_mode=Mode(col2) #Function I wrote for getting >>> the >&g...
2016 Apr 19
0
Interquartile Range
...gt;> > > Hi, > >>>> > > I am trying to show an interquartile range while grouping values > >>>> using > >>>> > > the function ddply(). So my function call now is like > >>>> > > > >>>> > > groupedAll <- ddply(data > >>>> > > ,~groupColumn > >>>> > > ,summarise > >>>> > > ,col1_mean=mean(col1) > >>>> > > ,col2_mode=Mode(col2) #Function I wrote...