preserve
local var1 = "price"
local var2 = "weight"
local n=r(N)
local B=1000
local alfa = 0.05 //b to liczba próbek
forvalues i=1/`B'{
generate sampl`i'=`var1'[ceil(`n'*runiform())]
generate sampl1`i'=`var2'[ceil(`n'*runiform())]
reg var1 var 2
}
Related Posts with Bootstrap for regression parametrs
Tow stage Least Square (2SLS) estimation - dynamic panel modelsHi experts and researchers, I have four models ( dynamic panel models ) : 1- linear model GDP = β…
Suppressing the iterlog with mlogit for Stata 14Hello, I was looking to suppress the iterlog when running mlogit. I'm aware of set iterlog, but ran…
Invalid nameHello everyone, I would like to kindly ask the community for a help. I use STATA 16, Windows 10. Whe…
Problem with IRT 2PL ConvergenceDear Sir/Madam, I have gone through the previous two post on IRT 2PL methods and am facing the same …
Exporting table into LatexI am trying to produce the share of police stops per NYC borough in a table, then export it from Sta…
Subscribe to:
Post Comments (Atom)
0 Response to Bootstrap for regression parametrs
Post a Comment