Displaying 1 result from an estimated 1 matches for "zanni".
Did you mean:
danni
2011 Aug 17
1
How would you calculate this type of p-value using R?
Let's say you want to compare "one observation" with a sample, how would you
use R to get a p-value for that single observation itself?
To clarify what I'm asking: We know you use a one-sample t test to compare
an actual sample to a hypothetical value, and a Wilcoxon test if it's not
normally distributed, in R either "t.test( )" or "wilcox.test( )".