<?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: Proc Genmod &amp; step by step approach for modeling in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-Genmod-step-by-step-approach-for-modeling/m-p/196805#M10539</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Rick for the reply. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have spoken with my chair/advisor as well as other members of my committee without much success. My doctorate is in counseling education. I believe I am going in the correct direction but need a source (Book, Journal) which I have not discovered tha provides more scaffolding so I can gain a fundamental understadning of GEE and proc genmod for my defense. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 12 Aug 2015 16:10:09 GMT</pubDate>
    <dc:creator>David_CCU</dc:creator>
    <dc:date>2015-08-12T16:10:09Z</dc:date>
    <item>
      <title>Proc Genmod &amp; step by step approach for modeling</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-Genmod-step-by-step-approach-for-modeling/m-p/196803#M10537</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, I am working on my dissertation. I have issues with, normality, linearity, heteroscedasticity, sparse data, and clustered data. I noted that a GEE model in proc genmod can account for many of these issues. The problem is that I have not had matrix algebra or calculus so many of books and journals are beyond my current competency. Does anyone know of&amp;nbsp; a "For Dummies" resource for proc genmod and GEE?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sincerely,&lt;/P&gt;&lt;P&gt;David &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Aug 2015 17:13:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-Genmod-step-by-step-approach-for-modeling/m-p/196803#M10537</guid>
      <dc:creator>David_CCU</dc:creator>
      <dc:date>2015-08-11T17:13:46Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Genmod &amp; step by step approach for modeling</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-Genmod-step-by-step-approach-for-modeling/m-p/196804#M10538</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Since you are working on your dissertation, I suggest you ask your advisor. He or she would know your skills/background and also standard resources in your field that would be accessible to you.&amp;nbsp; What is your field of study?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Aug 2015 15:39:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-Genmod-step-by-step-approach-for-modeling/m-p/196804#M10538</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2015-08-12T15:39:23Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Genmod &amp; step by step approach for modeling</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-Genmod-step-by-step-approach-for-modeling/m-p/196805#M10539</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Rick for the reply. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have spoken with my chair/advisor as well as other members of my committee without much success. My doctorate is in counseling education. I believe I am going in the correct direction but need a source (Book, Journal) which I have not discovered tha provides more scaffolding so I can gain a fundamental understadning of GEE and proc genmod for my defense. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Aug 2015 16:10:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-Genmod-step-by-step-approach-for-modeling/m-p/196805#M10539</guid>
      <dc:creator>David_CCU</dc:creator>
      <dc:date>2015-08-12T16:10:09Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Genmod &amp; step by step approach for modeling</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-Genmod-step-by-step-approach-for-modeling/m-p/196806#M10540</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1) Find an elementary and intuitive introduction to linear regression in your school's library or online.&amp;nbsp; This should be easy to find and master. For example, a good undergraduate textbook should suffice.&lt;/P&gt;&lt;P&gt;2) Find an elementary and intuitive introduction to logistic regression. This also shouldn't be too hard to locate.&amp;nbsp; &lt;/P&gt;&lt;P&gt;Logistic regression is the simplest type of generalized linear model, in which the logit of a binary response variable is a linear function of the regression coefficients. Again, you ought to be able to find a good undergraduate text or a survey article that describes logistic regression in an accessible manner.&lt;/P&gt;&lt;P&gt;3) Next look at Poisson regression, which models a response variable that represents a count (0, 1, 2, ....). This is another special kind of generalized linear regression.&lt;/P&gt;&lt;P&gt;4) The theory of generalized linear models is mostly abstractions that enable you to handle logistic models, Poisson models, and related models in a single framework.&amp;nbsp; If you can start with the simple subcases, I think you'll have an easier time building up to your final objective.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Aug 2015 19:25:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-Genmod-step-by-step-approach-for-modeling/m-p/196806#M10540</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2015-08-12T19:25:21Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Genmod &amp; step by step approach for modeling</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-Genmod-step-by-step-approach-for-modeling/m-p/196807#M10541</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks again! I will look into it. . . &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Aug 2015 19:29:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-Genmod-step-by-step-approach-for-modeling/m-p/196807#M10541</guid>
      <dc:creator>David_CCU</dc:creator>
      <dc:date>2015-08-12T19:29:43Z</dc:date>
    </item>
  </channel>
</rss>

