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
Right now, it is possible to run a multivariate BCF model using the low-level interface, but not yet by simply passing a multivariate treatment to the bcf() function in R or the BCFModel() class in Python. Addressing this is a matter of:
Adding the internal logic to run these models
Making sure the resulting estimates are well-documented
Adding unit tests
The text was updated successfully, but these errors were encountered:
Right now, it is possible to run a multivariate BCF model using the low-level interface, but not yet by simply passing a multivariate treatment to the
bcf()
function in R or theBCFModel()
class in Python. Addressing this is a matter of:The text was updated successfully, but these errors were encountered: