I need your help!!
I have run over 1000 regressions with coefficient covariance matrix under "estimation default", I can change each equation to "white" one by one
but I would like to use a programme which can choose all the equations and allow me to change all the equation to "white"
I just start learning programming, I have the the following programme which will allow me to put selection names, but I don't know how to define and select all the equations, the next part will allow me to choose white for the equation, but I don't have the middle part, would you able to help me on how to select all the equations, thank you sososososo much!!!
%eqname = "e*"
scalar ret = @uiedit(%eqname, "Enter a list of equations, use * to select all equations")
!choice = 2
!doDF = 1
%list = "Default White HAC"
scalar ret = @uidialog("caption", "Covariance Options", "list", !choice, "Covariance method", %list, "check", !doDF, "DF-adjust")

In the pic, I want to select all the fr_ equations and change to White heteroskedasticity-consistent standard errors & covariance, currenly all under esimation default.
