Hello everyone,
I am performing group-based trajectory analysis and my assumed distribution is censored normal distribution(cnorm).
Min and Max should be set with cnorm, and max number in my data is 5. But the problem is that I have missing values.
Missing(.) is normally read as infinite number (the biggest number) so I am wondering whether I should enter . or 5 as max value.
The code I am using is this:
traj, var(statage*) indep(age*) model(cnorm) min(0) max(.) order(3 3 3 3 3 3 3)
Thank you very much!
Halim.
Related Posts with Group-based Trajectory Analysis: setting max in censored normal distribution
Margins and retaining only a subset of pairwise comparisonsLet's imagine I fit the following model, using a stock Stata dataset. Code: use http://www.stata-…
Frequency table combining variable valuesHi, I have a dataset that looks as follows: input float id long spec2010 str7 y2010 long spec2011 …
Panel Data Graphs with xtline - Restricting ID variableDear All, I have a data set with panel data, which covers 27 countries and 100 years. I want to sho…
Latex-tabulate a combined matrix of coefficients and of t-statisticsI have many regressions (one per year, over 15 years) for 4 outcome variables. I have created 2 [15x…
Questions about Hausman commandHello. I am trying to test which model to use between fixed and random effect by computing Hausman c…
Subscribe to:
Post Comments (Atom)
0 Response to Group-based Trajectory Analysis: setting max in censored normal distribution
Post a Comment