Re: Nonparametric regression: Like parametric regression, but not
Hi, using the npregress command, how can I get the regression output? To my understanding, this command gives only the marginal effects. My concern is to predict the propensity scores based on...
View ArticleRe: Importing Twitter data into Stata
dear all,when I try to set the access I get this:java.lang.ClassNotFoundException: com.stata.drd.stTwitter at java.net.URLClassLoader.findClass(URLClassLoader.java:381) at...
View ArticleRe: Programming an estimation command in Stata: Allowing for options
Hi,I want to ask if it is possible to allow the constant in a regression to vary by region or country
View ArticleRe: Understanding the generalized method of moments (GMM): A simple example
Dear all,I have difficulties in understanding GMM, if anyone kindly could provide me with a private lesson on this it would be great.Regards, N
View ArticleRe: Importing Twitter data into Stata
Can you show me the command you typed? Also, can you type which twitter2stata.ado and tell me the version of the command you are using?
View ArticleRe: Importing Twitter data into Stata
dear Kevin, I am using "version 1.0.3 14dec2017" and I am simply replicating your exampletwitter2stata setaccess "`consumer_key'" "`consumer_secret'" /// "`access_token'"...
View ArticleRe: Importing Twitter data into Stata
What happens when you run the below commands?net install http://www.stata.com/users/..., replacewhich twitter2stata.adowhich twitter2stata-1.0.4.jartwitter2stata setaccess "1" "2" "3" "4"twitter2stata...
View ArticleRe: Importing Twitter data into Stata
net install "http://www.stata.com /users/kcrow/twitter2stata" , replace --> all files already exist and are up to date.which twitter2stata.ado --> c:\ado\plus\t\twitter2stata.ado*! version 1.0.3...
View ArticleRe: Importing Twitter data into Stata
For some reason the filetwitter2stata-1.0.4.jaris not getting installed. You might want to find the ado package, uninstall it, and reinstall it. For example ado describe, find(twitter) ado uninstall...
View ArticleRe: Importing Twitter data into Stata
dear Kevin..unistalled and reinstalled and the same issue occurs.I have manually dowloadedtwitter2stata-1.0.4.jar from http://fmwww.bc.edu/repec/b...I have put the file in the corresponding ado folder...
View ArticleRe: Importing Twitter data into Stata
Make sure to place the file in the plus/jar folder. . which twitter2stata-1.0.4.jarc:\ado\plus\jar\twitter2stata-1.0.4.jarAlso, restart Stata.
View ArticleRe: Programming an estimation command in Stata: Allowing for options
Include a dummy variable in your regression. This will allow you to see the specific effects of each region or country, and move the intercept of your regression line like you want. Stata will make the...
View ArticleRe: Programming an estimation command in Stata: Allowing for options
Thanks, I figured that out. But will also like to know how to program MLE for a boxcox function without using the in-built function.
View ArticleRe: Importing Facebook data into Stata
Thanks Kevin that works really well. Future projects? - Instagram or Researchgate?
View ArticleRe: Importing Twitter data into Stata
I too have had to manually download the twitter2stata-1.0.4.jar but once that's done it works perfectly
View ArticleRe: Estimating the parameters of DSGE models
It should be maximum likelihood estimation (the output shows the values of the log-likelihood of each iteration). For Bayesian estimation one would need to feed Stata with priors, and Stata would give...
View ArticleRe: Importing Facebook data into Stata
This command only works with Stata 15. The Stata Java API changed in Stata 15 and this command uses the new syntax.
View ArticleRe: Importing Facebook data into Stata
We will look into other commands as time allows. I will take a look at Instagram's data to see if it has anything of interest.
View Article