<?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 display all elements of nonlinear OLS prarmeter estimates in outest? in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-display-all-elements-of-nonlinear-OLS-prarmeter-estimates/m-p/185841#M12858</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you'll have to capture the table and then transpose it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you looked at the ODS table?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ODS TABLE PARAMETERESTIMATES=want;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;proc model data = Opti.total_imp;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;endogenous clicks;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;impressions = a1*(1+a3*Mon+a4*tue +a5*Wed +a6*Thu + a7*Fri)*a8;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;fit&amp;nbsp; impressions /ols outest=estparms maxiter=200;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;by cluster;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;run;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;quit;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 15 Jan 2015 23:43:28 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2015-01-15T23:43:28Z</dc:date>
    <item>
      <title>How to display all elements of nonlinear OLS prarmeter estimates in outest?</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-display-all-elements-of-nonlinear-OLS-prarmeter-estimates/m-p/185840#M12857</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;outestDoes anyone know how to write a statement like outest=estparms but that outputs all of the nonlinear OLS parameter estimates for each cluster instead of just the estimate?&amp;nbsp; So that creates a table that shows the parameter, estimate, approx STD Err, t value and approx Pr &amp;gt; |t| for each cluster?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am currently using the statement below.&amp;nbsp; I am looking to find a better way to look at the parameter estimates for each cluster side by side as opposed to each on their own page like the pdf creates.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ods pdf file=' ***** '; &lt;/P&gt;&lt;P&gt;ods trace on;&lt;/P&gt;&lt;P&gt;proc model data = Opti.total_imp;&lt;/P&gt;&lt;P&gt; endogenous clicks;&lt;/P&gt;&lt;P&gt; impressions = a1*(1+a3*Mon+a4*tue +a5*Wed +a6*Thu + a7*Fri)*a8;&lt;/P&gt;&lt;P&gt; fit&amp;nbsp; impressions /ols outest=estparms maxiter=200;&lt;/P&gt;&lt;P&gt; by cluster;&lt;/P&gt;&lt;P&gt; run;&lt;/P&gt;&lt;P&gt;quit;&lt;/P&gt;&lt;P&gt;ods trace off;&lt;/P&gt;&lt;P&gt;ods pdf close;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jan 2015 22:20:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-display-all-elements-of-nonlinear-OLS-prarmeter-estimates/m-p/185840#M12857</guid>
      <dc:creator>kbwork</dc:creator>
      <dc:date>2015-01-15T22:20:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to display all elements of nonlinear OLS prarmeter estimates in outest?</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-display-all-elements-of-nonlinear-OLS-prarmeter-estimates/m-p/185841#M12858</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you'll have to capture the table and then transpose it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you looked at the ODS table?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ODS TABLE PARAMETERESTIMATES=want;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;proc model data = Opti.total_imp;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;endogenous clicks;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;impressions = a1*(1+a3*Mon+a4*tue +a5*Wed +a6*Thu + a7*Fri)*a8;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;fit&amp;nbsp; impressions /ols outest=estparms maxiter=200;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;by cluster;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;run;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;quit;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jan 2015 23:43:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-display-all-elements-of-nonlinear-OLS-prarmeter-estimates/m-p/185841#M12858</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2015-01-15T23:43:28Z</dc:date>
    </item>
  </channel>
</rss>

