Hi all,
when plotting
Stata determines the bandwidth endogeneously, correct? Can I see for what bandwidth Stata decided and does someone know how to apply either the cross-validation method or where in Stata I find all relevant information for using Silverman's rule of thumb?
Thank you in advance
Kathrin
when plotting
Code:
twoway (lpoly logexptot bin if D==0, degree (1) kernel(epanechnikov))(lpoly logexptot bin if D==1, degree (1) kernel(epanechnikov))(scatter logexptot bin if D==0)(scatter logexptot bin if D==1)
Thank you in advance
Kathrin
Comment