Stata The Stata listserver
[Date Prev][Date Next][Thread Prev][Thread Next][Date index][Thread index]

RE: st: serset limits are wimpy


From   David Airey <[email protected]>
To   [email protected]
Subject   RE: st: serset limits are wimpy
Date   Wed, 23 Jul 2003 16:17:47 -0500

On behalf of wimps,
I am not sure about the terminology here.

More to the point, why not do it this way

graph tw scatter y1 y2 ... x if ...

Nick

I misrepresented the problem.

I should have said the graph looked something like:

| . .
L| . ..... . .
O| . . ....
D| === ==
--------------------
chromosomal position

where there is a line series (periods) representing lod score vs chromosomal position for a series a statistical test spanning the chromosome. Peaks in the lod score indicate position of a gene. Confidence in position is designated with equal signs (a 2 lod interval surrounding a peak). It's not hard to use three line commands in a graph tw, to generate the plot,

graph tw (line lod position) (line baseline gene1) (line baseline gene2)

But each plot takes up one serset (3 for the above command). I was wondering how to collapse the two plots (line baseline gene1) (line baseline gene2) into (one). Doesn't seem possible, because graph tw (y1 y2 x) is not applicable here. Am I missing something easy?

-Dave

*
* For searches and help try:
* http://www.stata.com/support/faqs/res/findit.html
* 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