def_results — creation of two tlists for subsequent regressions
[lrmod,indcte]=def_results(y,namey,nobs,prests, prescte,indcte,boundsvarb,m2prt_test)
y = y data vector
namey = name of the y variable
nobs = # of observations
prests = boolean indicating the presence or absence of a time series in the regression
prescte = boolean indicating the presence or absence of a constant in the regression
indcte = index of the constant in the regression+1 (= nvar+1 if there is none)
boundsvarb = if there is a timeseries in the regression, the bounds of the regression
m2prt_test = the column describing the name of the specification tests use in the process
lmod = a list of 2 tlists
indcte = the index of the constant variable in the x matrix (nvar+1 if there is no constant variable)