Skip to content

How add covariables into default model? #100

@liucong-epi

Description

@liucong-epi

I am currently implementing a default model of BIRDMAn, and I would like to know if I can add covariables in the analysis. How can I implement this function? Here is the code I tried.

nb = NegativeBinomial(
table=table_filt,
formula="group+age",
metadata=metadata,
)

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