Skip to content

Commit

Permalink
Fixing a bug in the printing of results of Chow Test in ML_Lag_Regimes (
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrovma authored Mar 30, 2023
1 parent d2378de commit 6921d00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spreg/ml_lag_regimes.py
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ def __init__(
set_warn(self, warn)
name_x = USER.set_name_x(name_x, x_constant, constant=True)

self.name_x_r = name_x + [USER.set_name_yend_sp(name_y)]
self.name_x_r = USER.set_name_x(name_x, x_constant) + [USER.set_name_yend_sp(name_y)]
self.method = method
self.epsilon = epsilon
self.name_regimes = USER.set_name_ds(name_regimes)
Expand Down

0 comments on commit 6921d00

Please sign in to comment.