<?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: Creating SAS data set of parameter estimates from PROC NLIN in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Creating-SAS-data-set-of-parameter-estimates-from-PROC-NLIN/m-p/147464#M39053</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;PG,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That was helpful in summarizing the parameter estimates by replicate.&amp;nbsp; However, is there a way to get them into a format that is easier to work with?&amp;nbsp; Ideally this would be a SAS data set.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Mar 2014 16:22:28 GMT</pubDate>
    <dc:creator>LMB</dc:creator>
    <dc:date>2014-03-18T16:22:28Z</dc:date>
    <item>
      <title>Creating SAS data set of parameter estimates from PROC NLIN</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Creating-SAS-data-set-of-parameter-estimates-from-PROC-NLIN/m-p/147462#M39051</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a data set containing 980 paired observations of fish length and age.&amp;nbsp; I would like to use a bootstrapping approach to examine how sample size affects the precision of model parameter estimates.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have used the following program to successfully create a dataset where 3 fish per cm length class are selected 1000 times from the original dataset:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROC SURVEYSELECT DATA = AGE OUT = SAMPLE&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; METHOD = URS&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; N = 3&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SEED = 9876&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; OUTHITS&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; REP = 1000;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; STRATA TLINT;&lt;/P&gt;&lt;P&gt;RUN;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Next I fit model parameters to each replicate in this dataset:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROC SORT DATA = SAMPLE;&lt;/P&gt;&lt;P&gt;BY REPLICATE;&lt;/P&gt;&lt;P&gt;RUN;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROC NLIN DATA = SAMPLE;&lt;/P&gt;&lt;P&gt;PARMS LINF = 550 K = .25 t0 = 0.1;&lt;/P&gt;&lt;P&gt;MODEL TL = LINF*(1-EXP(-K*(AGE-t0)));&lt;/P&gt;&lt;P&gt;BY REPLICATE;&lt;/P&gt;&lt;P&gt;OUTPUT OUT = FITTED;&lt;/P&gt;&lt;P&gt;RUN;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to create a dataset that contains parameter estimates for each replicate.&amp;nbsp; The dataset would contain the following variables:&lt;/P&gt;&lt;P&gt;REPLICATE LINF K t0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and would look like this, for example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1 568 .25 .02&lt;/P&gt;&lt;P&gt;2 520 .27 .14&lt;/P&gt;&lt;P&gt;3 491 .32 .01&lt;/P&gt;&lt;P&gt;etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have also attached the SAS file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help would be appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Mar 2014 15:09:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Creating-SAS-data-set-of-parameter-estimates-from-PROC-NLIN/m-p/147462#M39051</guid>
      <dc:creator>LMB</dc:creator>
      <dc:date>2014-03-18T15:09:28Z</dc:date>
    </item>
    <item>
      <title>Re: Creating SAS data set of parameter estimates from PROC NLIN</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Creating-SAS-data-set-of-parameter-estimates-from-PROC-NLIN/m-p/147463#M39052</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try adding the statement:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ODS OUTPUT ParameterEstimates=samplePE;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to your NLIN procedure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PG&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Mar 2014 15:16:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Creating-SAS-data-set-of-parameter-estimates-from-PROC-NLIN/m-p/147463#M39052</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2014-03-18T15:16:18Z</dc:date>
    </item>
    <item>
      <title>Re: Creating SAS data set of parameter estimates from PROC NLIN</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Creating-SAS-data-set-of-parameter-estimates-from-PROC-NLIN/m-p/147464#M39053</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;PG,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That was helpful in summarizing the parameter estimates by replicate.&amp;nbsp; However, is there a way to get them into a format that is easier to work with?&amp;nbsp; Ideally this would be a SAS data set.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Mar 2014 16:22:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Creating-SAS-data-set-of-parameter-estimates-from-PROC-NLIN/m-p/147464#M39053</guid>
      <dc:creator>LMB</dc:creator>
      <dc:date>2014-03-18T16:22:28Z</dc:date>
    </item>
    <item>
      <title>Re: Creating SAS data set of parameter estimates from PROC NLIN</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Creating-SAS-data-set-of-parameter-estimates-from-PROC-NLIN/m-p/147465#M39054</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually I may be ok working with it by exporting to Excel.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Mar 2014 16:32:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Creating-SAS-data-set-of-parameter-estimates-from-PROC-NLIN/m-p/147465#M39054</guid>
      <dc:creator>LMB</dc:creator>
      <dc:date>2014-03-18T16:32:24Z</dc:date>
    </item>
    <item>
      <title>Re: Creating SAS data set of parameter estimates from PROC NLIN</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Creating-SAS-data-set-of-parameter-estimates-from-PROC-NLIN/m-p/147466#M39055</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the example I gave, &lt;STRONG&gt;samplePE&lt;/STRONG&gt; would be a SAS dataset containing the parameter estimates. That seemed to be what you wanted.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Mar 2014 16:56:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Creating-SAS-data-set-of-parameter-estimates-from-PROC-NLIN/m-p/147466#M39055</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2014-03-18T16:56:59Z</dc:date>
    </item>
    <item>
      <title>Re: Creating SAS data set of parameter estimates from PROC NLIN</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Creating-SAS-data-set-of-parameter-estimates-from-PROC-NLIN/m-p/147467#M39056</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Got it. Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Mar 2014 17:04:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Creating-SAS-data-set-of-parameter-estimates-from-PROC-NLIN/m-p/147467#M39056</guid>
      <dc:creator>LMB</dc:creator>
      <dc:date>2014-03-18T17:04:01Z</dc:date>
    </item>
  </channel>
</rss>

