Hi Statalisters,
I know this sounds quite trivial. I am surprised as well.
I currently use Stata16 and I have been using the "putexcel" command since 2013 with Stata13.
I suddenly realise that my "save-time" putexcel export command is no longer responding.
Here's the code:
corr var_x1 var_x2 var_x3
return list
matrix list r(C)
putexcel A1=matrix(r(C), names) using C:\Users\ng\Desktop\ICT.xlsx, modify
This is the same code I've always used but suddenly returns the below-mentioned error which was never the case:
using not allowed
r(101);
I tried with Stata13 and Stata15 and got the same error.
Kindly assist in this regard.
Thanks.
Ngozi
Related Posts with Export Correlation Matrix to Excel: Putexcel No Longer Working
Number of days since 1/1/1960.Ciao, Say I have data on the month (january, february) and year (1951, 1952) that individuals have b…
Test for statistical significance on a cumulative treatment effect as oppose to a mean treatment effectHi apologies I have a very basic question. I haven't used STATA ina while just getting back into it …
Understanding xtabond2 and ixtivreg2Hello, Another question from my side, this time pertaining to GMM models. I am looking at the code …
Table with correlation between two variables for each countryHello, I would like to create a table with the correlation between public investment and public deb…
testing coefficients within groups after a PSM diff-in-diffI'm using Stata 14 with Windows 10 OS. I'm running PSM diff-in-diff using command diff. I'd like to…
Subscribe to:
Post Comments (Atom)
0 Response to Export Correlation Matrix to Excel: Putexcel No Longer Working
Post a Comment