I have the most upto date Stata and am having trouble using the user written command vselect. I asked a colleague of mine to run the same code, and it runs on his computer perfectly fine. I would like to know what is going on so that I can also run the program.
1- The code is as follows:
sysuse auto
vselect mpg weight trunk length foreign, best
2- The error is:
variable npred not found
st_view(): 3598 Stata returned error
leaps_bounds(): - function returned error
<istmt>: - function returned error
3- The version of vselect is:
c:\ado\plus\v\vselect.ado
*! version 1.2.0 10mar2014
Thank you.
1- The code is as follows:
sysuse auto
vselect mpg weight trunk length foreign, best
2- The error is:
variable npred not found
st_view(): 3598 Stata returned error
leaps_bounds(): - function returned error
<istmt>: - function returned error
3- The version of vselect is:
c:\ado\plus\v\vselect.ado
*! version 1.2.0 10mar2014
Thank you.
Comment