@@ -632,7 +632,7 @@ def fit(
632632 * "robust", "heteroskedastic" - Heteroskedasticity robust inference
633633 * "kernel" - Heteroskedasticity and autocorrelation robust
634634 inference
635- * "cluster " - One-way cluster dependent inference.
635+ * "clustered " - One-way cluster dependent inference.
636636 Heteroskedasticity robust
637637
638638 debiased : bool
@@ -976,7 +976,7 @@ class _IVGMMBase(_IVModelBase):
976976 * "robust", "heteroskedastic" - Allows for heteroskedasticity by not
977977 autocorrelation
978978 * "kernel" - Allows for heteroskedasticity and autocorrelation
979- * "cluster " - Allows for one-way cluster dependence
979+ * "clustered " - Allows for one-way cluster dependence
980980
981981 The estimator is defined as
982982
@@ -1079,7 +1079,7 @@ class IVGMM(_IVGMMBase):
10791079 * "robust", "heteroskedastic" - Allows for heteroskedasticity by not
10801080 autocorrelation
10811081 * "kernel" - Allows for heteroskedasticity and autocorrelation
1082- * "cluster " - Allows for one-way cluster dependence
1082+ * "clustered " - Allows for one-way cluster dependence
10831083
10841084 The estimator is defined as
10851085
@@ -1245,7 +1245,7 @@ def fit(
12451245 * "robust", "heteroskedastic" - Allows for heteroskedasticity but
12461246 not autocorrelation
12471247 * "kernel" - Allows for heteroskedasticity and autocorrelation
1248- * "cluster " - Allows for one-way cluster dependence
1248+ * "clustered " - Allows for one-way cluster dependence
12491249
12501250 debiased : bool
12511251 Flag indicating whether to debiased the covariance estimator using
@@ -1355,7 +1355,7 @@ class IVGMMCUE(_IVGMMBase):
13551355 * "robust", "heteroskedastic" - Allows for heteroskedasticity by not
13561356 autocorrelation
13571357 * "kernel" - Allows for heteroskedasticity and autocorrelation
1358- * "cluster " - Allows for one-way cluster dependence
1358+ * "clustered " - Allows for one-way cluster dependence
13591359
13601360 In most circumstances, the ``center`` weight option should be ``True`` to
13611361 avoid starting value dependence.
0 commit comments