<?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: SAS/STAT procedures for DOE analysis in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/SAS-STAT-procedures-for-DOE-analysis/m-p/66865#M3210</link>
    <description>For response surface designs, you can use the RSREG (Response Surface REGression) procedure.&lt;BR /&gt;
&lt;BR /&gt;
The MIXED procedure can be employed to analyze data collected for every one of the designs that you indicated in your first post.  The MIXED procedure is frequently preferred over PROC GLM.&lt;BR /&gt;
&lt;BR /&gt;
Recommendation of the procedures GLM, MIXED, and RSREG is predicated on the response being continuous, and inference from each of these procedures is conditioned on the residuals being normally distributed.  There are a number of procedures (GENMOD, GLIMMIX, LOGISTIC, PROBIT) which can be employed to analyze data which have other distributional properties.  As indicated by lvm, you really need to look at the introductory chapters to the SAS/STAT reference volume to get some idea of what procedures may be useful for problems of interest to you.</description>
    <pubDate>Fri, 20 May 2011 16:34:57 GMT</pubDate>
    <dc:creator>Dale</dc:creator>
    <dc:date>2011-05-20T16:34:57Z</dc:date>
    <item>
      <title>SAS/STAT procedures for DOE analysis</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/SAS-STAT-procedures-for-DOE-analysis/m-p/66857#M3202</link>
      <description>I googled SAS DOE, only to find JMP and ADX. Are there any SAS/STAT procedures for analyzing the following designs:&lt;BR /&gt;
&lt;BR /&gt;
Completely randomized designs&lt;BR /&gt;
Randomized block designs&lt;BR /&gt;
Full factorial designs&lt;BR /&gt;
Fractional factorial designs&lt;BR /&gt;
Response surface designs</description>
      <pubDate>Wed, 18 May 2011 06:03:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/SAS-STAT-procedures-for-DOE-analysis/m-p/66857#M3202</guid>
      <dc:creator>MarcTC</dc:creator>
      <dc:date>2011-05-18T06:03:40Z</dc:date>
    </item>
    <item>
      <title>Re: SAS/STAT procedures for DOE analysis</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/SAS-STAT-procedures-for-DOE-analysis/m-p/66858#M3203</link>
      <description>If you search support.sas.com for the particular designs, you'll find the procedures to do them.  For instance, searching for "randomized block design" yielded PROC FACTEX.</description>
      <pubDate>Wed, 18 May 2011 13:41:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/SAS-STAT-procedures-for-DOE-analysis/m-p/66858#M3203</guid>
      <dc:creator>Doc_Duke</dc:creator>
      <dc:date>2011-05-18T13:41:22Z</dc:date>
    </item>
    <item>
      <title>Re: SAS/STAT procedures for DOE analysis</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/SAS-STAT-procedures-for-DOE-analysis/m-p/66859#M3204</link>
      <description>Thanks!</description>
      <pubDate>Wed, 18 May 2011 14:19:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/SAS-STAT-procedures-for-DOE-analysis/m-p/66859#M3204</guid>
      <dc:creator>MarcTC</dc:creator>
      <dc:date>2011-05-18T14:19:55Z</dc:date>
    </item>
    <item>
      <title>Re: SAS/STAT procedures for DOE analysis</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/SAS-STAT-procedures-for-DOE-analysis/m-p/66860#M3205</link>
      <description>Also check out PROC PLAN and PROC OPTEX</description>
      <pubDate>Wed, 18 May 2011 15:03:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/SAS-STAT-procedures-for-DOE-analysis/m-p/66860#M3205</guid>
      <dc:creator>lvm</dc:creator>
      <dc:date>2011-05-18T15:03:24Z</dc:date>
    </item>
    <item>
      <title>Re: SAS/STAT procedures for DOE analysis</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/SAS-STAT-procedures-for-DOE-analysis/m-p/66861#M3206</link>
      <description>I am new to SAS DOE tools. Is it true that PROC FACTEX is used for designing an experiment and PROC GLM is used for analyzing the DOE data?</description>
      <pubDate>Wed, 18 May 2011 19:27:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/SAS-STAT-procedures-for-DOE-analysis/m-p/66861#M3206</guid>
      <dc:creator>MarcTC</dc:creator>
      <dc:date>2011-05-18T19:27:46Z</dc:date>
    </item>
    <item>
      <title>Re: SAS/STAT procedures for DOE analysis</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/SAS-STAT-procedures-for-DOE-analysis/m-p/66862#M3207</link>
      <description>PROC FACTEX is one way to create an experimental design. There are other ways.&lt;BR /&gt;
&lt;BR /&gt;
PROC GLM is one way to analyze DOE data. There are other ways.</description>
      <pubDate>Fri, 20 May 2011 12:10:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/SAS-STAT-procedures-for-DOE-analysis/m-p/66862#M3207</guid>
      <dc:creator>Paige</dc:creator>
      <dc:date>2011-05-20T12:10:14Z</dc:date>
    </item>
    <item>
      <title>Re: SAS/STAT procedures for DOE analysis</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/SAS-STAT-procedures-for-DOE-analysis/m-p/66863#M3208</link>
      <description>Since you are new to sas, you really should read the introductory chapters of the SAS/STAT 9.2 User's Guide (pdf available for download).</description>
      <pubDate>Fri, 20 May 2011 12:32:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/SAS-STAT-procedures-for-DOE-analysis/m-p/66863#M3208</guid>
      <dc:creator>lvm</dc:creator>
      <dc:date>2011-05-20T12:32:47Z</dc:date>
    </item>
    <item>
      <title>Re: SAS/STAT procedures for DOE analysis</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/SAS-STAT-procedures-for-DOE-analysis/m-p/66864#M3209</link>
      <description>&amp;gt; PROC FACTEX is one way to create an experimental&lt;BR /&gt;
&amp;gt; design. There are other ways.&lt;BR /&gt;
&amp;gt; &lt;BR /&gt;
&amp;gt; PROC GLM is one way to analyze DOE data. There are&lt;BR /&gt;
&amp;gt; other ways.&lt;BR /&gt;
&lt;BR /&gt;
Paige, could you suggest a few for "other ways"?</description>
      <pubDate>Fri, 20 May 2011 16:01:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/SAS-STAT-procedures-for-DOE-analysis/m-p/66864#M3209</guid>
      <dc:creator>MarcTC</dc:creator>
      <dc:date>2011-05-20T16:01:09Z</dc:date>
    </item>
    <item>
      <title>Re: SAS/STAT procedures for DOE analysis</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/SAS-STAT-procedures-for-DOE-analysis/m-p/66865#M3210</link>
      <description>For response surface designs, you can use the RSREG (Response Surface REGression) procedure.&lt;BR /&gt;
&lt;BR /&gt;
The MIXED procedure can be employed to analyze data collected for every one of the designs that you indicated in your first post.  The MIXED procedure is frequently preferred over PROC GLM.&lt;BR /&gt;
&lt;BR /&gt;
Recommendation of the procedures GLM, MIXED, and RSREG is predicated on the response being continuous, and inference from each of these procedures is conditioned on the residuals being normally distributed.  There are a number of procedures (GENMOD, GLIMMIX, LOGISTIC, PROBIT) which can be employed to analyze data which have other distributional properties.  As indicated by lvm, you really need to look at the introductory chapters to the SAS/STAT reference volume to get some idea of what procedures may be useful for problems of interest to you.</description>
      <pubDate>Fri, 20 May 2011 16:34:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/SAS-STAT-procedures-for-DOE-analysis/m-p/66865#M3210</guid>
      <dc:creator>Dale</dc:creator>
      <dc:date>2011-05-20T16:34:57Z</dc:date>
    </item>
  </channel>
</rss>

