<?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: OUTPUT WEIBULL STD in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/OUTPUT-WEIBULL-STD/m-p/97621#M257852</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;Thank you for the quick response.&lt;/P&gt;&lt;P&gt;I wanted to capture the STD for the weibull fit which I found the example at the link pasted below.&lt;/P&gt;&lt;P&gt;&lt;A class="active_link" href="http://support.sas.com/documentation/cdl/en/procstat/63104/HTML/default/viewer.htm#procstat_univariate_sect077.htm" title="http://support.sas.com/documentation/cdl/en/procstat/63104/HTML/default/viewer.htm#procstat_univariate_sect077.htm"&gt;Base SAS(R) 9.2 Procedures Guide: Statistical Procedures, Third Edition&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I believe the example defined shape to be &lt;SPAN style="color: #000000; font-family: Arial, 'Albany AMT', Helvetica, Helv; font-size: x-small; text-align: right; background-color: #ffffff;"&gt;1.961159&lt;/SPAN&gt;&amp;nbsp; and I want to output the "Std Dev 0.339248" on that print out to a dataset.&amp;nbsp; The value can be found in "&lt;SPAN style="color: #000000; font-family: arial, 'Arial Unicode MS', geneva, 'Lucida Grande', sans-serif; background-color: #d8dbd3;"&gt;&lt;STRONG&gt;Output 4.22.3 Summary of Fitted Weibull Distribution&lt;/STRONG&gt;&lt;/SPAN&gt;".&amp;nbsp;&amp;nbsp; Is it possible to output the value 0.339248 to a dataset?&amp;nbsp; Or is there another proc that I should look at to output the std value?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I truly appreciate your response.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 12 Dec 2012 16:17:51 GMT</pubDate>
    <dc:creator>vt96</dc:creator>
    <dc:date>2012-12-12T16:17:51Z</dc:date>
    <item>
      <title>OUTPUT WEIBULL STD</title>
      <link>https://communities.sas.com/t5/SAS-Programming/OUTPUT-WEIBULL-STD/m-p/97619#M257850</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I've looked all over SAS website and the community forum for help on output std for weibull distribution, but I can't find any documentation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was able to output normal standard deviation like so&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc univeriate data=mydata noprint;&lt;/P&gt;&lt;P&gt;var myvar;&lt;/P&gt;&lt;P&gt;output out=myout std=std;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But how do I output the std from the following code?&amp;nbsp; I don't know what to put in place of "???" in order to get the std dev of weibull;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc univariate data=mydata noprint;&lt;/P&gt;&lt;P&gt;var myvar;&lt;/P&gt;&lt;P&gt;histogram / weibull;&lt;/P&gt;&lt;P&gt;output out=myout ???=weibull_std;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would it help if I provide the data? Also, is there another procedure that has the ability to output the weibull std into a dataset?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;many thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Dec 2012 13:59:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/OUTPUT-WEIBULL-STD/m-p/97619#M257850</guid>
      <dc:creator>vt96</dc:creator>
      <dc:date>2012-12-12T13:59:24Z</dc:date>
    </item>
    <item>
      <title>Re: OUTPUT WEIBULL STD</title>
      <link>https://communities.sas.com/t5/SAS-Programming/OUTPUT-WEIBULL-STD/m-p/97620#M257851</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What are you defining as the Weibull std?&lt;/P&gt;&lt;P&gt;The Weibull distribution has 3 parameters, shape, location and scale and the standard deviation is a function of the shape parameter. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Dec 2012 15:25:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/OUTPUT-WEIBULL-STD/m-p/97620#M257851</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2012-12-12T15:25:40Z</dc:date>
    </item>
    <item>
      <title>Re: OUTPUT WEIBULL STD</title>
      <link>https://communities.sas.com/t5/SAS-Programming/OUTPUT-WEIBULL-STD/m-p/97621#M257852</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;Thank you for the quick response.&lt;/P&gt;&lt;P&gt;I wanted to capture the STD for the weibull fit which I found the example at the link pasted below.&lt;/P&gt;&lt;P&gt;&lt;A class="active_link" href="http://support.sas.com/documentation/cdl/en/procstat/63104/HTML/default/viewer.htm#procstat_univariate_sect077.htm" title="http://support.sas.com/documentation/cdl/en/procstat/63104/HTML/default/viewer.htm#procstat_univariate_sect077.htm"&gt;Base SAS(R) 9.2 Procedures Guide: Statistical Procedures, Third Edition&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I believe the example defined shape to be &lt;SPAN style="color: #000000; font-family: Arial, 'Albany AMT', Helvetica, Helv; font-size: x-small; text-align: right; background-color: #ffffff;"&gt;1.961159&lt;/SPAN&gt;&amp;nbsp; and I want to output the "Std Dev 0.339248" on that print out to a dataset.&amp;nbsp; The value can be found in "&lt;SPAN style="color: #000000; font-family: arial, 'Arial Unicode MS', geneva, 'Lucida Grande', sans-serif; background-color: #d8dbd3;"&gt;&lt;STRONG&gt;Output 4.22.3 Summary of Fitted Weibull Distribution&lt;/STRONG&gt;&lt;/SPAN&gt;".&amp;nbsp;&amp;nbsp; Is it possible to output the value 0.339248 to a dataset?&amp;nbsp; Or is there another proc that I should look at to output the std value?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I truly appreciate your response.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Dec 2012 16:17:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/OUTPUT-WEIBULL-STD/m-p/97621#M257852</guid>
      <dc:creator>vt96</dc:creator>
      <dc:date>2012-12-12T16:17:51Z</dc:date>
    </item>
    <item>
      <title>Re: OUTPUT WEIBULL STD</title>
      <link>https://communities.sas.com/t5/SAS-Programming/OUTPUT-WEIBULL-STD/m-p/97622#M257853</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Add in the ODS Table statement like below and that will capture the estimates into a dataset called pestimates for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;title 'Distribution of Plate Gaps';&lt;/P&gt;&lt;P&gt;ods select ParameterEstimates GoodnessOfFit FitQuantiles MyHist;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ods table parameterestimates=pestimates;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;proc univariate data=Plates;&lt;/P&gt;&lt;P&gt;&amp;nbsp; var Gap;&lt;/P&gt;&lt;P&gt;&amp;nbsp; histogram / midpoints=0.2 to 1.8 by 0.2&lt;/P&gt;&lt;P&gt;&amp;nbsp; lognormal&lt;/P&gt;&lt;P&gt;&amp;nbsp; weibull&lt;/P&gt;&lt;P&gt;&amp;nbsp; gamma&lt;/P&gt;&lt;P&gt;&amp;nbsp; vaxis = axis1&lt;/P&gt;&lt;P&gt;&amp;nbsp; name = 'MyHist';&lt;/P&gt;&lt;P&gt;&amp;nbsp; inset n mean(5.3) std='Std Dev'(5.3) skewness(5.3)&lt;/P&gt;&lt;P&gt;&amp;nbsp; / pos = ne header = 'Summary Statistics';&lt;/P&gt;&lt;P&gt;&amp;nbsp; axis1 label=(a=90 r=0);&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Dec 2012 16:29:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/OUTPUT-WEIBULL-STD/m-p/97622#M257853</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2012-12-12T16:29:00Z</dc:date>
    </item>
    <item>
      <title>Re: OUTPUT WEIBULL STD</title>
      <link>https://communities.sas.com/t5/SAS-Programming/OUTPUT-WEIBULL-STD/m-p/97623#M257854</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Reeza,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That crucial line is exactly what I was looking for.&amp;nbsp; One more thing, I will be putting this code into a loop (n=1000+) and I need to set NOPRINT option.&amp;nbsp; I've put NOPRINT in the line &lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;ods table parameterestimates=pestimates noprint;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but it does not seem to suppress the print out in the results window.&amp;nbsp; Is there a way to suppress the print out?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;many thanks,&lt;/P&gt;&lt;P&gt;Van&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Dec 2012 04:54:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/OUTPUT-WEIBULL-STD/m-p/97623#M257854</guid>
      <dc:creator>vt96</dc:creator>
      <dc:date>2012-12-13T04:54:07Z</dc:date>
    </item>
    <item>
      <title>Re: OUTPUT WEIBULL STD</title>
      <link>https://communities.sas.com/t5/SAS-Programming/OUTPUT-WEIBULL-STD/m-p/97624#M257855</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's not where you put the noprint option.&lt;/P&gt;&lt;P&gt;that goes in proc univariate line, but then that table doesn't get created so you lose your output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You then need to move the line of code inside your dataset and I think it changes from ods table to ods output ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Dec 2012 19:04:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/OUTPUT-WEIBULL-STD/m-p/97624#M257855</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2012-12-13T19:04:17Z</dc:date>
    </item>
  </channel>
</rss>

