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
When the MSM are fit in the IPTW.fit() statement, it is possible for a PerfectSeparationError to occur. This is more of a concern for the linear-binomial models (as opposed to the other). To deal with this issue, I should update to try-except that fills the RD (or RR) with nan's and throw a warning.
Current behavior would be an error and no other models being fit
The text was updated successfully, but these errors were encountered:
When the MSM are fit in the
IPTW.fit()
statement, it is possible for aPerfectSeparationError
to occur. This is more of a concern for the linear-binomial models (as opposed to the other). To deal with this issue, I should update to try-except that fills the RD (or RR) with nan's and throw a warning.Current behavior would be an error and no other models being fit
The text was updated successfully, but these errors were encountered: