Question: Need help in getting a loop function got the below in MATLAB. How do i write a 'for loop' function in MATLAB? The for loop
Need help in getting a loop function got the below in MATLAB.
How do i write a 'for loop' function in MATLAB? The for loop should be to run the regression 60 times

%% Regression : T=996, want to run a regression 60 times Regression=fit1m (eRet.RStock, eRet.LAG RStock) EstAlpha-Regression.Coefficients.Estimate (1,1) EstBeta-Regression.Coefficients.Estimate (2,1) SEAlpha-Regression.Coefficients.SE (1) SEBeat-Regression.Coefficients.SE (2)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
