<?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 a binomial model with dummy variabes in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/a-binomial-model-with-dummy-variabes/m-p/567903#M11586</link>
    <description>&lt;P&gt;Hello to every one,&lt;BR /&gt;I do my master thesis about " what is the long term effect of month of the Birth in a child's life ?&lt;BR /&gt;and I would like to explain it with the sas table which is in attach file ? I dont know how can I progamme it in Sas . because I would like to have 11 month and my variables are often dummies .&lt;BR /&gt;and I would like to know which modele use reg or logistic to show the probality of death among the children with using the variables wich i Have&lt;BR /&gt;I use this code&lt;BR /&gt;proc logistic data=user.afbr70fl;&lt;BR /&gt;&amp;gt; class b1 ;&lt;BR /&gt;&amp;gt; model b5(child is alive) =b1(month bineaire) /link=glogit ;&lt;BR /&gt;&amp;gt; run;&lt;BR /&gt;and i would like to try insere the other varibles ou is it better to use a proc reg ?&lt;BR /&gt;&amp;nbsp;the variables are&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;chid is alive 1 or 2&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;the month of Birth 1 to 12&amp;nbsp; ,&amp;nbsp;Current age of child&amp;nbsp; 1 to 20 ,&amp;nbsp;Highest year of education of mom 1 to 7&amp;nbsp; ,&amp;nbsp;Wealth index combined&amp;nbsp; 1 to 5&amp;nbsp; ,&amp;nbsp;&lt;/P&gt;&lt;P&gt;and another variables&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 21 Jun 2019 13:28:01 GMT</pubDate>
    <dc:creator>farzad14000fr</dc:creator>
    <dc:date>2019-06-21T13:28:01Z</dc:date>
    <item>
      <title>a binomial model with dummy variabes</title>
      <link>https://communities.sas.com/t5/New-SAS-User/a-binomial-model-with-dummy-variabes/m-p/567903#M11586</link>
      <description>&lt;P&gt;Hello to every one,&lt;BR /&gt;I do my master thesis about " what is the long term effect of month of the Birth in a child's life ?&lt;BR /&gt;and I would like to explain it with the sas table which is in attach file ? I dont know how can I progamme it in Sas . because I would like to have 11 month and my variables are often dummies .&lt;BR /&gt;and I would like to know which modele use reg or logistic to show the probality of death among the children with using the variables wich i Have&lt;BR /&gt;I use this code&lt;BR /&gt;proc logistic data=user.afbr70fl;&lt;BR /&gt;&amp;gt; class b1 ;&lt;BR /&gt;&amp;gt; model b5(child is alive) =b1(month bineaire) /link=glogit ;&lt;BR /&gt;&amp;gt; run;&lt;BR /&gt;and i would like to try insere the other varibles ou is it better to use a proc reg ?&lt;BR /&gt;&amp;nbsp;the variables are&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;chid is alive 1 or 2&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;the month of Birth 1 to 12&amp;nbsp; ,&amp;nbsp;Current age of child&amp;nbsp; 1 to 20 ,&amp;nbsp;Highest year of education of mom 1 to 7&amp;nbsp; ,&amp;nbsp;Wealth index combined&amp;nbsp; 1 to 5&amp;nbsp; ,&amp;nbsp;&lt;/P&gt;&lt;P&gt;and another variables&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jun 2019 13:28:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/a-binomial-model-with-dummy-variabes/m-p/567903#M11586</guid>
      <dc:creator>farzad14000fr</dc:creator>
      <dc:date>2019-06-21T13:28:01Z</dc:date>
    </item>
    <item>
      <title>Re: a binomial model with dummy variabes</title>
      <link>https://communities.sas.com/t5/New-SAS-User/a-binomial-model-with-dummy-variabes/m-p/567911#M11591</link>
      <description>&lt;P&gt;Is this code not working or are you just asking which proc to use? You should use proc logistic over proc reg since your response variable is categorical.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/278782"&gt;@farzad14000fr&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jun 2019 14:09:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/a-binomial-model-with-dummy-variabes/m-p/567911#M11591</guid>
      <dc:creator>alexgouv</dc:creator>
      <dc:date>2019-06-21T14:09:34Z</dc:date>
    </item>
    <item>
      <title>Re: a binomial model with dummy variabes</title>
      <link>https://communities.sas.com/t5/New-SAS-User/a-binomial-model-with-dummy-variabes/m-p/568020#M11611</link>
      <description>&lt;P&gt;SAS provides several procedures for survival analysis (flip side of death)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Procs LIFEREG, LIFETEST, ICLIFETEST, ICPHREG, QUANTLIFE, PHREG and SURVEYPHREG.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Which to use depends on data and assumptions involved.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;SPAN class=" AAterm "&gt;ICLIFETEST&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;computes nonparametric estimates of survivor functions for interval-censored data. You can use this procedure to compare the underlying survival distributions of two or more samples of interval-censored data.&lt;/P&gt;
&lt;P&gt;&lt;SPAN class=" AAterm "&gt;ICPHREG&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;fits proportional hazards regression models to interval-censored data. You can select a piecewise constant function as the baseline hazard function, or you can model the cumulative baseline hazard function by cubic splines.&lt;/P&gt;
&lt;P&gt;&lt;SPAN class=" AAterm "&gt;LIFEREG&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;fits parametric models to failure time data that can be left-censored, right-censored, or interval-censored. The log of the survival time is modeled as a linear effect of covariates and a random disturbance term, the distribution of which includes the Weibull, log-normal, and log-logistic distributions.&lt;/P&gt;
&lt;P&gt;&lt;SPAN class=" AAterm "&gt;LIFETEST&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;computes the Kaplan-Meier estimate of a survivor function and provides the log-rank test to compare the underlying hazards of two or more samples of right-censored data. You can also use this procedure to study the association between the failure time and a number of concomitant variables.&lt;/P&gt;
&lt;P&gt;&lt;SPAN class=" AAterm "&gt;PHREG&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;fits the Cox proportional hazards model and its extensions, which include the multiplicative intensity model, the shared frailty model, and the Fine-Gray model for competing-risks data.&lt;/P&gt;
&lt;P&gt;&lt;SPAN class=" AAterm "&gt;QUANTLIFE&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;performs quantile regression for survival data by modeling the quantiles of the lifetime variable as a function of the covariates. Because lifetime distributions are usually more skewed, the quantiles of the lifetime are more informative than the mean for summarizing the lifetime distribution.&lt;/P&gt;
&lt;P&gt;&lt;SPAN class=" AAterm "&gt;SURVEYPHREG&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;is a Cox modeling procedure similar to PROC PHREG, appropriate for analyzing data that are collected from a survey sample.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The SEVERITY procedure in SAS/ETS software is also a survival analysis procedure.&lt;/P&gt;
&lt;P&gt;&lt;!--stopindex--&gt;&lt;/P&gt;
&lt;DIV class="xis-navLine"&gt;
&lt;DIV class="xis-copyright"&gt;Copyright © SAS Institute Inc. All rights reserved.&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jun 2019 18:10:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/a-binomial-model-with-dummy-variabes/m-p/568020#M11611</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2019-06-21T18:10:51Z</dc:date>
    </item>
  </channel>
</rss>

