Re: Adding recession shading to time-series graphs
ich sehe, dass viel Arbeit in das Schreiben dieses großartigen Artikels gesteckt wurde. Sie haben es geschafft, viele Informationen an einem Ort zu sammeln. Es ist wie beim Schreiben dieses Beitrags,...
View ArticleRe: Stata/Python integration part 3: How to install Python packages
thanks, part 3 will try
View ArticleRe: Stata/Python integration part 1: Setting up Stata to use Python
Why under "Python system information" is the value of initialized "no"? After setting the Python executable, shouldn't it be "initialized"?
View ArticleRe: Stata/Python integration part 1: Setting up Stata to use Python
Hi Lucas. How do you go about installing those packages? I currently point my Stata installation to my Anaconda Python, and it works great. Helpful because it already has packages like pandas and...
View ArticleRe: Stata/Python integration part 1: Setting up Stata to use Python
I use conda as well. python query returns the conda version of python installed on my machine (3.7.7). Running python with base commands works (print("Hello World")).When I type: import fake_package as...
View ArticleRe: Stata/Python integration part 1: Setting up Stata to use Python
Setting the Python executable does not initialize Python within Stata. The Python environment is initialized when you call it at the first time.
View ArticleRe: Stata/Python integration part 1: Setting up Stata to use Python
Can you active your environment through conda and uninstall scipy to see whether the problem still happens? For example,conda activate pip uninstall scipypip install scipyThe above code will activate...
View ArticleRe: Stata/Python integration part 1: Setting up Stata to use Python
What Stata flavor and platform are you using and what version of Python are you linking through Stata?
View ArticleRe: How to read the %21x format, part 2
I think there may be two errata here (first code block after the hexadecimal table):2.0 = 1.00000000000000000000000 * 2^0 2.5 = 1.01000000000000000000000 * 2^0Shouldn't it be the following?2.0 =...
View ArticleRe: Statalist
Hi, I want to gen new var from existing large size another string var, but i want to put condition that if string var first two digit is say 53 than gen var by having first four digit else by 2 digit....
View ArticleRe: Structural vector autoregression models
Thanks for the great post!Does anyone know how to get the structural shocks ut from STATA? I'm currently stuck on this and really need help.Thank you in advance!
View ArticleRe: Stata support for Apple Silicon
Will Stata work with the new Apple Silicon chips as soon as they are released? The announcement is coming next week, and I will be upgrading my laptop immediately thereafter. Thanks for the prompt...
View ArticleRe: Stata support for Apple Silicon
Our current plan is to have a beta version of Stata 16 that's compatible with Apple Silicon available for download within a week or two of the announcement. This beta version will be avaible for free...
View ArticleRe: Stata support for Apple Silicon
It is not currently in our plans. The biggest hurdle is that iPad OS can kill your application at any time and Stata is just not written in a way that can handle that. Rewriting Stata to fit within the...
View ArticleRe: Stata for Mac with Apple Silicon
Are there going to be differences between MP/2, MP/4, etc. for the apple silicon version?
View ArticleRe: Stata for Mac with Apple Silicon
I don't understand the question. What do you mean by differences?
View ArticleRe: Stata for Mac with Apple Silicon
Sorry! Awful working. I was wondering if Stata will offer the same license options for the M1, considering that it has a very unique architecture and the number of cores is fixed.
View ArticleRe: Stata for Mac with Apple Silicon
Same question here: Will MP8 support the 8-Cores of the M1? Will there be a version that taps into the neural engine of the M1?
View Article