Search found 21 matches

by becciaa1992
Tue Dec 03, 2019 6:17 pm
Forum: runmlwin user forum
Topic: using runmlwin in batch mode on Unix
Replies: 19
Views: 16934

Re: using runmlwin in batch mode on Unix

hmmmm this is actually quite long ... let me see if I can attach this in an easier format.
by becciaa1992
Tue Dec 03, 2019 6:16 pm
Forum: runmlwin user forum
Topic: using runmlwin in batch mode on Unix
Replies: 19
Views: 16934

Re: using runmlwin in batch mode on Unix

part 2: ---------------------------------------------------- begin tsunab --- - version 6 - gettoken user 0: 0, parse(" :") - gettoken colon 0: 0, parse(" :") - if `"`colon'"' != ":" { error 198 } = if `":"' != ":" { error 198 } - syntax [v...
by becciaa1992
Tue Dec 03, 2019 6:15 pm
Forum: runmlwin user forum
Topic: using runmlwin in batch mode on Unix
Replies: 19
Views: 16934

Re: using runmlwin in batch mode on Unix

got it! apologies (and much thanks) for the continued responses ... I fixed it and re-ran, now got an error reading "file /tmp/St29511.000004 not found", with log-file output (part 1): Fit model using PQL2 . runmlwin distress_cats cons , /// > level2(group: cons) /// > level1(idcode:) /// ...
by becciaa1992
Tue Dec 03, 2019 5:51 pm
Forum: runmlwin user forum
Topic: using runmlwin in batch mode on Unix
Replies: 19
Views: 16934

Re: using runmlwin in batch mode on Unix

ah, got it, thank you for the clarification! So now I get an error that simply says " not allowed", with log file output: * Fit model using PQL2 . runmlwin distress_cats cons , /// > level2(group: cons) /// > level1(idcode:) /// > discrete(distribution(binomial) link(logit) denominator(den...
by becciaa1992
Tue Dec 03, 2019 5:21 pm
Forum: runmlwin user forum
Topic: using runmlwin in batch mode on Unix
Replies: 19
Views: 16934

Re: using runmlwin in batch mode on Unix

Hi Chris, Just to clarify, do you mean copying and pasting that log output from having trace on into the do-file (with the replacement you noted) and re-running? ... apologies if this is a silly question!! When I do that, I seem to just get the same log file back (i.e., I'm not seeing any model outp...
by becciaa1992
Tue Dec 03, 2019 1:41 pm
Forum: runmlwin user forum
Topic: using runmlwin in batch mode on Unix
Replies: 19
Views: 16934

Re: using runmlwin in batch mode on Unix

Hi Chris, Thank you so much for your help, this is so appreciated. Here is the log output from using the "set trace on" command: set trace on . . * Fit model using PQL2 . runmlwin distress_cats cons , /// > level2(group: cons) /// > level1(idcode:) /// > discrete(distribution(binomial) lin...
by becciaa1992
Tue Dec 03, 2019 1:01 pm
Forum: runmlwin user forum
Topic: using runmlwin in batch mode on Unix
Replies: 19
Views: 16934

Re: using runmlwin in batch mode on Unix

Yes of course! To install runmlwin, I followed the instructions on this page: https://www.bristol.ac.uk/cmm/media/runmlwin/install_runmlwin_to_a_specified_location.do thus using the following code: global sysdir_plus = c(sysdir_plus) sysdir set PLUS "~/STATA" ssc install runmlwin sysdir se...
by becciaa1992
Tue Dec 03, 2019 2:07 am
Forum: runmlwin user forum
Topic: using runmlwin in batch mode on Unix
Replies: 19
Views: 16934

using runmlwin in batch mode on Unix

Hi all, I am having such a hard time configuring runmlwin to run in batch mode on Unix. I am able to successfully run runmlwin on my personal computer, however, when I try to run it on Unix, I keep getting an error that suggests that I am not specifying the global statements correctly (I am getting ...