<?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 value treatment with Regression estimates in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Missing-value-treatment-with-Regression-estimates/m-p/285042#M15049</link>
    <description>&lt;P&gt;Repmis is the name of the model. MV is the variable being predicted.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The proc reg creates a model of MV based on the 4 variables included.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Proc score then calculates the predicted values for the variable MV based on the model from proc REG.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 16 Jul 2016 14:40:36 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2016-07-16T14:40:36Z</dc:date>
    <item>
      <title>Missing value treatment with Regression estimates</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Missing-value-treatment-with-Regression-estimates/m-p/285019#M15047</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;While treating missing values I have came across Regression estimates to treat missing values.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;proc reg data=data1 outset=data2;&lt;/P&gt;
&lt;P&gt;repmis :model mv=v1 v2 v3 v4/selection=backward;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;proc score data=data1 score=data2 out=sample type=parms predict;&lt;/P&gt;
&lt;P&gt;var v1 v2 v3 v4;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We have replaced missing values by "repmis".&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you please explain me above codes?. How proc reg helps us in finding the value of "repmis" and the need of proc score?.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Sat, 16 Jul 2016 11:11:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Missing-value-treatment-with-Regression-estimates/m-p/285019#M15047</guid>
      <dc:creator>KafeelBasha</dc:creator>
      <dc:date>2016-07-16T11:11:09Z</dc:date>
    </item>
    <item>
      <title>Re: Missing value treatment with Regression estimates</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Missing-value-treatment-with-Regression-estimates/m-p/285027#M15048</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please provide some sample data. Also, expain your question a bit more.&lt;/P&gt;</description>
      <pubDate>Sat, 16 Jul 2016 12:22:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Missing-value-treatment-with-Regression-estimates/m-p/285027#M15048</guid>
      <dc:creator>stat_sas</dc:creator>
      <dc:date>2016-07-16T12:22:47Z</dc:date>
    </item>
    <item>
      <title>Re: Missing value treatment with Regression estimates</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Missing-value-treatment-with-Regression-estimates/m-p/285042#M15049</link>
      <description>&lt;P&gt;Repmis is the name of the model. MV is the variable being predicted.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The proc reg creates a model of MV based on the 4 variables included.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Proc score then calculates the predicted values for the variable MV based on the model from proc REG.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Jul 2016 14:40:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Missing-value-treatment-with-Regression-estimates/m-p/285042#M15049</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-07-16T14:40:36Z</dc:date>
    </item>
    <item>
      <title>Re: Missing value treatment with Regression estimates</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Missing-value-treatment-with-Regression-estimates/m-p/285051#M15050</link>
      <description>&lt;P&gt;To understand the connection between PROC REG and PROC SCORE, see the article &lt;A href="http://blogs.sas.com/content/iml/2014/02/19/scoring-a-regression-model-in-sas.html" target="_self"&gt;"Techniques for scoring a regression model in SAS."&lt;/A&gt;&amp;nbsp; The label in the PROC REG step is used by PROC SCORE to name the predicted variable. &amp;nbsp;You can find more examples in &lt;A href="http://support.sas.com/documentation/cdl/en/statug/66859/HTML/default/viewer.htm#statug_score_examples02.htm" target="_self"&gt;the documentation for PROC SCORE.&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Jul 2016 16:57:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Missing-value-treatment-with-Regression-estimates/m-p/285051#M15050</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2016-07-16T16:57:46Z</dc:date>
    </item>
  </channel>
</rss>

