Displaying 1 result from an estimated 1 matches for "nonwhiteid".
Did you mean:
nonwhite
2007 Jun 14
0
random effects in logistic regression (lmer)-- identification question
...t for people of
different races?" If so, How can I estimate that? If e_i is the
implicit random error, can I ask for another random effect for
Nonwhites only, say u_iN, in a model like so:
z_i = a + b*x_i + e_i + u_iN
Suppose the unique respondent number is ID and we create a new variable
NonwhiteID = 0 for Nonwhites
= ID for Nonwhites
Here's my idea about how to check to see if the individual level
variance component for Nonwhites is different from the "baseline" of
Whites by fitting this:
fm1 <- lmer( y ~ -1 + Race / (x) + (-1 + Race | PLACE) + (1 |
Nonwhi...