<?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: questions about proc univariate(symbol in qqplot) in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/questions-about-proc-univariate-symbol-in-qqplot/m-p/74290#M21523</link>
    <description>Agree with Andre.  UNIVARIATE is such an old procedure that it hasn't kept up with the flexibility of the other graphics in SAS.  It doesn't even handle ActiveX for ODS RTF output properly (9.1.3 is smart enough to change the graphic call to something that UNIVARIATE did understand; 9.2 lost that work-around).</description>
    <pubDate>Tue, 17 Feb 2009 20:13:02 GMT</pubDate>
    <dc:creator>Doc_Duke</dc:creator>
    <dc:date>2009-02-17T20:13:02Z</dc:date>
    <item>
      <title>questions about proc univariate(symbol in qqplot)</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/questions-about-proc-univariate-symbol-in-qqplot/m-p/74288#M21521</link>
      <description>hello dears SAS users&lt;BR /&gt;
when i do this:&lt;BR /&gt;
proc sort data=sashelp.class out=class;&lt;BR /&gt;
  by sex;&lt;BR /&gt;
run;&lt;BR /&gt;
ods trace on;&lt;BR /&gt;
Proc Univariate Data=class;&lt;BR /&gt;
 Var height;&lt;BR /&gt;
 by sex;&lt;BR /&gt;
 QQPlot / Normal(mu=est sigma=est);&lt;BR /&gt;
Run;&lt;BR /&gt;
&lt;BR /&gt;
I obtain what i want but i want my symbols biggers and in red ?&lt;BR /&gt;
how could i change it ?&lt;BR /&gt;
Thank you.</description>
      <pubDate>Tue, 17 Feb 2009 16:27:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/questions-about-proc-univariate-symbol-in-qqplot/m-p/74288#M21521</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-02-17T16:27:22Z</dc:date>
    </item>
    <item>
      <title>Re: questions about proc univariate(symbol in qqplot)</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/questions-about-proc-univariate-symbol-in-qqplot/m-p/74289#M21522</link>
      <description>here the beginning of a solution , but do you are at ease with sas graph?&lt;BR /&gt;
&lt;BR /&gt;
[pre]&lt;BR /&gt;
ods graphics on;&lt;BR /&gt;
symbol v=dot color=red;&lt;BR /&gt;
Proc Univariate Data=class;&lt;BR /&gt;
Var height;&lt;BR /&gt;
by sex;&lt;BR /&gt;
QQPlot / Normal(mu=est sigma=est);&lt;BR /&gt;
Run;&lt;BR /&gt;
[/pre]</description>
      <pubDate>Tue, 17 Feb 2009 17:11:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/questions-about-proc-univariate-symbol-in-qqplot/m-p/74289#M21522</guid>
      <dc:creator>Andre</dc:creator>
      <dc:date>2009-02-17T17:11:57Z</dc:date>
    </item>
    <item>
      <title>Re: questions about proc univariate(symbol in qqplot)</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/questions-about-proc-univariate-symbol-in-qqplot/m-p/74290#M21523</link>
      <description>Agree with Andre.  UNIVARIATE is such an old procedure that it hasn't kept up with the flexibility of the other graphics in SAS.  It doesn't even handle ActiveX for ODS RTF output properly (9.1.3 is smart enough to change the graphic call to something that UNIVARIATE did understand; 9.2 lost that work-around).</description>
      <pubDate>Tue, 17 Feb 2009 20:13:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/questions-about-proc-univariate-symbol-in-qqplot/m-p/74290#M21523</guid>
      <dc:creator>Doc_Duke</dc:creator>
      <dc:date>2009-02-17T20:13:02Z</dc:date>
    </item>
  </channel>
</rss>

