= Stata PwCorr = '''`-pwcorr-`''' calculates pairwise [[Statistics/Correlation|correlations]]. See also [[Stata/Correlate|-correlate-]]. <> ---- == Usage == {{{ pwcorr v1 v2 v3 }}} To also print significance levels for each pair, add the '''`sig`''' option. ---- == See also == [[https://www.stata.com/manuals/rcorrelate.pdf|Stata manual for -pwcorr-]] ---- CategoryRicottone