Search found 6 matches

by Paatrick
Wed Mar 26, 2014 1:36 pm
Forum: runmlwin user forum
Topic: Survival analysis
Replies: 6
Views: 16224

Re: Survival analysis

Have a look the readings and slides (and the Mlwin practical) of Fiona Steele on this website: http://www.ccsr.ac.uk/qmss/summer/Paris09/info4.shtml. But note that for most basic survival analysis applications the Stata capabilities are sufficient, see for instance the books by Blossfeld et al ...
by Paatrick
Tue Mar 25, 2014 4:46 pm
Forum: runmlwin user forum
Topic: Survival analysis
Replies: 6
Views: 16224

Re: Survival analysis

Yes, it's very much possible to do discrete-time survival analysis with runmlwin.
by Paatrick
Tue Mar 25, 2014 4:35 pm
Forum: runmlwin user forum
Topic: Confidence intervals for the sum of residual and coefficient
Replies: 1
Views: 4909

Confidence intervals for the sum of residual and coefficient

I am interested in obtaining confidence intervals for the sum of the empirical Bayes residuals plus the overall regression coefficient after fitting a random coefficient model.

Specifically, I'm fitting a model similar to this one:

use "http://www.bristol.ac.uk/cmm/media/runmlwin/tutorial.dta ...
by Paatrick
Fri Sep 13, 2013 12:04 pm
Forum: runmlwin user forum
Topic: "Unhandled exception"
Replies: 2
Views: 9939

Re: "Unhandled exception"

Dear Chris, thank you very much, this indeed solves the problem. Also, thanks for pointing out the mlnscript.exe option. I was not yet aware of this possibility, but I have a strong feeling that this will make working with -runmlwin- easier.
by Paatrick
Fri Sep 13, 2013 10:07 am
Forum: runmlwin user forum
Topic: "Unhandled exception"
Replies: 2
Views: 9939

"Unhandled exception"

Dear all:

I'm using Stata 12, Mlwin 2.28, and the current version of -runmlwin-. I'm trying to run a multivariate logit model with 2 binary outcomes, two/three levels (individuals nested in 28 countries plus the outcome level), and about 450,000 individuals. When I run my syntax, Mlwin gives me the ...
by Paatrick
Thu Jun 27, 2013 6:28 pm
Forum: runmlwin user forum
Topic: discrete multivariate models
Replies: 5
Views: 8066

Re: discrete multivariate models

Hi George

Has that problem really been fixed in the current version? Because I think I ran into the same problem:

runmlwin (total_cholesterol cons, equation(1)) ///
(systolic_blood_pressure cons, equation(2)) ///
(age, equation(1/2)), ///
level1(id: (cons, equation(1)) (cons, equation(2 ...