<?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: problem with NLMIXED Execution error for observation 1 in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/problem-with-NLMIXED-Execution-error-for-observation-1/m-p/618421#M29773</link>
    <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/10892"&gt;@PaigeMiller&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thank you&lt;/P&gt;</description>
    <pubDate>Sun, 19 Jan 2020 23:26:04 GMT</pubDate>
    <dc:creator>alfa95</dc:creator>
    <dc:date>2020-01-19T23:26:04Z</dc:date>
    <item>
      <title>problem with NLMIXED Execution error for observation 1</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/problem-with-NLMIXED-Execution-error-for-observation-1/m-p/618410#M29769</link>
      <description>&lt;P&gt;Hello everybody,&lt;/P&gt;&lt;P&gt;I am doing non linear mixed model.&amp;nbsp;&lt;/P&gt;&lt;P&gt;my code is as follow:&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc nlmixed data=dataq1prev2 qpoints=4;
parms  eta=2.02 etadiff=-0.32 tau=6.24
taudiff=0.9 gamma=-0.002 gdiff=0 sigma2=0.0007 
d11=0.0022 d22=0.0009 d33=0.14;
num = ((eta + etadiff * group + n));
den = ((tau + t+ taudiff * group );
mean = num/den + gamma + gdiff * group ;
model reponse~ normal(mean,sigma2);
random t n ~ normal([0, 0],[d11,0,d22])
subject=vog out=eb;
run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I get error saying "NOTE: Execution error for observation 1."&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I will very appreciate any help, thank you&lt;/P&gt;</description>
      <pubDate>Sun, 26 Jan 2020 17:17:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/problem-with-NLMIXED-Execution-error-for-observation-1/m-p/618410#M29769</guid>
      <dc:creator>alfa95</dc:creator>
      <dc:date>2020-01-26T17:17:49Z</dc:date>
    </item>
    <item>
      <title>Re: problem with NLMIXED Execution error for observation 1</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/problem-with-NLMIXED-Execution-error-for-observation-1/m-p/618411#M29770</link>
      <description>&lt;P&gt;Please describe the problem.&lt;/P&gt;
&lt;DIV id="tap-translate"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV id="tap-translate"&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Sun, 19 Jan 2020 22:39:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/problem-with-NLMIXED-Execution-error-for-observation-1/m-p/618411#M29770</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2020-01-19T22:39:21Z</dc:date>
    </item>
    <item>
      <title>Re: problem with NLMIXED Execution error for observation 1</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/problem-with-NLMIXED-Execution-error-for-observation-1/m-p/618413#M29771</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/10892"&gt;@PaigeMiller&lt;/a&gt;&amp;nbsp;I edited the post, thank you&lt;/P&gt;</description>
      <pubDate>Sun, 19 Jan 2020 22:57:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/problem-with-NLMIXED-Execution-error-for-observation-1/m-p/618413#M29771</guid>
      <dc:creator>alfa95</dc:creator>
      <dc:date>2020-01-19T22:57:54Z</dc:date>
    </item>
    <item>
      <title>Re: problem with NLMIXED Execution error for observation 1</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/problem-with-NLMIXED-Execution-error-for-observation-1/m-p/618419#M29772</link>
      <description>&lt;P&gt;So step #1&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You look at the data yourself, and make sure there are no missing values in observation 1, and that all mathematical operations that you are trying to do on this data are defined (for example, if you have a negative number you can't raise it to a non-integer power).&lt;/P&gt;
&lt;DIV id="tap-translate"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV id="tap-translate"&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Sun, 19 Jan 2020 23:12:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/problem-with-NLMIXED-Execution-error-for-observation-1/m-p/618419#M29772</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2020-01-19T23:12:50Z</dc:date>
    </item>
    <item>
      <title>Re: problem with NLMIXED Execution error for observation 1</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/problem-with-NLMIXED-Execution-error-for-observation-1/m-p/618421#M29773</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/10892"&gt;@PaigeMiller&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thank you&lt;/P&gt;</description>
      <pubDate>Sun, 19 Jan 2020 23:26:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/problem-with-NLMIXED-Execution-error-for-observation-1/m-p/618421#M29773</guid>
      <dc:creator>alfa95</dc:creator>
      <dc:date>2020-01-19T23:26:04Z</dc:date>
    </item>
  </channel>
</rss>

