<?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: Is there a way to plot loglogs (LLS) graph with very large data in SAS? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Is-there-a-way-to-plot-loglogs-LLS-graph-with-very-large-data-in/m-p/548384#M152059</link>
    <description>&lt;P&gt;Did you try just outputting the results to a dataset and writing your own code to make a graph?&lt;/P&gt;</description>
    <pubDate>Thu, 04 Apr 2019 02:59:08 GMT</pubDate>
    <dc:creator>Tom</dc:creator>
    <dc:date>2019-04-04T02:59:08Z</dc:date>
    <item>
      <title>Is there a way to plot loglogs (LLS) graph with very large data in SAS?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Is-there-a-way-to-plot-loglogs-LLS-graph-with-very-large-data-in/m-p/548377#M152054</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I'm trying to plot a loglog vs log graph using PROC LIFETEST in SAS, so that I can check the proportional hazard assumption with the data.&lt;/P&gt;&lt;P&gt;However, since I'm dealing with a very large data (appx. 7-million records) the system stops running with the error saying:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ERROR: JVM(Java virtual machine) exception. java.lang.OutOfMemoryError: Java heap space.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After with some searching, I increased the memory capacity from 128m to 1024m but the problem remains same.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Would there be any better options to plot the graph? or is there any other way (that my computer can handle) to check the proportional hazard assumption?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ods graphics on;&lt;BR /&gt;proc lifetest data=data plot=(lls) notable;&lt;BR /&gt;time tte*outcome(0);&lt;BR /&gt;strata treatment;&lt;BR /&gt;run;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Apr 2019 01:59:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Is-there-a-way-to-plot-loglogs-LLS-graph-with-very-large-data-in/m-p/548377#M152054</guid>
      <dc:creator>medic</dc:creator>
      <dc:date>2019-04-04T01:59:34Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to plot loglogs (LLS) graph with very large data in SAS?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Is-there-a-way-to-plot-loglogs-LLS-graph-with-very-large-data-in/m-p/548384#M152059</link>
      <description>&lt;P&gt;Did you try just outputting the results to a dataset and writing your own code to make a graph?&lt;/P&gt;</description>
      <pubDate>Thu, 04 Apr 2019 02:59:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Is-there-a-way-to-plot-loglogs-LLS-graph-with-very-large-data-in/m-p/548384#M152059</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2019-04-04T02:59:08Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to plot loglogs (LLS) graph with very large data in SAS?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Is-there-a-way-to-plot-loglogs-LLS-graph-with-very-large-data-in/m-p/548408#M152070</link>
      <description>that seems reasonable. Thanks.&lt;BR /&gt;Could you help a little more about how I can get the results as a dataset?</description>
      <pubDate>Thu, 04 Apr 2019 04:49:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Is-there-a-way-to-plot-loglogs-LLS-graph-with-very-large-data-in/m-p/548408#M152070</guid>
      <dc:creator>medic</dc:creator>
      <dc:date>2019-04-04T04:49:41Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to plot loglogs (LLS) graph with very large data in SAS?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Is-there-a-way-to-plot-loglogs-LLS-graph-with-very-large-data-in/m-p/548420#M152076</link>
      <description>&lt;P&gt;Add the line below to your code &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods output LogNegLogSurvivalPlot=LogNegLogSurvivalPlot;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 04 Apr 2019 07:21:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Is-there-a-way-to-plot-loglogs-LLS-graph-with-very-large-data-in/m-p/548420#M152076</guid>
      <dc:creator>PeterClemmensen</dc:creator>
      <dc:date>2019-04-04T07:21:31Z</dc:date>
    </item>
  </channel>
</rss>

