i have defined the 3 columns as xt yt and zt. how do i run the following regression zt = β0 + β1xt + β1yt + E(epsilon)t
4 次查看(过去 30 天)
显示 更早的评论
Please tell me the commands for running the regression
0 个评论
回答(1 个)
Brendan Hamm
2016-9-20
Assuming E(epsilon)t is not time dependent and is iid Normal with mean 0.
X = [xt,yt];
Mdl = fitlm(zt,X);
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Linear Regression 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!