Hello
I am running the following command in Stata:
Since I have 4 drugs this gives me a 4x4 table with correlations and p-values. Can someone help me with a basic question here: what test is Stata using to calculate this p-value?
And how to obtain 95% confidence intervals for each correlation?
Many thanks!
I am running the following command in Stata:
Code:
pwcorr drug*, star(0.001) sig
And how to obtain 95% confidence intervals for each correlation?
Many thanks!
Comment