I am trying to run several exact logistic regressions after using inverse probability weighting; however, I am getting the error "may not use noninteger frequency weights". Is there a work around? I am using exact logistic regression instead of logistic regression due to sample size concerns.
Here is my code:
Appreciate the help.
Here is my code:
Code:
exlogistic var1 treatment [fw=atewgt2]

Comment