search for: interquartile

Displaying 20 results from an estimated 43 matches for "interquartile".

2012 Jul 13
2
significance test interquartile ranges
Hi, I have two non-normal distributions and use interquartile ranges as a dispersion measure. Now I am looking for a test, which tests whether the interquartile ranges from the two distributions are significantly different. Any idea? Thanks, joerg [[alternative HTML version deleted]]
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...
2016 Apr 19
0
Interquartile Range
..., At a guess, try this: iqr<-function(x) { return(paste(round(quantile(x,0.25),0),round(quantile(x,0.75),0),sep="-") } .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...
2016 Apr 19
0
Interquartile Range
...,0.75),0),sep="-") >> } >> >> .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)...
2011 Oct 21
1
cph/nomogram Design/RMS package hazard ratio: interquartile vs per unit
...e? Also, I've found that I do not need to create indicator variables for my categorical variables when I use cph. Is this also correct? I appreciate your feedback. Thank you. ~Renee -- View this message in context: http://r.789695.n4.nabble.com/cph-nomogram-Design-RMS-package-hazard-ratio-interquartile-vs-per-unit-tp3923896p3923896.html Sent from the R help mailing list archive at Nabble.com.
2016 Apr 19
5
Interquartile Range
...paste(round(quantile(x,0.25),0),round(quantile(x,0.75),0),sep="-") > } > > .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) > >...
2016 Apr 19
1
Interquartile Range
...gt;> > .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 >> > >...
2016 Apr 19
0
Interquartile Range
...p="-") > > } > > > > .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=...
2010 Sep 10
1
Standardized logistic regression coefficients
...o standardize logistic regression coefficients. I also found a very old (Thu May 12 21:50:36 CEST 2005) suggestion by Frank E Harrell (one of the colleagues who frequently contribute on this list) saying... Design doesn't implement those because they have terrible properties. Instead consider interquartile-range odds ratios (done by summary.Design by typing summary(. . .)). 1. Is this still the case, or is there any package today in R which computes some sort of standardized logistic regression coefficients widely accepted by the community? 2. Also, if anyone knows, how can I implement this inte...
2016 Apr 19
0
Interquartile Range
...enure) >>> > >>> > 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 >>> > > ,summa...
2011 Feb 23
5
mgcv: beta coefficient and 95%CI
Hi i am doing an environmental research The equation is as follow: gam(y1 ~ x1 + s(x2) + s(x3) + s(x4), family = gaussian, fit = true) I would like to obtain the beta coefficient and 95CI of x4 (or s(x4)), what should I do? Thanks, Lung -- View this message in context: http://r.789695.n4.nabble.com/mgcv-beta-coefficient-and-95-CI-tp3320491p3320491.html Sent from the R help mailing list
2016 Apr 19
2
Interquartile Range
...gt;> > .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 >> > >...
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 &...
2016 Apr 19
2
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 >>>> > >...
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 >>> >&g...
2011 Nov 10
1
Removing outliers
Hi, I want to remove the outliers of my database with the following program (an observation is considered an outlier if it is bigger than second quartile + 1,5* distance interquartiles or less than second quartile - 1,5*distance interquartiles): for(i in 1:length(dados)){ q3=quantile(dados[i], probs=.75) q3=quantile(dados[i], probs=.50) q1=quantile(dados[i], probs=.25) d=q3-q1 for(i2 in 1:length(dados$quest_1)) { if (dados[i2,i] < q2-1.5*d) dados[i2,i]=NULL else if (dados[i2...
2016 Apr 19
2
Interquartile Range
...t; > >> >>>> > >> >>>> > 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 >> >>>> > >...
2016 Apr 20
0
Interquartile Range
...gt;>> 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 >>>>>>>>>>> >>>>>>>>>&...
2010 Dec 17
3
box-and-whisker plots based on summary not data
Hi, Is it possible to produce box-and-whisker plots given that I have the median, interquartile and 5/95th centile values, but not the data from which they come? It seems that it ought to be possible to coerce bxp to do what I want, but I can't quite see how. Thanks, Matthew -- Matthew Vernon, Research Fellow Ecology and Epidemiology Group, University of Warwick http://blogs.warwick.ac...
2016 Apr 20
2
Interquartile Range
...gt;>> > 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 >>>> >>>> > > >>>> >>>> > >...