<?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: keep parameters fixed in PROC NLMIXED in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/keep-parameters-fixed-in-PROC-NLMIXED/m-p/808287#M39757</link>
    <description>&lt;P&gt;Any value that you do not put on the PARMS statement will be treated as a constant. For example, if you always want the intercept to be 3, you can use&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc NLMIXED data=Have;
PARMS b1=0 b2=0;
Intercept = 3;&amp;nbsp; &amp;nbsp;/* held constant */
pred = Intercept + b1*x1 + b2*x2;
...
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Mon, 18 Apr 2022 11:16:33 GMT</pubDate>
    <dc:creator>Rick_SAS</dc:creator>
    <dc:date>2022-04-18T11:16:33Z</dc:date>
    <item>
      <title>keep parameters fixed in PROC NLMIXED</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/keep-parameters-fixed-in-PROC-NLMIXED/m-p/808247#M39752</link>
      <description>&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to estimate some parameters in proc NLMIXED, while keeping others fixed at a certain value.&lt;/P&gt;&lt;P&gt;In proc GLIMMIX you can use /hold=. in the parms statement, does there exist an equivalent in PROC NLMIXED?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Margaux&lt;/P&gt;</description>
      <pubDate>Sun, 17 Apr 2022 20:44:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/keep-parameters-fixed-in-PROC-NLMIXED/m-p/808247#M39752</guid>
      <dc:creator>mgx</dc:creator>
      <dc:date>2022-04-17T20:44:11Z</dc:date>
    </item>
    <item>
      <title>Re: keep parameters fixed in PROC NLMIXED</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/keep-parameters-fixed-in-PROC-NLMIXED/m-p/808287#M39757</link>
      <description>&lt;P&gt;Any value that you do not put on the PARMS statement will be treated as a constant. For example, if you always want the intercept to be 3, you can use&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc NLMIXED data=Have;
PARMS b1=0 b2=0;
Intercept = 3;&amp;nbsp; &amp;nbsp;/* held constant */
pred = Intercept + b1*x1 + b2*x2;
...
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 18 Apr 2022 11:16:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/keep-parameters-fixed-in-PROC-NLMIXED/m-p/808287#M39757</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2022-04-18T11:16:33Z</dc:date>
    </item>
  </channel>
</rss>

