Skip to content

Bug if factorialEstimand is built from a dataset with categorical treatments #124

Open
@olivierlabayle

Description

@olivierlabayle

if factorialEstimand is built on a dataset with categorical treatments, then fluctuation fails.

ex:

dataset[!, treatment] = categorical(dataset[!, treatment])
Ψ = factorialEstimand(
                ATE,
                (treatment,), 
                outcome; 
                dataset=dataset,
                confounders=confounders, 
                outcome_extra_covariates=(),
                positivity_constraint=nothing,
                verbosity=1
            )

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions