<?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 Score Data Using Proc NLIN? in SAS Data Science</title>
    <link>https://communities.sas.com/t5/SAS-Data-Science/How-to-Score-Data-Using-Proc-NLIN/m-p/214566#M3096</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Append your score data set to the training data set.&lt;/P&gt;&lt;P&gt;Then run PROC NLIN with the OUTPUT statement.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 15 May 2015 12:48:14 GMT</pubDate>
    <dc:creator>gergely_batho</dc:creator>
    <dc:date>2015-05-15T12:48:14Z</dc:date>
    <item>
      <title>How to Score Data Using Proc NLIN?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/How-to-Score-Data-Using-Proc-NLIN/m-p/214565#M3095</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am new at SAS and SAS EM and I am not sure how to score data using my model when I am using Proc NLIN. It seems that Proc Logistic has an option to score the data, but not Proc NLIN. Any ideas?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 May 2015 01:43:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/How-to-Score-Data-Using-Proc-NLIN/m-p/214565#M3095</guid>
      <dc:creator>ThePirate</dc:creator>
      <dc:date>2015-05-14T01:43:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to Score Data Using Proc NLIN?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/How-to-Score-Data-Using-Proc-NLIN/m-p/214566#M3096</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Append your score data set to the training data set.&lt;/P&gt;&lt;P&gt;Then run PROC NLIN with the OUTPUT statement.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 May 2015 12:48:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/How-to-Score-Data-Using-Proc-NLIN/m-p/214566#M3096</guid>
      <dc:creator>gergely_batho</dc:creator>
      <dc:date>2015-05-15T12:48:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to Score Data Using Proc NLIN?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/How-to-Score-Data-Using-Proc-NLIN/m-p/225716#M3188</link>
      <description>&lt;P&gt;Hello Mr. Gergely,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you please extend it? I did not get how to put score date set to the proc nlin without disturbing parameters created by train data. Is it possible you to put a small example showing both training and scoring?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Sep 2015 21:18:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/How-to-Score-Data-Using-Proc-NLIN/m-p/225716#M3188</guid>
      <dc:creator>berkay_kinaci</dc:creator>
      <dc:date>2015-09-15T21:18:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to Score Data Using Proc NLIN?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/How-to-Score-Data-Using-Proc-NLIN/m-p/226512#M3197</link>
      <description>If an observation contains missing value for the target, that observation is not used to fit the data.&lt;BR /&gt;&lt;BR /&gt;data to_score;/*weight is not included!*/&lt;BR /&gt;name='NewStud';age=15;height=50;output;&lt;BR /&gt;run;&lt;BR /&gt;&lt;BR /&gt;data all;&lt;BR /&gt;set sashelp.class to_score;&lt;BR /&gt;run;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;proc nlin data=all;&lt;BR /&gt;parms b0=1 b1=1 b2=1;&lt;BR /&gt;model weight=b0 + b1*height + b2*age;&lt;BR /&gt;output out=result predicted=p_weight;&lt;BR /&gt;run;</description>
      <pubDate>Mon, 21 Sep 2015 07:48:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/How-to-Score-Data-Using-Proc-NLIN/m-p/226512#M3197</guid>
      <dc:creator>gergely_batho</dc:creator>
      <dc:date>2015-09-21T07:48:22Z</dc:date>
    </item>
  </channel>
</rss>

