Search found 6 matches

by FatimaGhani
Mon Nov 03, 2014 10:05 am
Forum: runmlwin user forum
Topic: Binomial logisting regression with 2 level 2 variables
Replies: 1
Views: 3685

Binomial logisting regression with 2 level 2 variables

Hi there,

I'm trying to run the following model, but I get an error message in mlwing and in stata. I'm getting the following message: "The model did not run properly in MLwiN. Re-run the model without the nopause option to debug the model in MLwiN". Also, I was wondering if I need to have ...
by FatimaGhani
Mon Nov 03, 2014 8:46 am
Forum: runmlwin user forum
Topic: Multinomial logistic regression
Replies: 1
Views: 3730

Multinomial logistic regression

Hi there,

I'm using runmlwin in STATA to run a simple multinomial logistic regressions, but MLwinN stops working (message 'error while obeying batch file') and I get a message in STATA "The model did not run properly in MLwiN. Re-run the model without the nopause option to debug the model in MLwiN ...
by FatimaGhani
Thu Oct 16, 2014 7:15 am
Forum: runmlwin user forum
Topic: Runmlwin syntax for interaction effects
Replies: 2
Views: 5818

Re: Runmlwin syntax for interaction effects

On further exploration of the problem, I generated an interaction term between percrimecat and age, and I added this interaction to the model, which produced an output, but

generate percrimecatXsex = percrimecat*age
quietly runmlwin aawlktotguide cons percrimeMedium percrimeHigh sex ...
by FatimaGhani
Thu Oct 16, 2014 7:07 am
Forum: runmlwin user forum
Topic: Runmlwin syntax for interaction effects
Replies: 2
Views: 5818

Runmlwin syntax for interaction effects

Hi there,
I’d like to run a binomial logistic regression with an interaction effect between percrimecat and sex, but I’m not sure about the syntax.
I created dummy variables for a binomial logistic regression model:
* My reference category is low perception of crime (percrimecat==1)
gen ...
by FatimaGhani
Thu Oct 16, 2014 2:19 am
Forum: runmlwin user forum
Topic: Problem runmlwing for binomial logistic regressions
Replies: 3
Views: 5479

Re: Problem runmlwing for binomial logistic regressions

Hi Chris,

Thanks for your advice. I deleted the reference dummy variable (percrimeLow), rerun the model as the runmlwin manual suggests and it produced an output.

tab percrimecat, m
gen percrimeMedium = (percrimecat==2)
tab percrimeMedium
gen percrimeHigh = (percrimecat==3)
tab percrimeHigh ...
by FatimaGhani
Wed Oct 15, 2014 7:28 am
Forum: runmlwin user forum
Topic: Problem runmlwing for binomial logistic regressions
Replies: 3
Views: 5479

Problem runmlwing for binomial logistic regressions

Hi there,

Im a new user of runmlwin through STATA and I am following the runmlwin manual. I'm using MLwin version 2.30 and STATA version 13.1

I have the following problem:

In STATA, adding an i. in front of the variable name (e.g. i.percrimecat) tells the program to treat the variable as ...