From c48880f4fc777131154c5496ce4abea22e49bce5 Mon Sep 17 00:00:00 2001 From: Xun Li Date: Wed, 4 May 2016 14:24:17 -0700 Subject: [PATCH] #416 DID regression results may be incorrect --- Explore/LineChartView.cpp | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Explore/LineChartView.cpp b/Explore/LineChartView.cpp index 0e9768439..697a6fb66 100644 --- a/Explore/LineChartView.cpp +++ b/Explore/LineChartView.cpp @@ -1229,7 +1229,9 @@ void LineChartFrame::RunDIDTest() int n = m_obs; y = new double[n]; x = new double* [2]; - for (int t=0; t