Hi Statalisters,
I'm trying to present Pearson's correlation matrix with significance stars at levels of 10%, 5% and 1%. I've run the following commands:
pwcorr DACC AEM CSR AB_CFO absAB_CFO AB_PROD absAB_PROD AB_EXP absAB_EXP REM GROWTH SIZE LEV ROA BIG4 IND, stars(* 0.10 ** 0.05 *** 0.01)
pwcorr DACC AEM CSR AB_CFO absAB_CFO AB_PROD absAB_PROD AB_EXP absAB_EXP REM GROWTH SIZE LEV ROA BIG4 IND, star(* 0.10 ** 0.05 *** 0.01)
pwcorr DACC AEM CSR AB_CFO absAB_CFO AB_PROD absAB_PROD AB_EXP absAB_EXP REM GROWTH SIZE LEV ROA BIG4 IND, stars(all)
But always get the same error:
"option stars() not allowed
r(198);"
Can any of you help me with this? I'm using Stata SE14.
Thank you in advance
Related Posts with Pearson correlation matrix with multiple significance stars
forest plot not plottingI think it might be related to the estimates store not properly working (in bold). I'd appreciate an…
dummy variableshello everyone, I have some trouble creating two dummy variables. I have a dataset with the variable…
Putting the bars in a prespecified orderI want to do draw the frequency distribution of a categorical variable and want the bars to be arran…
Real Stepwise RegressionsI found only a one-step procedure that leaves in the model only variables with a certain p-value. I…
Missing values after appending in loopHello, I am appending 78 dta files using a loop. When I do this, some observations of the district v…
Subscribe to:
Post Comments (Atom)
0 Response to Pearson correlation matrix with multiple significance stars
Post a Comment