Skip to content

Commit

Permalink
Merge pull request #73 from s3alfisc/dev
Browse files Browse the repository at this point in the history
update inference log in vcov method closing #61
  • Loading branch information
s3alfisc authored May 1, 2023
2 parents 87ce766 + 00fb695 commit 6e88d2c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
Binary file modified pyfixest/__pycache__/fixest.cpython-310.pyc
Binary file not shown.
3 changes: 3 additions & 0 deletions pyfixest/fixest.py
Original file line number Diff line number Diff line change
Expand Up @@ -441,9 +441,12 @@ def vcov(self, vcov: Union[str, Dict[str, str]]) -> None:
None
'''

self.vcov_log = vcov

for model in list(self.model_res.keys()):

fxst = self.model_res[model]
fxst.vcov_log = vcov

fxst.get_vcov(vcov=vcov)
fxst.get_inference()
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pyfixest"
version = "0.4.1.7"
version = "0.4.1.8"
description = "Experimental draft package for high dimensional fixed effect estimation"
authors = ["Alexander Fischer <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 6e88d2c

Please sign in to comment.