Thanks for building this package! I have played around with it for a while and found an issue in the cluster interference example you have.
In the out_bassefeller function, the Z_obs should be an exposure mapping rather than the binary treatment vector since you are using (Zobs==2) to return the Yobs. However, in the cluster interference example, you are using Z in the out_bassefeller to construct Yobs, causing the potential outcomes for the spillover and control groups to be the same. So you might need to double-check on this part.
Hi,
Thanks for building this package! I have played around with it for a while and found an issue in the cluster interference example you have.
In the out_bassefeller function, the Z_obs should be an exposure mapping rather than the binary treatment vector since you are using (Zobs==2) to return the Yobs. However, in the cluster interference example, you are using Z in the out_bassefeller to construct Yobs, causing the potential outcomes for the spillover and control groups to be the same. So you might need to double-check on this part.
Best