Hi all my name is Alistair,
I've taken interest in the generalised ordered logit model, more specifically in stata, the gologit2 command.
I'm trying to convert this linear equation: Ηij = β0 + β1Χij + β2μj + ∑q γqΖqij + εij
into a generalised ordered logit regression equation. Where H = happiness, X = absolute income, u = relative income, γ = effect of control variables, Z = control variables.
Therefore I'm wondering if it would be possible to receive help on how to convert this above equation as after trying numerous approaches I've made next to no progress. Thank you very much.
Related Posts with Gologit2
egen newvar = divide(existingvar), by(existingvar2)Hi! I know how to perform : Code: egen v5 = sum(var4), by(var1) var1 var4 v5 1 301 4323 1 4…
How can I convert Variable names into the value of a new variable - in Stata?Dear All, I have a dataset that looks like this: year a b c ... 2000 value value value 20…
I want to regress the cumulative returns for each month, using*the most recent available data for all other variables.This is what my data looks like for one particular stock with the id 10104 (id variable is PERMNO): …
Endogenous Explanatory Variable in a Multinomial Logit EstimationHi Statalist I am wondering what are the possible options for modelling endogeneity in a multinomia…
Store variable names for specific conditionHi all, I wonder if its possible save or store a list of variable names with a specific condition, …
Subscribe to:
Post Comments (Atom)
0 Response to Gologit2
Post a Comment