<?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 Plot 3D non linear regression surface. in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Plot-3D-non-linear-regression-surface/m-p/92607#M3444</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have found that a lot of diagnostic plots for non linear regression models can be obtained using the&amp;nbsp; codes available at the SAS support webiste&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/statug/63962/HTML/default/viewer.htm#statug_nlin_sect039.htm" title="http://support.sas.com/documentation/cdl/en/statug/63962/HTML/default/viewer.htm#statug_nlin_sect039.htm"&gt;http://support.sas.com/documentation/cdl/en/statug/63962/HTML/default/viewer.htm#statug_nlin_sect039.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ods graphics on;&lt;/P&gt;&lt;P&gt;proc nlin data=contrived bias hougaard&lt;/P&gt;&lt;P&gt;&amp;nbsp; NLINMEASURES plots(stats=all)=(diagnostics);&lt;/P&gt;&lt;P&gt;&amp;nbsp; parms alpha=2.0 &lt;/P&gt;&lt;P&gt;&amp;nbsp; gamma=0.0; &lt;/P&gt;&lt;P&gt;&amp;nbsp; model y = alpha*x1 + exp(gamma*x2);&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;ods graphics off;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14pt;"&gt;In addition I am interested to plot the &lt;STRONG&gt;3D regression surface&lt;/STRONG&gt; with axes Y, X1 and X2.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;My dependent variable is Y and the predictor variables are X1 and X2. My non linear model is similar to the one&amp;nbsp; given above.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for your help.&lt;/P&gt;&lt;P&gt;Raghu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 06 Dec 2012 17:30:45 GMT</pubDate>
    <dc:creator>rnmishra</dc:creator>
    <dc:date>2012-12-06T17:30:45Z</dc:date>
    <item>
      <title>Plot 3D non linear regression surface.</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Plot-3D-non-linear-regression-surface/m-p/92607#M3444</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have found that a lot of diagnostic plots for non linear regression models can be obtained using the&amp;nbsp; codes available at the SAS support webiste&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/statug/63962/HTML/default/viewer.htm#statug_nlin_sect039.htm" title="http://support.sas.com/documentation/cdl/en/statug/63962/HTML/default/viewer.htm#statug_nlin_sect039.htm"&gt;http://support.sas.com/documentation/cdl/en/statug/63962/HTML/default/viewer.htm#statug_nlin_sect039.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ods graphics on;&lt;/P&gt;&lt;P&gt;proc nlin data=contrived bias hougaard&lt;/P&gt;&lt;P&gt;&amp;nbsp; NLINMEASURES plots(stats=all)=(diagnostics);&lt;/P&gt;&lt;P&gt;&amp;nbsp; parms alpha=2.0 &lt;/P&gt;&lt;P&gt;&amp;nbsp; gamma=0.0; &lt;/P&gt;&lt;P&gt;&amp;nbsp; model y = alpha*x1 + exp(gamma*x2);&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;ods graphics off;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14pt;"&gt;In addition I am interested to plot the &lt;STRONG&gt;3D regression surface&lt;/STRONG&gt; with axes Y, X1 and X2.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;My dependent variable is Y and the predictor variables are X1 and X2. My non linear model is similar to the one&amp;nbsp; given above.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for your help.&lt;/P&gt;&lt;P&gt;Raghu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Dec 2012 17:30:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Plot-3D-non-linear-regression-surface/m-p/92607#M3444</guid>
      <dc:creator>rnmishra</dc:creator>
      <dc:date>2012-12-06T17:30:45Z</dc:date>
    </item>
    <item>
      <title>Re: Plot 3D non linear regression surface.</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Plot-3D-non-linear-regression-surface/m-p/92608#M3445</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;GIven you can compute the fitted surface as a response Z for an X, Y even grid, you can use the SurfacePlotParm statement in GTL to plot the surface.&amp;nbsp; The data must be gridded.&amp;nbsp; If not, use the G3Grid procedure to grid the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, GTL does not have a 3D scatter (point cloud), etc., mainly because there has been no demand.&amp;nbsp; if you need such 3D plots, please call your request into Tech Support.&amp;nbsp; GTL does have a BivariateHistogram3D statement.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Dec 2012 19:19:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Plot-3D-non-linear-regression-surface/m-p/92608#M3445</guid>
      <dc:creator>Jay54</dc:creator>
      <dc:date>2012-12-06T19:19:56Z</dc:date>
    </item>
  </channel>
</rss>

