Skip to content

Document options for multiple dependent variables #1116

@leostimpfle

Description

@leostimpfle

The documentation on multiple estimation does not cover the syntax for multiple dependent variables. Currently, multiple estimation for dependent variables is specified using +. For example, Y1 + Y2 ~ X1 estimates the models Y1 ~ X1 and Y2 ~ X1.

It would probably also be good to highlight that this is different from fixest's syntax c(Y1, Y2) ~ X1 (see here).

Metadata

Metadata

Assignees

No one assigned

    Labels

    docsImprovements or additions to documentationgood-issue-to-startGood first issue for newcomers interested in contributing to pyfixest. Quick wins possible! =)

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions