naming graphs after mcmcsum

Welcome to the forum for runmlwin users. Feel free to post your question about runmlwin here. The Centre for Multilevel Modelling take no responsibility for the accuracy of these posts, we are unable to monitor them closely. Do go ahead and post your question and thank you in advance if you find the time to post any answers!

Go to runmlwin: Running MLwiN from within Stata >> http://www.bristol.ac.uk/cmm/software/runmlwin/
Post Reply
iandohoo
Posts: 7
Joined: Sun Feb 24, 2013 2:37 am

naming graphs after mcmcsum

Post by iandohoo »

First, let me thank the development team at Bristol for putting together this utility. It is fabulous.
A minor suggestion ... when generating graphs using mcmcsum (eg. mcmcsum, trajectories), it would be helpful to be able to "name" the graphs with Stata's standard graph naming option. That allows the user to store multiple plots in the plots window.
Thanks
Ian Dohoo
GeorgeLeckie
Site Admin
Posts: 432
Joined: Fri Apr 01, 2011 2:14 pm

Re: naming graphs after mcmcsum

Post by GeorgeLeckie »

Dear Ian

Thank you very much for your interest in runmlwin. My colleague Bill Browne (http://seis.bris.ac.uk/~frwjb/) is currently leading a reading group on your book at the Bristol vet school and says positive things

Veterinary Epidemiologic Research - 2nd Edition
http://www.upei.ca/ver/welcome

Great suggestion on allowing the mcmcsum graphs to be named. We will allow this in the next version. Meanwhile, you can implement this yourselve by editing the syntax line in mcmcsum.ado. It will be the third or fourth line in your file

Just add * before the final ]

So change

Code: Select all

syntax [anything(name=paropts id="parameter list" everything)] [, Getchains Variables Thinning(int 1) Eform SQrt MOde MEdian Zratio Level(cilevel) Width(integer 13) Detail TRAJectories DENSities FIVEway FOrmat FOrmat2(str)]
to

Code: Select all

syntax [anything(name=paropts id="parameter list" everything)] [, Getchains Variables Thinning(int 1) Eform SQrt MOde MEdian Zratio Level(cilevel) Width(integer 13) Detail TRAJectories DENSities FIVEway FOrmat FOrmat2(str) *]
Best wishes
George
Post Reply