Hi,
I was wondering if there is a way to obtain the p-value from stored results of ranksum tests. Below are the options I found through "help ranksum", none of which match.
Any other options showing correlation between a categorical and continuous variable would also work!
Priscilla
I was wondering if there is a way to obtain the p-value from stored results of ranksum tests. Below are the options I found through "help ranksum", none of which match.
Any other options showing correlation between a categorical and continuous variable would also work!
Thank you!
Stored results
ranksum stores the following in r():
Scalars
r(N_1) sample size n_1
r(N_2) sample size n_2
r(z) z statistic
r(Var_a) adjusted variance
r(group1) value of variable for first group
r(sum_obs) actual sum of ranks for first group
r(sum_exp) expected sum of ranks for first group
r(porder) probability that draw from first population is larger than
draw from second population
Priscilla
Comment