<?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 How to get the knots position in transreg in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-get-the-knots-position-in-transreg/m-p/453320#M23696</link>
    <description>&lt;DIV class="votecell post-layout--left"&gt;&lt;DIV class="vote"&gt;&lt;DIV class="favoritecount"&gt;I am running a simple transreg as shown in below. How do I get the values of all knots?&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class="postcell post-layout--right"&gt;&lt;DIV class="post-text"&gt;&lt;PRE&gt;&lt;CODE&gt;ods graphics on;
proc transreg data = edaniat.development_sample plots=all;
  model identity(r_util_v2) = mspline(CVPRAGG905/nknots=10);
  output tip=t;
run;
ods graphics off;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;-Shelly&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
    <pubDate>Wed, 11 Apr 2018 18:02:07 GMT</pubDate>
    <dc:creator>NaNaN</dc:creator>
    <dc:date>2018-04-11T18:02:07Z</dc:date>
    <item>
      <title>How to get the knots position in transreg</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-get-the-knots-position-in-transreg/m-p/453320#M23696</link>
      <description>&lt;DIV class="votecell post-layout--left"&gt;&lt;DIV class="vote"&gt;&lt;DIV class="favoritecount"&gt;I am running a simple transreg as shown in below. How do I get the values of all knots?&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class="postcell post-layout--right"&gt;&lt;DIV class="post-text"&gt;&lt;PRE&gt;&lt;CODE&gt;ods graphics on;
proc transreg data = edaniat.development_sample plots=all;
  model identity(r_util_v2) = mspline(CVPRAGG905/nknots=10);
  output tip=t;
run;
ods graphics off;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;-Shelly&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 11 Apr 2018 18:02:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-get-the-knots-position-in-transreg/m-p/453320#M23696</guid>
      <dc:creator>NaNaN</dc:creator>
      <dc:date>2018-04-11T18:02:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the knots position in transreg</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-get-the-knots-position-in-transreg/m-p/453379#M23699</link>
      <description>&lt;P&gt;Add the DETAIL option to the MODEL statement.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Apr 2018 21:43:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-get-the-knots-position-in-transreg/m-p/453379#M23699</guid>
      <dc:creator>sld</dc:creator>
      <dc:date>2018-04-11T21:43:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the knots position in transreg</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-get-the-knots-position-in-transreg/m-p/453608#M23702</link>
      <description>&lt;P&gt;Thanks for helping me, &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/1708"&gt;@sld&lt;/a&gt;. After I added detail option, the knots are displayed. However, I need to save the knots in a dataset for further processing.Do you know how to do it?&lt;/P&gt;</description>
      <pubDate>Thu, 12 Apr 2018 15:26:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-get-the-knots-position-in-transreg/m-p/453608#M23702</guid>
      <dc:creator>NaNaN</dc:creator>
      <dc:date>2018-04-12T15:26:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the knots position in transreg</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-get-the-knots-position-in-transreg/m-p/453629#M23703</link>
      <description>&lt;P&gt;In general, when you want to capture output in a SAS dataset for further processing, check ODS Table Names for the procedure:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.sas.com/documentation/cdl/en/statug/63962/HTML/default/viewer.htm#statug_transreg_sect055.htm" target="_self"&gt;https://support.sas.com/documentation/cdl/en/statug/63962/HTML/default/viewer.htm#statug_transreg_sect055.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If what you want is listed there (which DETAILS is), you can use ODS OUTPUT; see&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://blogs.sas.com/content/iml/2017/01/09/ods-output-any-statistic.html" target="_self"&gt;ODS OUTPUT: Store any statistic created by any SAS procedure&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Apr 2018 16:05:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-get-the-knots-position-in-transreg/m-p/453629#M23703</guid>
      <dc:creator>sld</dc:creator>
      <dc:date>2018-04-12T16:05:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the knots position in transreg</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-get-the-knots-position-in-transreg/m-p/453690#M23707</link>
      <description>Thank you very much! I got what I need!</description>
      <pubDate>Thu, 12 Apr 2018 18:18:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-get-the-knots-position-in-transreg/m-p/453690#M23707</guid>
      <dc:creator>NaNaN</dc:creator>
      <dc:date>2018-04-12T18:18:57Z</dc:date>
    </item>
  </channel>
</rss>

