Greetings:
I am trying to visualize the data for logistic regressions. My independent variable of interest is a categorical variable with 18 levels. I am trying to use coefplot (or anything is stata) to make a chart of the different AORs and the confidence intervals but I can't seem to find a way. The closest I've seen is that I can use coefplot to graph interaction variables and it'll include each level of the interaction and I can drop the covariates to isolate the results of my IVs on interest. I cannot seem to figure out how to do it for one variable with multiple levels.
First problem that occurs. I use the following code:
coefplot poorhealth, drop(agecat_v3 education hh_child partnered hh_income nonenglish uninsured no_usualcare state year) xline(1)
And I get this :
Array
I can't seem to get past the first step. Any help would be greatly appreciated.
Thank you
Related Posts with Coefplot: Displaying each level of a factor variable in one plot
Mapping across 2 datasets Dear All, I am stuck trying to loop through every observation from one dataset and map the results…
Visualizing the effect of an interaction term in a log-log model (or poisson model with transformed independent variable)Greetings! I am trying to fit a multilevel regression model for 1,208 households nested in neighbor…
Help in Propensity Score MatchingI am at the learning stage of Propensity score matching. My dependent variables are ROA and Tobin q.…
Pseudo-R^2 after matching with atts.adoDear all, I am currently trying to apply different propensity score matching estimators to my data.…
Renaming Variables from string in other variabelHi there, I have a peculiar problem. We are working with panachage voting from Swiss elections. Our…
Subscribe to:
Post Comments (Atom)
0 Response to Coefplot: Displaying each level of a factor variable in one plot
Post a Comment