Re: Importing Twitter data into Stata
FYI, when I do that, I get the error "file c:\ado\plus\jar\sttwitter.jar already exists"
View ArticleRe: Importing Twitter data into Stata
Make sure you use the replace option.ssc install twitter2stata, replace
View ArticleRe: Importing Twitter data into Stata
Is there any docmentation how I can access any password-protected databvase via REST API with Stata? I see that you are able to put forward access tokens. I would like to talk to my own database that...
View ArticleRe: Importing Twitter data into Stata
Good Evening,I do apologize for the following comment as it has no connection with the current published article however, if someone would kindly assist me.I am a student currently pursuing a degree in...
View ArticleRe: Estimating the parameters of DSGE models
It looks very handy, but there is one question that I have in mind: Is the methodology underpinning the dsge command based on maximum likelihood or Bayesian estimation?
View ArticleRe: Estimating the parameters of DSGE models
It is possible run DSGE model in stata 13? Is there a do.file available?
View ArticleRe: Importing Twitter data into Stata
We don’t have any documentation on how to do it because each REST API is different. Stata is fully programmable so you should be able to connect to any database. Also, you might want to look at odbc to...
View ArticleRe: Creating Excel tables with putexcel, part 2: Macro, picture, matrix, and...
local var1 "unem_relax_15over"local var2 "ageg"local table_name table1tab `var1' `var2' , matcell(`table_name')*for var1 decode `var1', generate(`var1'_s)levelsof `var1' if `var1'!=. & `var2'!=. ,...
View ArticleRe: Nonparametric regression: Like parametric regression, but not
There is a small typo in the margins command before the last marginsplot. It should read at(x=(1(.5)3)) instead of at(x1=(1(.5)3)).
View ArticleRe: Nonparametric regression: Like parametric regression, but not
You are correct. Thank you very much !
View ArticleRe: Importing Twitter data into Stata
It's not clear to me how to import all tweets from a specified user?Thanks, Chris.
View ArticleRe: Importing Twitter data into Stata
The Java API we used to develop this command has a lot offunctionality we did not implement (because of time). We will look into adding the subcommand twitter2stata tweets userID_userName in the next...
View ArticleRe: Importing Twitter data into Stata
I am not able to use this with Stata 14. Is there any way to use this command in Stata14?
View ArticleRe: Importing Twitter data into Stata
This command only works with Stata 15. My next post will show you how to write this command using Java, which should help anyone wanting to write a version for Stata 14.
View ArticleRe: Importing Twitter data into Stata
We have updated the command to add this subcommand. Typessc install twitter2stata, replaceto get the latest version.
View ArticleRe: Importing Twitter data into Stata
FYI, when I do that, I get the error "file c:\ado\plus\jar\sttwitter.jar already exists"
View ArticleRe: Importing Twitter data into Stata
Make sure you use the replace option.ssc install twitter2stata, replace
View ArticleRe: Importing Twitter data into Stata
Is there any docmentation how I can access any password-protected databvase via REST API with Stata? I see that you are able to put forward access tokens. I would like to talk to my own database that...
View ArticleRe: Importing Twitter data into Stata
Good Evening,I do apologize for the following comment as it has no connection with the current published article however, if someone would kindly assist me.I am a student currently pursuing a degree in...
View ArticleRe: Importing Twitter data into Stata
We don’t have any documentation on how to do it because each REST API is different. Stata is fully programmable so you should be able to connect to any database. Also, you might want to look at odbc to...
View Article