Re: [R] Non-parametric Tests for location in R

2010-04-15 Thread David Winsemius
On Apr 14, 2010, at 7:19 PM, maithili davda wrote: How do I do the sign test and the sign rank test that SAS gives as an output in proc univariate in R? sign.test and wilcox.test do not give the same output. No data, no specifics, no code. Rather difficult to determine whether you made

[R] Non-parametric Tests for location in R

2010-04-14 Thread maithili davda
How do I do the sign test and the sign rank test that SAS gives as an output in proc univariate in R? sign.test and wilcox.test do not give the same output. Also how do you pick what output you want displayed in R? like if I want only the test statistic and p value displayed and nothing else how