<?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 use the NLmeans macro? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-to-use-the-NLmeans-macro/m-p/877247#M346561</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/443008"&gt;@Lucai_sister&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you follow the steps in my reply to your question in the &lt;A href="https://communities.sas.com/t5/New-SAS-User/LSMeans-Warning-Apparent-Invocation-NLMeans-not-resolved/m-p/877243#M38958" target="_blank" rel="noopener"&gt;other thread&lt;/A&gt;, it will work without errors. You can omit steps 4 and 5 and use your code (with the INSURE524 dataset) instead.&lt;/P&gt;</description>
    <pubDate>Wed, 24 May 2023 11:46:49 GMT</pubDate>
    <dc:creator>FreelanceReinh</dc:creator>
    <dc:date>2023-05-24T11:46:49Z</dc:date>
    <item>
      <title>How to use the NLmeans macro?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-use-the-NLmeans-macro/m-p/877213#M346539</link>
      <description>&lt;P&gt;I am learning NLmeans macro to estimate and test the difference in rates. I use&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;&lt;A href="https://support.sas.com/kb/62/addl/fusion_62362_5_nlmeans.sas.txt" target="_blank"&gt;https://support.sas.com/kb/62/addl/fusion_62362_5_nlmeans.sas.txt&lt;/A&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;to call NLmeans macro. But there are a lot of errors in the code, and I don't know why. Can anyone help me?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;By the way, my code was copied from "Macro Argument List Start" to the SAS editor and ran to implement the call to NLmeans. My code is as follows:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;data insure524;&lt;BR /&gt;input n c age;&lt;BR /&gt;ln=log(n);&lt;BR /&gt;obsRate=c/n;&lt;BR /&gt;datalines;&lt;BR /&gt;500 42 1&lt;BR /&gt;400 101 2&lt;BR /&gt;;&lt;BR /&gt;proc genmod data=insure524;&lt;BR /&gt;class age;&lt;BR /&gt;model c=age/dist=poisson offset=ln link=log;&lt;BR /&gt;lsmeans age/e diff exp cl;&lt;BR /&gt;ods output coef=coeffs;&lt;BR /&gt;store out=insmodel;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;%NLMeans(instore=insmodel, coef=coeffs, link=log, title=Difference of Age Rates)&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;This problem has bothered me for a long time, and I hope that there are good people to help me&lt;/P&gt;</description>
      <pubDate>Wed, 24 May 2023 07:34:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-use-the-NLmeans-macro/m-p/877213#M346539</guid>
      <dc:creator>Lucai_sister</dc:creator>
      <dc:date>2023-05-24T07:34:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to use the NLmeans macro?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-use-the-NLmeans-macro/m-p/877247#M346561</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/443008"&gt;@Lucai_sister&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you follow the steps in my reply to your question in the &lt;A href="https://communities.sas.com/t5/New-SAS-User/LSMeans-Warning-Apparent-Invocation-NLMeans-not-resolved/m-p/877243#M38958" target="_blank" rel="noopener"&gt;other thread&lt;/A&gt;, it will work without errors. You can omit steps 4 and 5 and use your code (with the INSURE524 dataset) instead.&lt;/P&gt;</description>
      <pubDate>Wed, 24 May 2023 11:46:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-use-the-NLmeans-macro/m-p/877247#M346561</guid>
      <dc:creator>FreelanceReinh</dc:creator>
      <dc:date>2023-05-24T11:46:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to use the NLmeans macro?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-use-the-NLmeans-macro/m-p/877426#M346634</link>
      <description>Thank you so much! It worked very well. you are so sweet!</description>
      <pubDate>Thu, 25 May 2023 02:24:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-use-the-NLmeans-macro/m-p/877426#M346634</guid>
      <dc:creator>Lucai_sister</dc:creator>
      <dc:date>2023-05-25T02:24:11Z</dc:date>
    </item>
  </channel>
</rss>

