From d52ee5d29045eaa1d7188b6548bdd2f107220c8e Mon Sep 17 00:00:00 2001 From: Houtan Bastani Date: Thu, 24 Jan 2019 11:20:39 +0100 Subject: [PATCH] fix comment --- matlab/ols/common_parsing.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matlab/ols/common_parsing.m b/matlab/ols/common_parsing.m index 736ef1108..b6af70986 100644 --- a/matlab/ols/common_parsing.m +++ b/matlab/ols/common_parsing.m @@ -10,7 +10,7 @@ function [Y, lhssub, X, startdates, enddates, residnames] = common_parsing(ds, a % % OUTPUTS % Y [cell array] dependent variables -% lhssub [cell array] RHS to subtract from Y +% lhssub [cell array] RHS subtracted from LHS % X [cell array] regressors % startdates [cell array] first observed period for each % equation