Definitely been a good read thus far and I'd highly recommend it to any Stata users who want to know more about using Mata.
Re: The book that Stata programmers have been waiting for
Re: Importing Twitter data into Stata
The default language is en. Try using the option lang(all) to get more results.
Re: Vector autoregressions in Stata
No. If you want to apply cholesky decomposition you need to run orthogonal impulse response function (oirf).
Re: Importing Twitter data into Stata
"twitter2stata searchusers" seems to only be returning 100 results at a time. But when I ran it a few weeks ago, it would return 1000 (and that is what the documentation says). Did something change?
Re: Probit model with sample selection by mlexp
Dear Charles, I was wondering whether it is also possible to apply this approach in a panel data setting?
I am trying to fit a model in which I have two stages (lead generation and lead succes) that are likely to be governed by a sample selection process. For both stages, my outcome is a binary variable and I observe multiple cases per sales person over time (hence a panel structure) for which I need to control using random effects.
Thanks.
Re: Programming an estimation command in Stata: A first command for OLS
Nice post, thanks
Re: Dynamic stochastic general equilibrium models for policy analysis
This is great Sir. I have a question pertaining to the first chapter of the DSGE manual. In the linearized inflation equation, I noticed that the coefficient kappa embedded some parameters and even a steady state inflation π. Is it a norm to count interwoven parameters and steady state variable as a single parameter such as kappa. Thanks.
Re: Dynamic stochastic general equilibrium models for policy analysis
need to see Poverty situation in Nigeria under serious macro economic shocks. Can You help?
Re: Importing Twitter data into Stata
Nothing with the code. Maybe with the Twitter Web API. I will look into it.
Re: Retaining an Excel cell’s format when using putexcel
I will fix this in an update to the command.
Re: Monte Carlo simulations using Stata
Reproducing example 2 in Stata 14 is showing the following error:
forval command may not result from a macro expansion interactively or in do files
r(198)
Re: Unit-root tests in Stata
hi, i don't understand how to use drift or trend options: my series have no trend so, i run: dfuller (var), drift; so which is my H0? Considering drift give me a t test bigger that 5% c.v. But discarding i get a significative t test for all c.v.'s (That are bit bigger that those when i consider drift), but I don't understand how to interpret The test..
Re: Export tabulation results to Excel—Update
it looks so helpful to me and i try this, but it does not work. in my case, 'option open not allowed' error massage reported. i am using STATA ver15
Re: Export tabulation results to Excel—Update
Make sure you are up-to-date. The open option was added in Stata 15.1. Type update all to update your Stata.
Re: Export tabulation results to Excel—Update
Can I use 'summarize()' option as in tabulate command here?
Re: Export tabulation results to Excel—Update
I will see if Chris can get this done by the end of summer.
Re: Export tabulation results to Excel—Update
tab2docx sounds very promising. But it seems one has to install putdocx first.
How do I do that?
Is it possible to use tab2docx in version 14?
Re: Export tabulation results to Excel—Update
putdocx was added in Stata 15.
Re: Importing Facebook data into Stata
I recevied the mensage:
no; data in memory would be lost
What should I do?
?
Re: Export tabulation results to Excel—Update
How can i export twoway tab table in excel?