<?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 Proc means to determine missing value in SAS Studio</title>
    <link>https://communities.sas.com/t5/SAS-Studio/Proc-means-to-determine-missing-value/m-p/445512#M4967</link>
    <description>&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;New to SAS and have a quick question. I noticed when doing proc means that I am missing 2 observations. I am wondering how I can identify which observations are missing.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;/**load data**/&lt;BR /&gt;data eval.cohort;&lt;BR /&gt;set eval.finalcohort;&lt;BR /&gt;run;&lt;BR /&gt;/**calculate univariate analyses**/&lt;BR /&gt;proc means data=eval.cohort n nmiss mean median max min p10 p90;&lt;BR /&gt;var earliestvol;&lt;BR /&gt;run;&lt;/P&gt;</description>
    <pubDate>Wed, 14 Mar 2018 15:32:50 GMT</pubDate>
    <dc:creator>kthartma</dc:creator>
    <dc:date>2018-03-14T15:32:50Z</dc:date>
    <item>
      <title>Proc means to determine missing value</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Proc-means-to-determine-missing-value/m-p/445512#M4967</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;New to SAS and have a quick question. I noticed when doing proc means that I am missing 2 observations. I am wondering how I can identify which observations are missing.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;/**load data**/&lt;BR /&gt;data eval.cohort;&lt;BR /&gt;set eval.finalcohort;&lt;BR /&gt;run;&lt;BR /&gt;/**calculate univariate analyses**/&lt;BR /&gt;proc means data=eval.cohort n nmiss mean median max min p10 p90;&lt;BR /&gt;var earliestvol;&lt;BR /&gt;run;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Mar 2018 15:32:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Proc-means-to-determine-missing-value/m-p/445512#M4967</guid>
      <dc:creator>kthartma</dc:creator>
      <dc:date>2018-03-14T15:32:50Z</dc:date>
    </item>
    <item>
      <title>Re: Proc means to determine missing value</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Proc-means-to-determine-missing-value/m-p/445514#M4968</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data eval.cohort_missing;
set eval.cohort;
where missing(earliestvol);
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Filter them out manually and check them.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/190055"&gt;@kthartma&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;Hi there,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;New to SAS and have a quick question. I noticed when doing proc means that I am missing 2 observations. I am wondering how I can identify which observations are missing.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;/**load data**/&lt;BR /&gt;data eval.cohort;&lt;BR /&gt;set eval.finalcohort;&lt;BR /&gt;run;&lt;BR /&gt;/**calculate univariate analyses**/&lt;BR /&gt;proc means data=eval.cohort n nmiss mean median max min p10 p90;&lt;BR /&gt;var earliestvol;&lt;BR /&gt;run;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Mar 2018 15:34:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Proc-means-to-determine-missing-value/m-p/445514#M4968</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-03-14T15:34:09Z</dc:date>
    </item>
    <item>
      <title>Re: Proc means to determine missing value</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Proc-means-to-determine-missing-value/m-p/445561#M4970</link>
      <description>&lt;P&gt;Thanks so much.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Krystal&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Mar 2018 17:48:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Proc-means-to-determine-missing-value/m-p/445561#M4970</guid>
      <dc:creator>kthartma</dc:creator>
      <dc:date>2018-03-14T17:48:11Z</dc:date>
    </item>
  </channel>
</rss>

