Hi,
Hi,
I want to run a multi-level ordinal logistic regression in which people have completed an assessment ('assessoutcome') at different stages of their career. The outcome is 1-3 on an ordinal scale. They do the assessment at careerlevel1 through to careerlevel8
I have done the following, nesting assessment outcome by id:
meglm assessoutcome 'variable' || id:, family(ordinal) link(logit) or
One of the problems is that people enter the cohort at different times and so have different numbers of assessment outcomes, e.g. one person will enter the cohort at the point they are completing the last assessment (careerlevel8) so we do not have any data of assessment outcomes prior to this.
In order to account for this, will a crossed effect model like the one below work?
meglm assessoutcome 'variable' || _all:R.careerlevel || id:, family(ordinal) link(logit) cov(unstructured) or
I hope that makes sense and as always grateful for your help,
Carla
Related Posts with multi level ordinal regression ?crossed effect
Calibration plots when using cross-validation for internal model validation - grateful for adviceI have developed a multivariable prediction model using logistic regression and am using cross-valid…
vce(conditional) or vce(delta) when predicting marginsIf I have used vce(robust) when estimating the IV probit model, do I need to use vce(unconditional) …
Extract last week row data from weekly dataHi. I'd like to ask for help due to difficulties during the stata work. I have weekly data. I'd lik…
setting base level for margins with eydxHello. i'm running a maultivariable panel regression model with xtgee and a number of continuous and…
Creating a Loop over a LoopGreetings I would like to run the following operation a 1000 times and store the coefficient estima…
Subscribe to:
Post Comments (Atom)
0 Response to multi level ordinal regression ?crossed effect
Post a Comment