<?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: Missing Values Logistic Regression in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/Missing-Values-Logistic-Regression/m-p/567592#M11540</link>
    <description>&lt;P&gt;You can tell PROC LOGISTIC to consider missing values in a CLASS variable to be legitimate values, but this doesn't work for continuous variables.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://documentation.sas.com/?cdcId=pgmmvacdc&amp;amp;cdcVersion=9.4&amp;amp;docsetId=statug&amp;amp;docsetTarget=statug_logistic_details01.htm&amp;amp;locale=en"&gt;https://documentation.sas.com/?cdcId=pgmmvacdc&amp;amp;cdcVersion=9.4&amp;amp;docsetId=statug&amp;amp;docsetTarget=statug_logistic_details01.htm&amp;amp;locale=en&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I think you'd have to impute the values, or come up with some other scheme to handle this type of data.&lt;/P&gt;</description>
    <pubDate>Thu, 20 Jun 2019 12:37:42 GMT</pubDate>
    <dc:creator>PaigeMiller</dc:creator>
    <dc:date>2019-06-20T12:37:42Z</dc:date>
    <item>
      <title>Missing Values Logistic Regression</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Missing-Values-Logistic-Regression/m-p/567588#M11538</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to create a logistic regression model using statistics from the past 3 years in a college baseball conference. I am running into issues because many of the players have no data for key variables in my model. Is there a way to have SAS ignore the missing variable for an observation without completely getting rid of that player?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example, I have columns from freshman to senior year for each statistic for each player. However, some of these players missed a year due to injury, or have not yet reached their senior year, etc. Right now SAS just throws out all of the other data that player has, but I want SAS to use whatever data the player has and only eliminate the player if all columns are blank.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am really looking for a way to do this without imputation. If there is a way to do this in R that would work too.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jun 2019 12:27:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Missing-Values-Logistic-Regression/m-p/567588#M11538</guid>
      <dc:creator>alexgouv</dc:creator>
      <dc:date>2019-06-20T12:27:13Z</dc:date>
    </item>
    <item>
      <title>Re: Missing Values Logistic Regression</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Missing-Values-Logistic-Regression/m-p/567592#M11540</link>
      <description>&lt;P&gt;You can tell PROC LOGISTIC to consider missing values in a CLASS variable to be legitimate values, but this doesn't work for continuous variables.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://documentation.sas.com/?cdcId=pgmmvacdc&amp;amp;cdcVersion=9.4&amp;amp;docsetId=statug&amp;amp;docsetTarget=statug_logistic_details01.htm&amp;amp;locale=en"&gt;https://documentation.sas.com/?cdcId=pgmmvacdc&amp;amp;cdcVersion=9.4&amp;amp;docsetId=statug&amp;amp;docsetTarget=statug_logistic_details01.htm&amp;amp;locale=en&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I think you'd have to impute the values, or come up with some other scheme to handle this type of data.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jun 2019 12:37:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Missing-Values-Logistic-Regression/m-p/567592#M11540</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2019-06-20T12:37:42Z</dc:date>
    </item>
    <item>
      <title>Re: Missing Values Logistic Regression</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Missing-Values-Logistic-Regression/m-p/567593#M11541</link>
      <description>Thanks, but I was looking for how to handle continuous variables somehow.</description>
      <pubDate>Thu, 20 Jun 2019 12:48:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Missing-Values-Logistic-Regression/m-p/567593#M11541</guid>
      <dc:creator>alexgouv</dc:creator>
      <dc:date>2019-06-20T12:48:51Z</dc:date>
    </item>
    <item>
      <title>Re: Missing Values Logistic Regression</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Missing-Values-Logistic-Regression/m-p/567620#M11547</link>
      <description>&lt;P&gt;Yeah. I also think you should impute missing value. One way is using PROC PLS .&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc pls data=class  &lt;STRONG&gt;missing=em&lt;/STRONG&gt;   nfac=4 plot=(ParmProfiles VIP) details; * cv=split  cvtest(seed=12345);
 class sex;
 model age=weight height sex;
* output out=x predicted=p;
run;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 20 Jun 2019 14:11:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Missing-Values-Logistic-Regression/m-p/567620#M11547</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2019-06-20T14:11:39Z</dc:date>
    </item>
  </channel>
</rss>

