Displaying 20 results from an estimated 3000 matches similar to: "desperate!"
2011 Oct 04
1
a question about sort and BH
Hi,
I have two questions want to ask.
1. If I have a matrix like this, and I want to figure out the rows whose
value in the 3rd column are less than 0.05. How can I do it with R.
hsa-let-7a--MBTD1 0.528239197 2.41E-05
hsa-let-7a--APOBEC1 0.507869409 5.51E-05
hsa-let-7a--PAPOLA 0.470451884 0.000221774
hsa-let-7a--NF2 0.469280186 0.000231065
hsa-let-7a--SLC17A5
2005 Jan 16
1
p.adjust(<NA>s), was "Re: [BioC] limma and p-values"
I append below a suggested update for p.adjust().
1. A new method "yh" for control of FDR is included which is valid for any
dependency structure. Reference is Benjamini, Y., and Yekutieli, D. (2001).
The control of the false discovery rate in multiple testing under
dependency. Annals of Statistics 29, 1165-1188.
2. I've re-named the "fdr" method to "bh" but
1998 Jul 14
1
Are post-hoc tests being developed for R?
Hi-
Is anyone working on multiple comparisons of means or post-hoc tests
(ie: Tukey, Bonferroni) for R? I saw in the winter 98' archives of the R
mailing lists that these tests had not been implemented yet, I was just
wondering if I could look foward to having them. ;-)
I also looked through the contributed packages and didn't see anything
that offered such tests.
I guess I could check
2005 Jul 14
2
Partek has Dunn-Sidak Multiple Test Correction. Is this the same/similar to any of R's p.adjust.methods?
The Partek package (www.partek.com) allows only two selections for Multiple
Test Correction: Bonferroni and Dunn-Sidak. Can anyone suggest why Partek
implemented Dunn-Sidak and not the other methods that R has? Is there any
particular advantage to the Dunn-Sidak method?
R knows about these methods (in R 2.1.1):
> p.adjust.methods
[1] "holm" "hochberg" "hommel"
1998 Jul 16
1
R-beta: Re: Post-hoc tests
Matt,
Here's a Bonferroni-corrected multiple one-sample t-test that I wrote
some years ago. It took a while to get it into R, as na.omit doesn't
seem to handle vectors and I had to write a quick kludge (na.remove).
Another more general point was that I discovered that the help page for
t.test gives the name "parameters" for the degrees of freedom, as in S.
However, the name
1999 Nov 17
0
help with multiple comparisons
Dear R users
I have a question which is only partly related to R, but I'm sending
it to this list in the hope that someone with a better statistical
background than mine will be kind enough to help me.
It concerns multiple comparison testing in ANOVA. I know this
subject has been raised before on this list, and I have looked
through the relevant messages and read the article in
2009 Feb 11
1
p.adjust; n > length(p) (PR#13519)
Full_Name: Ludo Pagie
Version: 2.8.1
OS: linux
Submission from: (NULL) (194.171.7.39)
p.adjust in stats seems to have a bug in handling n>length(p) for (at least) the
methods 'holm' and 'hochberg'.
For method 'holm' the relevant code:
i <- 1:n
o <- order(p)
ro <- order(o)
pmin(1, cummax((n - i + 1) * p[o]))[ro]
where p is the
2003 Jun 07
0
mt.plot...
Hello every GNU's,
I have a question about mt.plot, on multtest package.
I'm wondering how do a plot with test like bonferroni, holm, hochberg,... and
also résults of SAM(Significiance Analysis Microarrays) as we can see on
several document of Sandrine Dudoit.
Thanks a lot and Have a nice day
Sandrine
--------------------------------------------------------------------------------
2006 Jun 07
0
how to do multiple comparison in the nonparametric statis tical analysis?
Also Consider Bonferroni Hochberg Holm type procedures or .
Dunn OJ. Multiple contrasts using rank sum tests. Technometrics
1964;6:241#/52.
[[alternative HTML version deleted]]
2009 Mar 18
0
p.adjust(p, n) for n>length(p)
Hi all,
I am having a problem with the function "p.adjust" in stats. I have looked at the manuals and searched the R site, but didn't get anything that seems directly relevant. Can anybody throw any light on it or confirm my suspicion that this might be a bug?
I am trying to use the p.adjust() function to do Benjamini/Hochberg FDR control on a vector of p-values that are the
2009 Apr 01
0
How to set the number of multiple comparisons (Bonferroni-Holm)
Hello.
We have a question concerning the nonparametric analysis of a dataset, which
resulted in rejection of the null hypothesis (Kruskal-Wallis-test = H-test).
In order to find out which sample means actually are statistically
different, we want to do multiple comparisons with the Wilcoxon rank sum
test (= U-test); the p-level should be corrected according to
Bonferroni-Holm. Thus we decided to
2005 May 15
3
adjusted p-values with TukeyHSD?
hi list,
i have to ask you again, having tried and searched for several days...
i want to do a TukeyHSD after an Anova, and want to get the adjusted
p-values after the Tukey Correction.
i found the p.adjust function, but it can only correct for "holm",
"hochberg", bonferroni", but not "Tukey".
Is it not possbile to get adjusted p-values after
2002 Jun 20
1
new package `multcomp'
New package `multcomp' for general multiple comparisons
written by Frank Bretz, Torsten Hothorn and Peter Westfall
We've uploaded the package `multcomp' to CRAN.
The R package allows for multiple comparisons of
k groups in general linear models. We use the unifying
representations of multiple contrast tests, which include all
common multiple comparison procedures, such as the
2002 Jun 20
1
new package `multcomp'
New package `multcomp' for general multiple comparisons
written by Frank Bretz, Torsten Hothorn and Peter Westfall
We've uploaded the package `multcomp' to CRAN.
The R package allows for multiple comparisons of
k groups in general linear models. We use the unifying
representations of multiple contrast tests, which include all
common multiple comparison procedures, such as the
2009 Feb 27
2
Adjusting confidence intervals for paired t-tests of multiple endpoints
Dear R-users,
In a randomized placebo-controlled within-subject design, subjects recieved
a psycho-active drug and placebo. Subjects filled out a questionnaire
containing 15 scales on four different time points after drug
administration. In order to detect drug effects on each time point, I
compared scale values between placebo and drug for all time conditions and
scales, which sums up to
2011 Sep 11
0
closed testing procedure
Hi,?are the methods for multiple testing p value adjustment (Shaffer, Westfall, free) implemented in the function adjusted() in multcomp package so called closed testing procedure? what about those methods (holm, hochberg, hommel, BH, BY) implemented in the p.adjust() in the stats package?
?
Thanks
?
John
2011 Aug 26
0
Multiply Iterated Measurements and Pairwise Comparison
I am familiar with pairwise t-tests, corrections for multiple testing, etc. however I have a problem whose answer I have not found after extensive R-help archive and Google searching.
What I have done in the past:
I have N items which are measured, exposed to a condition, and then measured again. I wish to know if the condition changes the items so I can perform a t-test. Better yet I can
2008 Dec 14
1
how to convert factors to numbers
Hello, I am relatively new to using R. I am using R version 2.8.0. I have a
program that downloads stock data from Yahoo! Finance and stores it to a
text file on my hard drive. The text file contains the date, opening price,
high price, low price, closing price, volume and adjusted price (i.e.,
adjusted for dividends and splits). I want to read and manipulate the data
in R. However, when I
2008 Mar 01
2
Newbie: Incorrect number of dimensions
> dim(data.sub)
[1] 10000 140
#####extracting all differentially express genes##########
library(multtest)
two_side<- (1-pt(abs(data.sub),50))*2
diff<- mt.rawp2adjp(two_side)
all_differ<-diff[[1]][37211:10000,]
all_differ
#####list of differentially expressed genes##########
> probe.names<-
+ all_differ[[2]][all_differ[[1]][,"BY"]<=0.01]
Error in
2010 Sep 06
0
Resumen de R-help-es, Vol 19, Envío 5
2010/9/6 <r-help-es-request@r-project.org>
> Envíe los mensajes para la lista R-help-es a
> r-help-es@r-project.org
>
> Para subscribirse o anular su subscripción a través de la WEB
> https://stat.ethz.ch/mailman/listinfo/r-help-es
>
> O por correo electrónico, enviando un mensaje con el texto "help" en
> el asunto (subject) o en el cuerpo a: