Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in weightit2glm.cont when providing propensity scores #53

Open
taylordunn opened this issue Oct 16, 2023 · 1 comment
Open

Error in weightit2glm.cont when providing propensity scores #53

taylordunn opened this issue Oct 16, 2023 · 1 comment

Comments

@taylordunn
Copy link

Hello, thanks for the great package. I've run into an error when calculating weights for continuous treatment and provided propensity scores (ps)

data("lalonde", package = "cobalt")
W.out.c <- WeightIt::weightit(re75 ~ age + educ + race + married +
                                nodegree + re74, 
                              data = lalonde,
                              ps = rep(1, 614),
                              method = "energy")
# Error in weightit2glm.cont(covs = covs, treat = treat, s.weights = s.weights,  : 
#  object 'gp.score' not found

Looks like this code block needs an else statement to set gp.score <- ps

@ngreifer
Copy link
Owner

Thanks for the report! This will be fixed in the next version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants