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
Random of Fixed Effects?I am currently writing a dissertation on the effect of foreign aid on the human development index. …
using -encode- with multiple string variablesI use Stata 14 on Windows. I have a data set of 30,000 observations with multiple observations (diff…
Invalid Chi2I have this code that keeps throwing "Invalid Chi2" Where am I wrong please? Code: local varie_eff…
Breusch-Pagan TestHello I am trying to do a Breusch-Pagan test to test for heteroscedasticity. I have to regression m…
using commands to search within a smcl fileIs it feasible to use any command to search for a text string within a smcl file? this would help lo…
Subscribe to:
Post Comments (Atom)
0 Response to Export Correlation Matrix to Excel: Putexcel No Longer Working
Post a Comment