Is there a solution to typing the following in the command line...?
. set obs 1000 /*what*/
varlist not allowed
r(101);
Related Posts with Weird error
Avoiding dummy variable trap using "tab, gen" commandHello everyone, I created year dummy variables for my dataset using the command tab YearEffective,…
PPML help!!Hi, I am studying the flows of oranges between countries. How could I use PPML, what is the differen…
PPML R-squared to highHi, I estimated a gravity model with the PPML estimator and fixed effects. However, the R-squared i…
Writing a simple program to calculate ANOVA directly. program anova args n1 m1 s1 n2 m2 s2 n3 m3 s3 scalar k=3 gen xbar=(n1*m1+n2*m2+n3*m3)/(n1+n2+n3) g…
Gravity Model endogeneityHi, I used a gravity model to estimate the effects of Regional Trade Agreement using the PPML …
Subscribe to:
Post Comments (Atom)
0 Response to Weird error
Post a Comment