<?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 Parameter restriction in quantreg in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Parameter-restriction-in-quantreg/m-p/166642#M263830</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to specify a number of parameter restrictions in my quantile regression, like homogeneity and symmetry. I have tried the srestrict but it doesn't work. Anyone got any tips?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 20 May 2014 19:29:36 GMT</pubDate>
    <dc:creator>cath14</dc:creator>
    <dc:date>2014-05-20T19:29:36Z</dc:date>
    <item>
      <title>Parameter restriction in quantreg</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Parameter-restriction-in-quantreg/m-p/166642#M263830</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to specify a number of parameter restrictions in my quantile regression, like homogeneity and symmetry. I have tried the srestrict but it doesn't work. Anyone got any tips?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 May 2014 19:29:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Parameter-restriction-in-quantreg/m-p/166642#M263830</guid>
      <dc:creator>cath14</dc:creator>
      <dc:date>2014-05-20T19:29:36Z</dc:date>
    </item>
    <item>
      <title>Re: Parameter restriction in quantreg</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Parameter-restriction-in-quantreg/m-p/166643#M263831</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You might post the code you used for diagnosis. Several Procs restrict some options when others are specified and you may have run into one of those. We'd be completely guessing if that is the case.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 May 2014 21:59:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Parameter-restriction-in-quantreg/m-p/166643#M263831</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2014-05-20T21:59:25Z</dc:date>
    </item>
    <item>
      <title>Re: Parameter restriction in quantreg</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Parameter-restriction-in-quantreg/m-p/166644#M263832</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SRESTRICT is a statement in PROC SYSLIN, and it appears to require two model statements.&amp;nbsp; Does your code meet this restriction?&amp;nbsp; &lt;A __default_attr="260198" __jive_macro_name="user" class="jive_macro jive_macro_user" data-objecttype="3" href="https://communities.sas.com/"&gt;&lt;/A&gt;'s suggestion to post code would be really helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve Denham&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 May 2014 12:31:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Parameter-restriction-in-quantreg/m-p/166644#M263832</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2014-05-21T12:31:12Z</dc:date>
    </item>
    <item>
      <title>Re: Parameter restriction in quantreg</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Parameter-restriction-in-quantreg/m-p/166645#M263833</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First I do an AIDS-regression like this one:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc syslin itsur data=Fish_aids;&lt;/P&gt;&lt;P&gt;model share_fish = price_fish_ind price_kod_ind lreal_exp;&lt;/P&gt;&lt;P&gt;srestrict Aids_rw_f.price_fish_ind + Aids_rw_f.price_kod_ind=0;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My demand system consists only of two models, the other being model share_kod = price_kod_ind price_fish_ind lreal_exp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I then want to do the AIDS-model for quantiles. My quantile regression is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc quantreg data=Fish_aids;&lt;/P&gt;&lt;P&gt;model share_fish =&amp;nbsp; price_fish_ind_rel price_kod_ind_rel lreal_exp&lt;/P&gt;&lt;P&gt;/quantile= 0.10 0.25 0.5 0.75 0.9&lt;/P&gt;&lt;P&gt;plot=quantplot;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, I do not know how to impose the parameter restrictions which are necessary for the AIDS-model to hold; symmetry, adding-up and homogeneity on my quantile regression.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 May 2014 16:45:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Parameter-restriction-in-quantreg/m-p/166645#M263833</guid>
      <dc:creator>cath14</dc:creator>
      <dc:date>2014-05-26T16:45:38Z</dc:date>
    </item>
    <item>
      <title>Re: Parameter restriction in quantreg</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Parameter-restriction-in-quantreg/m-p/166646#M263834</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't see a way to accomplish this in quantreg, and my digging into the documentation doesn't seem to point me in any direction that seems helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve Denham&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 May 2014 16:47:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Parameter-restriction-in-quantreg/m-p/166646#M263834</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2014-05-27T16:47:52Z</dc:date>
    </item>
  </channel>
</rss>

