My question is in the title of this post. I am interested in writing a program to calculate the bootstrap SE, to get a smaller CI, for a multilevel logistic regression model. I wrote some code, but it failed, and I'm not certain if it's correct. Attached below is my model, any help would be appreciated.
Code:
local contrls i.long_guns_law c.ppage_c i.biosex i.race i.income i.education ///
i.employment i.maritalstatus_alt i.children i.political_party
melogit firearm_locked `contrls' [pw=weight] || states:, or

Comment