carloscinelli / sensemakr

Suite of sensitivity analysis tools for OLS
https://carloscinelli.com/sensemakr/
83 stars 15 forks source link

Variables not found in model error #49

Closed telrayyes closed 2 years ago

telrayyes commented 2 years ago

Hello,

I am trying to run a sensitivity analysis using the sensemakr() function, based on the syntax provided in the Darfur vignette. I keep getting the following error: "Error in check_covariates(rownames(coefs), covariates) : Variables not found in model: BG" even though the variable in question is definitely included in the model and exists in the dataframe. Might you have an idea why this is happening?

Thank you for your time, and for this great package!