Skip to content

Bug : fixef() on IV #1177

@SwannChelly

Description

@SwannChelly

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions