Dear colleagues,
I have regressed an ordered ordinal outcome y = {1,2,3,4,5,6,8.9,10} on explanatory variables, so far using simply -oprobit y x1 x2 x3 x4 x5-. This has successfully told me the marginal impact of each of x1 through x5 on the value of y.
Now I would like to know how close each observation was to being placed one category lower. I think I would want to assess this with the distance between the latent score L_i and the next lower cutoff LC_i. When I look at the cutoff values, the distances between upper cutoff UC and lower cutoff LC differ across values of y, so presumably I should look for each observation i not just at (L_i - LC-i), but rather at (L_i - LC_i) / (UC_i - LC_i) to scale the distance by the total range of each latent score range?
If this reasoning makes sense, how do I best implement this in Stata? I have not so far figured out how to access the latent score L_i and lower cutoff LC_i for each observation i after running -oprobit-. It looks like I can also estimate an Ordered Probit model with -gsem- but would anyone understand how exactly I need to specify the command then?
Thanks so much!
PM
Related Posts with Distance between latent score and lower cutoff after Ordered Probit?
String to date variable with time when string does not follow the format DMY ## or DMYhmsHi all, I have a large set of string variables (too large to encode) that contain dates and specifi…
Estimating the transcendental and trans log production functionsDear forum I'm new to Stata and would like to inquire about the commands if i want to estimate trans…
Using margins after gsem mlogit model.I am running a multilevel multinomial logit model Code 1: gsem (i.o1<- v1 v2 v3 c1 c2 M1[g1]@1),…
Long Macrolist for a loopI am looking at consolidating data from CRSP for companies with the same parent company. To do this,…
Number of observations with variable in between a range informed in each of the rowsI have a hospital record dataset with data on (i) the diagnosis of the patient, (ii) the procedure p…
Subscribe to:
Post Comments (Atom)
0 Response to Distance between latent score and lower cutoff after Ordered Probit?
Post a Comment