<?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: How to find residual SD/variance and plot studentized residuals using proc mixed in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-to-find-residual-SD-variance-and-plot-studentized-residuals/m-p/687603#M208759</link>
    <description>&lt;P&gt;Since your model doesn't involve any RANDOM component, you could just as well use proc glm and take advantage of the &lt;A href="https://documentation.sas.com/?docsetId=statug&amp;amp;docsetTarget=statug_glm_syntax17.htm&amp;amp;docsetVersion=14.3&amp;amp;locale=en" target="_self"&gt;OUTPUT statement&lt;/A&gt; that will provide studentized residuals.&lt;/P&gt;</description>
    <pubDate>Tue, 29 Sep 2020 17:29:12 GMT</pubDate>
    <dc:creator>PGStats</dc:creator>
    <dc:date>2020-09-29T17:29:12Z</dc:date>
    <item>
      <title>How to find residual SD/variance and plot studentized residuals using proc mixed</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-find-residual-SD-variance-and-plot-studentized-residuals/m-p/687510#M208718</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm using the following code.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ods graphics on;&lt;BR /&gt;ods output lsmeans=estimate_1&lt;BR /&gt;diffs=diff_1;&lt;BR /&gt;proc mixed data = mydata (where=(treatn in (1,2,3))) plots=all;&lt;BR /&gt;by atype paramcd avisitn avisit;&lt;BR /&gt;class treatn;&lt;BR /&gt;model aval = treatn avisitn base;&lt;BR /&gt;lsmeans treatn / pdiff=control('3');&lt;BR /&gt;run;&lt;BR /&gt;ods output close;&lt;BR /&gt;ods graphics off;&lt;/P&gt;&lt;P&gt;Need to know&amp;nbsp;how to get residual SD/variance and plot studentized residuals using proc mixed&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 13:38:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-find-residual-SD-variance-and-plot-studentized-residuals/m-p/687510#M208718</guid>
      <dc:creator>Arthur2</dc:creator>
      <dc:date>2020-09-29T13:38:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to find residual SD/variance and plot studentized residuals using proc mixed</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-find-residual-SD-variance-and-plot-studentized-residuals/m-p/687603#M208759</link>
      <description>&lt;P&gt;Since your model doesn't involve any RANDOM component, you could just as well use proc glm and take advantage of the &lt;A href="https://documentation.sas.com/?docsetId=statug&amp;amp;docsetTarget=statug_glm_syntax17.htm&amp;amp;docsetVersion=14.3&amp;amp;locale=en" target="_self"&gt;OUTPUT statement&lt;/A&gt; that will provide studentized residuals.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 17:29:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-find-residual-SD-variance-and-plot-studentized-residuals/m-p/687603#M208759</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2020-09-29T17:29:12Z</dc:date>
    </item>
  </channel>
</rss>

