-
Notifications
You must be signed in to change notification settings - Fork 75
Open
Description
Hi all,
I tried to get the fixed effect estimated through the second stage of my IV and I got the following error.
AttributeError Traceback (most recent call last)
Cell In[24], line 1
----> 1 second_stage.fixef()
1814 _method = self._method
1815 _fml = self._fml
-> 1816 _data = self._data
1817 _weights_sqrt = np.sqrt(self._weights).flatten()
1819 blocked_transforms = ["i(", "^", "poly("]
AttributeError: 'Feiv' object has no attribute '_data'
I think that the function fixef does not support Feiv. Apologies if I made a mistake in the usage of such function.
Thank you for your involvement.
Best,
Swann
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels