Displaying 3 results from an estimated 3 matches for "nonparam".
2006 Dec 19
4
nonparametric significance test for one sample
...of zeros and some small
positive numbers. The data range on [0,1] but the distribution is unknown.
It is zero inflated anyway.
I tried to use the Wilcoxon Signed Ranks test. But I read from this website
that it does assume the population pdf is symmetric.
http://www.cas.lancs.ac.uk/glossary_v1.1/nonparam.html#wsrt
"The Wilcoxon Signed Ranks test does not require the assumption that the
population is normally distributed. In many applications, this test is used
in place of the one sample
t-test<http://www.cas.lancs.ac.uk/glossary_v1.1/hyptest.html#1sampt>when
the normality assumption is q...
2011 Sep 16
1
Scheirer-Ray-Hare
Hello to all the people in the forum,
I'm trying to perform a Scheirer-Ray-Hare test in R, and despite I've found
some posts talking about this test, there no one in which I can found how to
do so.
Can anyone explain me how to do the test?
Thanks
Pablo
--
View this message in context: http://r.789695.n4.nabble.com/Scheirer-Ray-Hare-tp3818476p3818476.html
Sent from the R help mailing
2004 Sep 22
5
t test problem?
Hello,
I got two sets of data
x=(124738, 128233, 85901, 33806, ...)
y=(25292, 21877, 45498, 63973, ....)
When I did a t test, I got two tail p-value = 0.117, which is not significantly different.
If I changed x, y to log scale, and re-do the t test, I got two tail p-value = 0.042, which is significantly different.
Now I got confused which one is correct. Any help would be very appreciated.