<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: sgpanel using probplot from proc univariate in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/sgpanel-using-probplot-from-proc-univariate/m-p/159644#M5986</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is a screen clipping of the log. I'm not sure what to use for the line of ods code you gave me. I assume I would enter multiple repeats to capture each graph in separate datasets.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Clipboard.jpg" class="jive-image-thumbnail jive-image" src="https://communities.sas.com/legacyfs/online/4859_Clipboard.jpg" width="450" /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 03 Feb 2014 17:03:22 GMT</pubDate>
    <dc:creator>das</dc:creator>
    <dc:date>2014-02-03T17:03:22Z</dc:date>
    <item>
      <title>sgpanel using probplot from proc univariate</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/sgpanel-using-probplot-from-proc-univariate/m-p/159641#M5983</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm am interested in producing a panel of probplots, the sort that I can produce using proc univariate. I'm not seeing a way to output the probability data calculated by proc univariate. I think I'm expecting something like the outhistogram function within the univariate procedure but I can't find or recognize it. Perhaps there is another procedure that I should be using. For example, I thought there was an ODS procedure that could capture, essentially, graphs produced in a preceding procedure but then organize differently, like in a sgpanel procedure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In case it helps, my data set contains a single response variable (Area%threshold) and 4 factors: animal ID (5 levels), antibody (two levels), antibody concentration (4 levels), replicates (two levels, so far). For right now, what I'd like to produce are probplots (x=percentile, y=Area%Threshold, overlay of antibody concentrations) organized as two columns (replicates 1 and 2) and rows as antibody within animal IDs. &lt;/P&gt;&lt;P&gt;Hope that is enough for someone to make a suggestion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dave&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 02 Feb 2014 04:52:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/sgpanel-using-probplot-from-proc-univariate/m-p/159641#M5983</guid>
      <dc:creator>das</dc:creator>
      <dc:date>2014-02-02T04:52:22Z</dc:date>
    </item>
    <item>
      <title>Re: sgpanel using probplot from proc univariate</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/sgpanel-using-probplot-from-proc-univariate/m-p/159642#M5984</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is a way that you can capture the data. First, say "ods trace on;" before the PROC UNIVARIATE and submit the job. In the log, you will the names of all the output objects from the run. One (or more) of those names should correspond to the graph output. Now, you can turn ODS TRACE to OFF and add this line before the PROC UNIVARIATE:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ods output &amp;lt;object name&amp;gt;=&amp;lt;output data set name&amp;gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This statement will generate an output data set of the data used to create the data. You can then use this data in the SG procedures.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;P&gt;Dan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Feb 2014 15:02:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/sgpanel-using-probplot-from-proc-univariate/m-p/159642#M5984</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2014-02-03T15:02:37Z</dc:date>
    </item>
    <item>
      <title>Re: sgpanel using probplot from proc univariate</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/sgpanel-using-probplot-from-proc-univariate/m-p/159643#M5985</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dan,&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for the advice. I will give it a try. Sounds like just what I was looking for. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dave ft &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Feb 2014 16:48:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/sgpanel-using-probplot-from-proc-univariate/m-p/159643#M5985</guid>
      <dc:creator>das</dc:creator>
      <dc:date>2014-02-03T16:48:07Z</dc:date>
    </item>
    <item>
      <title>Re: sgpanel using probplot from proc univariate</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/sgpanel-using-probplot-from-proc-univariate/m-p/159644#M5986</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is a screen clipping of the log. I'm not sure what to use for the line of ods code you gave me. I assume I would enter multiple repeats to capture each graph in separate datasets.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Clipboard.jpg" class="jive-image-thumbnail jive-image" src="https://communities.sas.com/legacyfs/online/4859_Clipboard.jpg" width="450" /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Feb 2014 17:03:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/sgpanel-using-probplot-from-proc-univariate/m-p/159644#M5986</guid>
      <dc:creator>das</dc:creator>
      <dc:date>2014-02-03T17:03:22Z</dc:date>
    </item>
    <item>
      <title>Re: sgpanel using probplot from proc univariate</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/sgpanel-using-probplot-from-proc-univariate/m-p/159645#M5987</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The data for all of those ProbPlot output object should have been concatenated into the data set you specified. Did that not happen?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Feb 2014 17:49:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/sgpanel-using-probplot-from-proc-univariate/m-p/159645#M5987</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2014-02-03T17:49:35Z</dc:date>
    </item>
    <item>
      <title>Re: sgpanel using probplot from proc univariate</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/sgpanel-using-probplot-from-proc-univariate/m-p/159646#M5988</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ODS OUTPUT PROBPLOT=sas-data-set-name;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The NAME from ODS TRACE ON.&amp;nbsp; I usually use the same name for my data set.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ODS OUTPUT PROBPLOT=PROBPLOT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As Dan mentioned you should get all BY levels stacked into the data set.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Feb 2014 17:57:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/sgpanel-using-probplot-from-proc-univariate/m-p/159646#M5988</guid>
      <dc:creator>data_null__</dc:creator>
      <dc:date>2014-02-03T17:57:53Z</dc:date>
    </item>
    <item>
      <title>Re: sgpanel using probplot from proc univariate</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/sgpanel-using-probplot-from-proc-univariate/m-p/159647#M5989</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wasn't sure which of the names in the trace log were to be used in the ods output statement. However, your reply helped me realize that your &amp;lt;objectname&amp;gt; statement could in fact refer to each of the ProbPlots created. So I entered the code as such: ods output ProbPlot=&amp;lt;my dataset name&amp;gt;; and yes it worked just as you said.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks data_null, I figured this out just as you sent this. But that was my question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you both for such rapid help. I'll post my final figure once I have it just to show that I got it done with your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dave&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Feb 2014 18:00:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/sgpanel-using-probplot-from-proc-univariate/m-p/159647#M5989</guid>
      <dc:creator>das</dc:creator>
      <dc:date>2014-02-03T18:00:17Z</dc:date>
    </item>
    <item>
      <title>Re: sgpanel using probplot from proc univariate</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/sgpanel-using-probplot-from-proc-univariate/m-p/159648#M5990</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Below I've inserted two images of the outputs. "Probability Plot for threshold" is one of the panel plots generated by the univariate procedure and is what I am hoping to congregate as a single panel of such images. I used the following proc sgpanel code to generate the other image (sorry, no title). Not quite there but very close.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc sgpanel data=RMTA_prplot;&lt;/P&gt;&lt;P&gt;panelby class1 replicate&amp;nbsp; goat / layout=panel onepanel columns=4 rowheaderpos=left;&lt;/P&gt;&lt;P&gt;scatter x=Percentile y=data / group=group;&lt;/P&gt;&lt;P&gt;run ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to get the same unique x-axis scaling into the panel of plots?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, these are very large datasets; the ods output dataset has just over a million rows. May need to first regress a curve to each data and plot just the curves. I had to bump up my java head space in order to process this output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for any additional pointers or suggestions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dave&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="SGPanel.png" class="jive-image-thumbnail jive-image" src="https://communities.sas.com/legacyfs/online/4863_SGPanel.png" width="450" /&gt;&lt;IMG alt="ProbPlot15.png" class="jive-image-thumbnail jive-image" src="https://communities.sas.com/legacyfs/online/4862_ProbPlot15.png" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Feb 2014 22:20:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/sgpanel-using-probplot-from-proc-univariate/m-p/159648#M5990</guid>
      <dc:creator>das</dc:creator>
      <dc:date>2014-02-03T22:20:51Z</dc:date>
    </item>
    <item>
      <title>Re: sgpanel using probplot from proc univariate</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/sgpanel-using-probplot-from-proc-univariate/m-p/159649#M5991</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What version of SAS are you using?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Feb 2014 22:42:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/sgpanel-using-probplot-from-proc-univariate/m-p/159649#M5991</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2014-02-03T22:42:42Z</dc:date>
    </item>
    <item>
      <title>Re: sgpanel using probplot from proc univariate</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/sgpanel-using-probplot-from-proc-univariate/m-p/159650#M5992</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;9.3&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Feb 2014 22:44:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/sgpanel-using-probplot-from-proc-univariate/m-p/159650#M5992</guid>
      <dc:creator>das</dc:creator>
      <dc:date>2014-02-03T22:44:19Z</dc:date>
    </item>
    <item>
      <title>Re: sgpanel using probplot from proc univariate</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/sgpanel-using-probplot-from-proc-univariate/m-p/159651#M5993</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've discovered that the quantile data (generated by proc univariate for use in qqplots but which was also exported into the ods output for probplot) essentially contains the scaling used in the probplot. So, using that data in an sgpanel procedure, I was able to produce summary graphs for each animal in the study (as seen below for one animal). And I think that is close enough for my purposes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again for all the help starting me down the right path.&lt;/P&gt;&lt;P&gt;Dave&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc sgpanel data=RMTA_prplot ;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; by goat ;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; panelby class1 replicate /&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; layout=lattice &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ROWHEADERPOS= LEFT&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; COLHEADERPOS= TOP &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; scatter x=Quantile y=data / group=group;&lt;/P&gt;&lt;P&gt;run ;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="SGPanel5.png" class="jive-image-thumbnail jive-image" src="https://communities.sas.com/legacyfs/online/4864_SGPanel5.png" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Feb 2014 00:35:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/sgpanel-using-probplot-from-proc-univariate/m-p/159651#M5993</guid>
      <dc:creator>das</dc:creator>
      <dc:date>2014-02-04T00:35:09Z</dc:date>
    </item>
  </channel>
</rss>

