<?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: MANOVA OUTPUT statement in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/MANOVA-OUTPUT-statement/m-p/423175#M22277</link>
    <description>&lt;P&gt;Thank you&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13884"&gt;@ballardw&lt;/a&gt;&amp;nbsp;for your reply. It turned out to be an easy task. I was looking for the ODS Table "MultStat". So, I was able to export it using&amp;nbsp;&lt;STRONG&gt;ods output MultStat = Summary_stats;&lt;/STRONG&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 21 Dec 2017 18:23:53 GMT</pubDate>
    <dc:creator>mahmoud_slim</dc:creator>
    <dc:date>2017-12-21T18:23:53Z</dc:date>
    <item>
      <title>MANOVA OUTPUT statement</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/MANOVA-OUTPUT-statement/m-p/423170#M22273</link>
      <description>&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've been trying to look up for the keyword that would enable me to Output the MANOVA Test Criteria and their corresponding F and p-values to a new data set, but it seems that this functionality is unavailable.&lt;/P&gt;&lt;P&gt;I am actually bootstrapping and this is the reason why I'd like to export them in a separate file.&lt;/P&gt;&lt;P&gt;Thanks for your help&lt;/P&gt;</description>
      <pubDate>Thu, 21 Dec 2017 18:08:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/MANOVA-OUTPUT-statement/m-p/423170#M22273</guid>
      <dc:creator>mahmoud_slim</dc:creator>
      <dc:date>2017-12-21T18:08:20Z</dc:date>
    </item>
    <item>
      <title>Re: MANOVA OUTPUT statement</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/MANOVA-OUTPUT-statement/m-p/423172#M22274</link>
      <description>&lt;P&gt;&lt;A href="https://blogs.sas.com/content/iml/2017/01/09/ods-output-any-statistic.html" target="_blank"&gt;https://blogs.sas.com/content/iml/2017/01/09/ods-output-any-statistic.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;This method works for any PROC&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/183603"&gt;@mahmoud_slim&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;Hi Everyone,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I've been trying to look up for the keyword that would enable me to Output the MANOVA Test Criteria and their corresponding F and p-values to a new data set, but it seems that this functionality is unavailable.&lt;/P&gt;
&lt;P&gt;I am actually bootstrapping and this is the reason why I'd like to export them in a separate file.&lt;/P&gt;
&lt;P&gt;Thanks for your help&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Dec 2017 18:13:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/MANOVA-OUTPUT-statement/m-p/423172#M22274</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-12-21T18:13:44Z</dc:date>
    </item>
    <item>
      <title>Re: MANOVA OUTPUT statement</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/MANOVA-OUTPUT-statement/m-p/423173#M22275</link>
      <description>&lt;P&gt;Add the statement&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;ods output ParameterEstimates=myEstimates;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;among your procedure statements.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Dec 2017 18:15:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/MANOVA-OUTPUT-statement/m-p/423173#M22275</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2017-12-21T18:15:53Z</dc:date>
    </item>
    <item>
      <title>Re: MANOVA OUTPUT statement</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/MANOVA-OUTPUT-statement/m-p/423174#M22276</link>
      <description>&lt;P&gt;It would help to show us the code you are using as different procedures will do MANOVA and likely have slightly different options.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Likely you are looking for some form of ODS OUTPUT which directs the output of a result table to a SAS dataset. The procedure syntax documentation would have ODS table names to use or run your code sandwiched between ODS Trace On; &amp;lt;procedure code&amp;gt; ODS Trace off; statements to generate a list of the tables created.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Dec 2017 18:19:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/MANOVA-OUTPUT-statement/m-p/423174#M22276</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2017-12-21T18:19:48Z</dc:date>
    </item>
    <item>
      <title>Re: MANOVA OUTPUT statement</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/MANOVA-OUTPUT-statement/m-p/423175#M22277</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13884"&gt;@ballardw&lt;/a&gt;&amp;nbsp;for your reply. It turned out to be an easy task. I was looking for the ODS Table "MultStat". So, I was able to export it using&amp;nbsp;&lt;STRONG&gt;ods output MultStat = Summary_stats;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Dec 2017 18:23:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/MANOVA-OUTPUT-statement/m-p/423175#M22277</guid>
      <dc:creator>mahmoud_slim</dc:creator>
      <dc:date>2017-12-21T18:23:53Z</dc:date>
    </item>
    <item>
      <title>Re: MANOVA OUTPUT statement</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/MANOVA-OUTPUT-statement/m-p/423176#M22278</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/462"&gt;@PGStats&lt;/a&gt;&lt;/P&gt;&lt;P&gt;The statement that worked out for me was&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;ods output MultStat =&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;Summary_stats;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Dec 2017 18:24:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/MANOVA-OUTPUT-statement/m-p/423176#M22278</guid>
      <dc:creator>mahmoud_slim</dc:creator>
      <dc:date>2017-12-21T18:24:43Z</dc:date>
    </item>
  </channel>
</rss>

