You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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,
)
The text was updated successfully, but these errors were encountered:
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,
)
The text was updated successfully, but these errors were encountered: