Statalist


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

st: AW: graph combine question


From   "Martin Weiss" <[email protected]>
To   <[email protected]>
Subject   st: AW: graph combine question
Date   Wed, 1 Jul 2009 17:04:26 +0200

<> 

Maybe you want to explain a little more along the lines of this example?


*************
webuse lbw2, clear

qui{
	logistic low age lwt race2/* 
	 */  race3 smoke ptl
	lroc, name(gr1, replace) nodraw
	
	logistic low age lwt race2/* 
	 */  race3 smoke ptl ht ui
	lroc, name(gr2, replace) nodraw
	
	logistic low age  /* 
	 */  race3 smoke ptl  ui
	lroc, name(gr3, replace) nodraw
	
	logistic low  lwt race2/* 
	 */  race3  ptl ht ui
	lroc, name(gr4, replace) nodraw
	
	logistic low age  /* 
	 */  race3 smoke ptl ht ui
	lroc, name(gr5, replace) nodraw
	
	logistic low age  race2/* 
	 */  race3 smoke ptl ht 
	lroc, name(gr6, replace) nodraw
}


graph combine gr1 gr2 /* 
 */ gr3 gr4 gr5 gr6, cols(2)

*************



HTH
Martin


-----Ursprüngliche Nachricht-----
Von: [email protected]
[mailto:[email protected]] Im Auftrag von moleps islon
Gesendet: Mittwoch, 1. Juli 2009 16:52
An: [email protected]
Betreff: st: graph combine question

Dear listers,
I'm making a 2 col by 3 row ROC graph utilizing -graph combine-. I'm
labeling every y-axis in column 1 with sensitivity vertically and
every x-axis in row 3 with 1-specificity horizontally. However I'd
also like to add a horizontal title for each row and the graph editor
only allows 2 (as far as I can see). I'm using the top1 and top2
positional title option to label  each column.  Any ideas?


Regards,
M
*
*   For searches and help try:
*   http://www.stata.com/help.cgi?search
*   http://www.stata.com/support/statalist/faq
*   http://www.ats.ucla.edu/stat/stata/


*
*   For searches and help try:
*   http://www.stata.com/help.cgi?search
*   http://www.stata.com/support/statalist/faq
*   http://www.ats.ucla.edu/stat/stata/



© Copyright 1996–2024 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   What's new   |   Site index