Search found 1340 matches

by ChrisCharlton
Mon Oct 17, 2022 7:08 pm
Forum: runmlwin user forum
Topic: runmlwin causing MLwiN to load all observations
Replies: 5
Views: 7568

Re: runmlwin causing MLwiN to load all observations

Would you be able to elaborate on the error that this is causing? The data should be loaded into MLwiN in both cases, however it may be that the data for the 5 level model is large enough that MLwiN has time to report the loading progress. Does the model fail to estimate, or are there problems when ...
by ChrisCharlton
Tue Oct 11, 2022 1:48 pm
Forum: MLwiN user forum
Topic: Please help me
Replies: 1
Views: 9542

Re: Please help me

Can you provide more details on what you are trying to do, as well as the steps that you have taken so far?
by ChrisCharlton
Tue Oct 11, 2022 1:45 pm
Forum: MLwiN user forum
Topic: MLPowSim MLwiN macro error
Replies: 1
Views: 9490

Re: MLPowSim MLwiN macro error

Are you able to provide a list of all of the inputs that you entered into MLPowSim so that we can attempt to replicate this?
by ChrisCharlton
Tue Oct 11, 2022 1:44 pm
Forum: MLwiN user forum
Topic: To estimate a bivariate hierarchical linear model (2 dependent variables with 3 levels)
Replies: 1
Views: 9916

Re: To estimate a bivariate hierarchical linear model (2 dependent variables with 3 levels)

I would recommend that you read through chapter 14 of the MLwiN user's guide which provides some examples of these type of model. If you have further questions then let us know.
by ChrisCharlton
Tue Oct 11, 2022 1:39 pm
Forum: runmlwin user forum
Topic: Boost runmlwin to Stata transmission speed
Replies: 1
Views: 13129

Re: Boost runmlwin to Stata transmission speed

When the model has finished running in MLwiN the various resulting outputs are saved to data files and then read into Stata. If you wanted to speed up this process you could look into whether you could reduce the amount of data that needs to be transferred (e.g. by not returning residuals or having ...
by ChrisCharlton
Mon Oct 10, 2022 1:41 pm
Forum: runmlwin user forum
Topic: Endogeneity issues
Replies: 3
Views: 12862

Re: Endogeneity issues

That would be my interpretation of George's suggest as well.
by ChrisCharlton
Mon Oct 10, 2022 1:39 pm
Forum: R2MLwiN user forum
Topic: bug when setting starting parameters because of R update
Replies: 3
Views: 21453

Re: bug when setting starting parameters because of R update

Thank you very much for reporting this problem. It should be fixed in the development version of the package, available from https://github.com/r-forge/r2mlwin/tree/master/R2MLwiN . We are hoping to do a new CRAN release that contains this and some other fixes soon, however we still have to do a few...
by ChrisCharlton
Tue Aug 16, 2022 9:11 am
Forum: runmlwin user forum
Topic: Endogeneity issues
Replies: 3
Views: 12862

Re: Endogeneity issues

I asked George about this and his reply was as follows: I guess you could apply ideas from fixed versus random effects to panel data which are motivated by endogeneity concerns. So you could enter region as fixed-effects dummy variables instead of as random effects. The effects of the firm covariate...
by ChrisCharlton
Tue Jul 19, 2022 12:31 pm
Forum: runmlwin user forum
Topic: svyset compatibility with runmlwin
Replies: 1
Views: 4593

Re: svyset compatibility with runmlwin

I asked George about this and he suggested that the weighting options in MLwiN might do what you want. Unfortunately we don't provide much documentation for this, but you can see how to specify them by looking at the options in the runmlwin help file, i.e.

Code: Select all

help runmlwin
by ChrisCharlton
Mon Jul 04, 2022 2:36 pm
Forum: MLwiN user forum
Topic: 2 responses using MLwiN3.01
Replies: 1
Views: 3891

Re: 2 responses using MLwiN3.01

The reason for this is that your have chosen Binomial responses. This response type has a fixed level-1 variance (level-2 in this case as everything is shifted up a level for multivariate responses), which therefore cannot be estimated. If you had fitted a univariate Binomial response you would find...