<?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: Array and Where statement in proc nlmixed in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Array-and-Where-statement-in-proc-nlmixed/m-p/99226#M4995</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tom;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By ARRAY I want to do some programming in the body of proc nlmixed, but I guess if I can do it in the data step, it cost much less time since it needs to be done one time. So I go better off switch to data step.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also by means of WHERE I exactly want sub setting of data set being processed by nlmixed and not sure where to put it. But now I know. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks so much Tom;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Issac&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 21 Aug 2012 16:52:52 GMT</pubDate>
    <dc:creator>issac</dc:creator>
    <dc:date>2012-08-21T16:52:52Z</dc:date>
    <item>
      <title>Array and Where statement in proc nlmixed</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Array-and-Where-statement-in-proc-nlmixed/m-p/99224#M4993</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Am working with 9.3 version. I just wonder if we could use where and array statements in proc nlmixed and if that's possible where to put them? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks! &lt;/P&gt;&lt;P&gt;Issac&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Aug 2012 20:46:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Array-and-Where-statement-in-proc-nlmixed/m-p/99224#M4993</guid>
      <dc:creator>issac</dc:creator>
      <dc:date>2012-08-20T20:46:11Z</dc:date>
    </item>
    <item>
      <title>Re: Array and Where statement in proc nlmixed</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Array-and-Where-statement-in-proc-nlmixed/m-p/99225#M4994</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The ARRAY statement is documented in the manual.&amp;nbsp; Note that it is different than the ARRAY statement in a data step.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What do you want the WHERE statement to do?&amp;nbsp; For most procedures that simply subset the data being read from the input dataset.&lt;/P&gt;&lt;P&gt;I would normally place it immediately after the PROC statement, but in many procedures it does not matter where it is placed.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc nlmixed data=mydata ... ;&lt;/P&gt;&lt;P&gt; where id &amp;gt; 1000 ;&lt;/P&gt;&lt;P&gt; ...&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also code a WHERE condition using a data set option on the input file.&lt;/P&gt;&lt;P&gt;proc nlmixed data=mydata(where=(id &amp;gt; 1000)) ... ;&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Aug 2012 03:30:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Array-and-Where-statement-in-proc-nlmixed/m-p/99225#M4994</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2012-08-21T03:30:34Z</dc:date>
    </item>
    <item>
      <title>Re: Array and Where statement in proc nlmixed</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Array-and-Where-statement-in-proc-nlmixed/m-p/99226#M4995</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tom;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By ARRAY I want to do some programming in the body of proc nlmixed, but I guess if I can do it in the data step, it cost much less time since it needs to be done one time. So I go better off switch to data step.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also by means of WHERE I exactly want sub setting of data set being processed by nlmixed and not sure where to put it. But now I know. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks so much Tom;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Issac&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Aug 2012 16:52:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Array-and-Where-statement-in-proc-nlmixed/m-p/99226#M4995</guid>
      <dc:creator>issac</dc:creator>
      <dc:date>2012-08-21T16:52:52Z</dc:date>
    </item>
  </channel>
</rss>

