Search found 6 matches
- Sat Aug 27, 2011 8:07 pm
- Forum: runmlwin user forum
- Topic: runmlwin in Batch mode - gui causing error?
- Replies: 2
- Views: 6514
Re: runmlwin in Batch mode - gui causing error?
WORKS!!!!! thanks!
- Sat Aug 27, 2011 5:43 am
- Forum: runmlwin user forum
- Topic: runmlwin in Batch mode - gui causing error?
- Replies: 2
- Views: 6514
runmlwin in Batch mode - gui causing error?
hi-
I need to estimate a series of models in batch via runmlwin. I have the setup working except for the final call to runmlwin. I can even open stata and execute runmlwin with the -nomlwin option! I'm pretty sure the issue is that even though stata is being run in batch mode runmlwin is spawning ...
I need to estimate a series of models in batch via runmlwin. I have the setup working except for the final call to runmlwin. I can even open stata and execute runmlwin with the -nomlwin option! I'm pretty sure the issue is that even though stata is being run in batch mode runmlwin is spawning ...
- Tue Aug 02, 2011 9:26 am
- Forum: runmlwin user forum
- Topic: Bug in residuals(u, savechains("u.dta", replace")) ?
- Replies: 4
- Views: 8357
Re: Bug in residuals(u, savechains("u.dta", replace")) ?
yes that makes sense. it occurred to me to try putting in a meaningless higher level to try out the theory.
please do keep me posted. my efforts are somewhat crippled in the meantime.
many thanks, ash
please do keep me posted. my efforts are somewhat crippled in the meantime.
many thanks, ash
- Mon Aug 01, 2011 8:00 pm
- Forum: runmlwin user forum
- Topic: Bug in residuals(u, savechains("u.dta", replace")) ?
- Replies: 4
- Views: 8357
Re: Bug in residuals(u, savechains("u.dta", replace")) ?
i think i'm on the source of the bug. In the "u.dta" file the idnum iterates up to the number of level 2 units BUT i specified i want level3 residuals.
fyi. i tried the same model in univariate and bivariate version and with thinning. The univariate residuals are correct while the bivariate and ...
fyi. i tried the same model in univariate and bivariate version and with thinning. The univariate residuals are correct while the bivariate and ...
- Mon Aug 01, 2011 6:06 pm
- Forum: runmlwin user forum
- Topic: Bug in residuals(u, savechains("u.dta", replace")) ?
- Replies: 4
- Views: 8357
Bug in residuals(u, savechains("u.dta", replace")) ?
hi-
I'm estimating a multivariate cross-classified model with mcmc. I aim to save the residual chains using:
...
level3(id: (cons B , eq(1))(cons B, eq(2)) (cons B, eq(3)), residuals(u, savechains("u.dta", replace)) ) ///
...
However when i examine "u.dta" after it has alot of missing data ...
I'm estimating a multivariate cross-classified model with mcmc. I aim to save the residual chains using:
...
level3(id: (cons B , eq(1))(cons B, eq(2)) (cons B, eq(3)), residuals(u, savechains("u.dta", replace)) ) ///
...
However when i examine "u.dta" after it has alot of missing data ...
- Sat Jul 23, 2011 9:48 am
- Forum: runmlwin user forum
- Topic: highly correlated multivariate depenents -> numerical error
- Replies: 1
- Views: 6169
highly correlated multivariate depenents -> numerical error
hi-
took quite a bit to narrow down this issue.
MLWIN fails to estimate multilevel multivariate models with highly correlated dependents. I created an absurd toy example. This works:
. use "http://www.bristol.ac.uk/cmm/media/runmlwin/gcsecomp1.dta", clear
. runmlwin ///
(written cons, eq(1 ...
took quite a bit to narrow down this issue.
MLWIN fails to estimate multilevel multivariate models with highly correlated dependents. I created an absurd toy example. This works:
. use "http://www.bristol.ac.uk/cmm/media/runmlwin/gcsecomp1.dta", clear
. runmlwin ///
(written cons, eq(1 ...