var fDesc=new Array(); fDesc[0] = "Model Explorer will generate a custom program written in the Econometric Views language. This program will allow you to estimate (and optionally apply standard multicolinearity and heteroskedasticity tests on) every possible regression model mixing a group of independent variables and transformations.
With Model Explorer you can run millions of test regressions and finding the very best model. Furthermore, you can modify the source code generated to include more sophisticated tests or modify the way EViews handles each regression."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }