Skip to content

Commit a212054

Browse files
committed
base commit
1 parent d2dd334 commit a212054

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

spglm/base.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -400,9 +400,9 @@ def conf_int(self, alpha=0.05, cols=None, method="default"):
400400
>>> model = GLM(y, X)
401401
>>> results = model.fit()
402402
>>> results.conf_int()
403-
array([[ 20.57281401, 72.28355135],
404-
[ -0.42138121, 1.67934915],
405-
[ -0.84292086, -0.12685622]])
403+
array([[20.57281401, 72.28355135],
404+
[-0.42138121, 1.67934915],
405+
[-0.84292086, -0.12685622]])
406406
407407
Notes
408408
-----

0 commit comments

Comments
 (0)