<?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: What syntax to use to implement a power function into procedure NLMIXED (SAS 9.4) in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/What-syntax-to-use-to-implement-a-power-function-into-procedure/m-p/529670#M5578</link>
    <description>&lt;P&gt;Thank you so much!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This worked quite well!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Daniel.&lt;/P&gt;</description>
    <pubDate>Thu, 24 Jan 2019 13:05:01 GMT</pubDate>
    <dc:creator>DanBrug</dc:creator>
    <dc:date>2019-01-24T13:05:01Z</dc:date>
    <item>
      <title>What syntax to use to implement a power function into procedure NLMIXED (SAS 9.4)</title>
      <link>https://communities.sas.com/t5/New-SAS-User/What-syntax-to-use-to-implement-a-power-function-into-procedure/m-p/529078#M5527</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to fit a power function (e.g.&amp;nbsp;y = ax^b) using the NLMIXED procedure. Unfortunately, I don´t know (and also did not find any hints, yet) whether or how the syntax for a power function works within the model statement of the NLMIXED procedure. Let´s assume the following model statement:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;model y~ Normal (a*x&lt;STRONG&gt;^b&lt;/STRONG&gt;, errvar);&amp;nbsp; &amp;nbsp;The bold part of the term (^b) obviously does not work to introduce the power of b to x.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can anyone help me on this? Is this possible at all?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you very much in advance!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;D.B.&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jan 2019 15:27:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/What-syntax-to-use-to-implement-a-power-function-into-procedure/m-p/529078#M5527</guid>
      <dc:creator>DanBrug</dc:creator>
      <dc:date>2019-01-22T15:27:51Z</dc:date>
    </item>
    <item>
      <title>Re: What syntax to use to implement a power function into procedure NLMIXED (SAS 9.4)</title>
      <link>https://communities.sas.com/t5/New-SAS-User/What-syntax-to-use-to-implement-a-power-function-into-procedure/m-p/529103#M5532</link>
      <description>&lt;P&gt;Instead of ^ try **, works in a data-step:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;26         data _null_;
27            a = 4 ** 2;
28            put a=;
29         run;

a=16&lt;/PRE&gt;</description>
      <pubDate>Tue, 22 Jan 2019 15:55:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/What-syntax-to-use-to-implement-a-power-function-into-procedure/m-p/529103#M5532</guid>
      <dc:creator>andreas_lds</dc:creator>
      <dc:date>2019-01-22T15:55:10Z</dc:date>
    </item>
    <item>
      <title>Re: What syntax to use to implement a power function into procedure NLMIXED (SAS 9.4)</title>
      <link>https://communities.sas.com/t5/New-SAS-User/What-syntax-to-use-to-implement-a-power-function-into-procedure/m-p/529670#M5578</link>
      <description>&lt;P&gt;Thank you so much!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This worked quite well!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Daniel.&lt;/P&gt;</description>
      <pubDate>Thu, 24 Jan 2019 13:05:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/What-syntax-to-use-to-implement-a-power-function-into-procedure/m-p/529670#M5578</guid>
      <dc:creator>DanBrug</dc:creator>
      <dc:date>2019-01-24T13:05:01Z</dc:date>
    </item>
  </channel>
</rss>

