<?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 proc genmod regression returns coefficients but no stnd errors or p-values in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/proc-genmod-regression-returns-coefficients-but-no-stnd-errors/m-p/889441#M44080</link>
    <description>&lt;P&gt;I'm running a repeated measures multiple regression for a healthcare dataset. Each member has two records, one pre-intervention and one post-intervention outcome value (# of skilled nursing facility visits).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My code looks something like this:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods output GEEEmpPEst=parms;
proc genmod data=health_data;
&amp;nbsp; &amp;nbsp;class member_id;
&amp;nbsp; &amp;nbsp;y = time*class time class x1 x2 x3 / dist=negbin ;
&amp;nbsp; &amp;nbsp;repeated subject=member_id / type=ind;
run;&lt;BR /&gt;ods output close;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When I run the procedure the regression coefficients are calculated but the stnd errors, confidence intervals, and p-values are blank.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any ideas what's going wrong?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;                            Algorithm converged.                                                       


                                                       GEE Model Information

                                    Correlation Structure                           Independent
                                    Subject Effect                  hce_member_id (1199 levels)
                                    Number of Clusters                                     1199
                                    Correlation Matrix Dimension                              8
                                    Maximum Cluster Size                                      8
                                    Minimum Cluster Size                                      2


                            ERROR: Error in estimation routine.                                        


                                                         GEE Fit Criteria

                                                       QIC            0.0000
                                                       QICu           0.0000


                                                Analysis Of GEE Parameter Estimates
                                                 Empirical Standard Error Estimates
 
                                                           Standard   95% Confidence
                              Parameter           Estimate    Error       Limits            Z Pr &amp;gt; |Z|

                              Intercept           223254.9    .        .        .         .      .    
                              time*class          -48.2170    .        .        .         .      .    
                              time                -130.091    .        .        .         .      .    
                              class               150.1242    .        .        .         .      .    
                              x1                  -120.939    .        .        .         .      .    
                              x2                  -11.0064    .        .        .         .      .    
                              x3                   -5.7767    .        .        .         .      .     &lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 15 Aug 2023 21:05:32 GMT</pubDate>
    <dc:creator>RobertWF1</dc:creator>
    <dc:date>2023-08-15T21:05:32Z</dc:date>
    <item>
      <title>proc genmod regression returns coefficients but no stnd errors or p-values</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/proc-genmod-regression-returns-coefficients-but-no-stnd-errors/m-p/889441#M44080</link>
      <description>&lt;P&gt;I'm running a repeated measures multiple regression for a healthcare dataset. Each member has two records, one pre-intervention and one post-intervention outcome value (# of skilled nursing facility visits).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My code looks something like this:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods output GEEEmpPEst=parms;
proc genmod data=health_data;
&amp;nbsp; &amp;nbsp;class member_id;
&amp;nbsp; &amp;nbsp;y = time*class time class x1 x2 x3 / dist=negbin ;
&amp;nbsp; &amp;nbsp;repeated subject=member_id / type=ind;
run;&lt;BR /&gt;ods output close;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When I run the procedure the regression coefficients are calculated but the stnd errors, confidence intervals, and p-values are blank.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any ideas what's going wrong?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;                            Algorithm converged.                                                       


                                                       GEE Model Information

                                    Correlation Structure                           Independent
                                    Subject Effect                  hce_member_id (1199 levels)
                                    Number of Clusters                                     1199
                                    Correlation Matrix Dimension                              8
                                    Maximum Cluster Size                                      8
                                    Minimum Cluster Size                                      2


                            ERROR: Error in estimation routine.                                        


                                                         GEE Fit Criteria

                                                       QIC            0.0000
                                                       QICu           0.0000


                                                Analysis Of GEE Parameter Estimates
                                                 Empirical Standard Error Estimates
 
                                                           Standard   95% Confidence
                              Parameter           Estimate    Error       Limits            Z Pr &amp;gt; |Z|

                              Intercept           223254.9    .        .        .         .      .    
                              time*class          -48.2170    .        .        .         .      .    
                              time                -130.091    .        .        .         .      .    
                              class               150.1242    .        .        .         .      .    
                              x1                  -120.939    .        .        .         .      .    
                              x2                  -11.0064    .        .        .         .      .    
                              x3                   -5.7767    .        .        .         .      .     &lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Aug 2023 21:05:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/proc-genmod-regression-returns-coefficients-but-no-stnd-errors/m-p/889441#M44080</guid>
      <dc:creator>RobertWF1</dc:creator>
      <dc:date>2023-08-15T21:05:32Z</dc:date>
    </item>
    <item>
      <title>Re: proc genmod regression returns coefficients but no stnd errors or p-values</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/proc-genmod-regression-returns-coefficients-but-no-stnd-errors/m-p/889471#M44083</link>
      <description>&lt;P&gt;Your first clue is likely the text "ERROR: Error in the estimation routine.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You haven't provided any example data but I suspect this is going to come down to something in, or not in, the data.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have you tried reducing the data set to maybe 10 or 15 Member_ids and see if that provides more of what you expect? If not, you may want to share the complete log from the trial. That way someone that knows more about Genmod than I do may see something that provides clues.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Aug 2023 08:51:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/proc-genmod-regression-returns-coefficients-but-no-stnd-errors/m-p/889471#M44083</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2023-08-16T08:51:17Z</dc:date>
    </item>
  </channel>
</rss>

