<?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: SAS PROC MIXED -infinite likelihood program error when calculating genetic covariance components in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/SAS-PROC-MIXED-infinite-likelihood-program-error-when/m-p/92567#M4537</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Read the PROC MIXED documentation section on convergence problems.&amp;nbsp; This section discusses both the problem of an infinite likelihood and the problem when two of the covariance parameters are several orders of magnitude apart, which seems to be true in your example.&amp;nbsp; This section also discusses possible solutions to each of these problems.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 06 Dec 2012 19:51:38 GMT</pubDate>
    <dc:creator>1zmm</dc:creator>
    <dc:date>2012-12-06T19:51:38Z</dc:date>
    <item>
      <title>SAS PROC MIXED -infinite likelihood program error when calculating genetic covariance components</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/SAS-PROC-MIXED-infinite-likelihood-program-error-when/m-p/92565#M4535</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="text-indent: 0in;"&gt;I am trying to estimate covariance components from PROC MIXED and having trouble with convergence problems in the REML approach when I use the NOBOUNDS option. Let me explain why I am using NOBOUNDS in case this is the problem,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="text-indent: 0in;"&gt;I am trying to estimate genetic covariances among 12 traits in a group of self-fertilizing plants.&amp;nbsp; There are ~400 plants and 160 genotypes.&amp;nbsp; The easy approach to estimating covariances is to calculate the covariance among genotype means.&amp;nbsp; This approach introduces some bias into covariance estimates, so I want to compare estimates of variance and covariance components.&amp;nbsp; I’ll refer to these approaches as “Among-genotype covariance” and “covariance components” approaches.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="text-indent: 0in;"&gt;To calculate between trait covariance components, I organized my data (for 160 genotypes) like this:&lt;/P&gt;&lt;P style="text-indent: 0in;"&gt;Genotype&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Trait&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Value&lt;/P&gt;&lt;P style="text-indent: 0in;"&gt;1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Biomass&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1.28&lt;/P&gt;&lt;P style="text-indent: 0in;"&gt;1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Biomass&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1.07&lt;/P&gt;&lt;P style="text-indent: 0in;"&gt;1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Biomass&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1.97&lt;/P&gt;&lt;P style="text-indent: 0in;"&gt;1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TLength&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1070.7&lt;/P&gt;&lt;P style="text-indent: 0in;"&gt;1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TLength&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 875.14&lt;/P&gt;&lt;P style="text-indent: 0in;"&gt;1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TLength&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1547.93&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="text-indent: 0in;"&gt;To get the (genetic) covariance component between Biomass and TLength, I used this code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="text-indent: 0in;"&gt;&lt;STRONG style="color: navy; background: white; font-size: 10.0pt; font-family: 'Courier New';"&gt;PROC&lt;/STRONG&gt; &lt;STRONG style="color: navy; background: white; font-size: 10.0pt; font-family: 'Courier New';"&gt;MIXED&lt;/STRONG&gt; &lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: blue; background: white;"&gt;DATA&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;=multi56 &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: blue; background: white;"&gt;covtest&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt; cl;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-indent: 0in;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: blue; background: white;"&gt;WHERE&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt; trait IN (&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: purple; background: white;"&gt;"Biomass"&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: purple; background: white;"&gt;"TLength"&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-indent: 0in;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: blue; background: white;"&gt;CLASS&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt; genotype trait;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-indent: 0in;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: blue; background: white;"&gt;MODEL&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt; value=trait;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-indent: 0in;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: blue; background: white;"&gt;RANDOM&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt; trait/&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: blue; background: white;"&gt;SUBJECT&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;=genotype &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: blue; background: white;"&gt;TYPE&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;=un;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-indent: 0in;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: green; background: white;"&gt;/* The RANDOM statement tells SAS to estimate the 2 x 2 among genotype variance component matrix for the two traits listed in the where statement */&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-indent: 0in;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-indent: 0in;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG style="color: navy; background: white; font-size: 10.0pt; font-family: 'Courier New';"&gt;RUN&lt;/STRONG&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="text-indent: 0in;"&gt;The resulting covariance parameter output was:&lt;/P&gt;&lt;P style="text-indent: 0in;"&gt;&lt;SPAN style="text-indent: 0in;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-indent: 0in;"&gt;Covariance Parameter Estimates&lt;/P&gt;&lt;P style="text-indent: 0in;"&gt;Cov Parm&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Subject Estimate&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Standard Error Z Value&amp;nbsp;&amp;nbsp; Pr Z&amp;nbsp;&amp;nbsp; Alpha&amp;nbsp;&amp;nbsp; Lower&amp;nbsp; Upper&lt;/P&gt;&lt;P style="text-indent: 0in;"&gt;UN(1,1)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Genotype&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .&lt;/P&gt;&lt;P style="text-indent: 0in;"&gt;UN(2,1)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Genotype&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 50450&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 19630&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2.57&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.0102 0.05&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 11975&amp;nbsp; 88924&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P style="text-indent: 0in;"&gt;UN(2,2)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Genotype&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 316010&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 90306&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3.50&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.0002 0.05&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 193511&amp;nbsp;&amp;nbsp; 606860&lt;/P&gt;&lt;P style="text-indent: 0in;"&gt;Residual&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 55618&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3437.23&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 16.18&amp;nbsp;&amp;nbsp; &amp;lt;.0001 0.05&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 49451&amp;nbsp; 63021&lt;/P&gt;&lt;P style="text-indent: 0in;"&gt;&lt;/P&gt;&lt;P style="text-indent: 0in;"&gt;&lt;SPAN style="text-indent: 0in;"&gt;The covariance estimate of 50450 is waaay bigger than the estimate I got from the covariance among the genotype means for Biomass and TLength (the Among genotype approach) which equals 257.1.&amp;nbsp; SO I figured the 0 variance component above could be the problem.&amp;nbsp; I ran the same PROC MIXED code above only adding the NOBOUND option:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-indent: 0in;"&gt;&lt;/P&gt;&lt;P style="text-indent: 0in;"&gt;&lt;STRONG style="color: navy; background: white; font-size: 10.0pt; font-family: 'Courier New';"&gt;PROC&lt;/STRONG&gt; &lt;STRONG style="color: navy; background: white; font-size: 10.0pt; font-family: 'Courier New';"&gt;MIXED&lt;/STRONG&gt; &lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: blue; background: white;"&gt;DATA&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;=multi56 &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: blue; background: white;"&gt;covtest&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt; cl &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: blue; background: white;"&gt;NOBOUND&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt; ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-indent: 0in;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-indent: 0in;"&gt;Now my covariance component estimates nearly match as I expect them to:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="text-indent: 0in;"&gt;Iteration History&lt;/P&gt;&lt;P style="text-indent: 0in;"&gt;Iteration&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Evaluations&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -2 Res Log Like&amp;nbsp; Criterion&lt;/P&gt;&lt;P style="text-indent: 0in;"&gt;0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 10109.62259781&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P style="text-indent: 0in;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;TABLE border="1" cellpadding="0" cellspacing="0" style="border: solid #c1c1c1 1.0pt; padding: 3.75pt 3.75pt 3.75pt 3.75pt;" summary="Procedure Mixed: Convergence Status"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD style="border: none; padding: 3.75pt 3.75pt 3.75pt 3.75pt;" valign="top"&gt;&lt;P align="center" style="text-align: center; text-indent: 0in;"&gt;&lt;SPAN style="font-size: 12.0pt;"&gt;WARNING: Stopped because of infinite likelihood.&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="text-indent: 0in;"&gt;Covariance Parameter Values&lt;/P&gt;&lt;P style="text-indent: 0in;"&gt;At Last Iteration&lt;/P&gt;&lt;P style="text-indent: 0in;"&gt;Cov Parm&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Subject&amp;nbsp;&amp;nbsp; Estimate&lt;/P&gt;&lt;P style="text-indent: 0in;"&gt;UN(1,1)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; genotype&amp;nbsp; -34470&lt;/P&gt;&lt;P style="text-indent: 0in;"&gt;UN(2,1)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; genotype&amp;nbsp;&amp;nbsp; 249.06&lt;/P&gt;&lt;P style="text-indent: 0in;"&gt;UN(2,2)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; genotype&amp;nbsp; 188855&lt;/P&gt;&lt;P style="text-indent: 0in;"&gt;Residual&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 83814&lt;/P&gt;&lt;P style="text-indent: 0in;"&gt;&lt;/P&gt;&lt;P style="text-indent: 0in;"&gt;&lt;SPAN style="font-family: 'SAS Monospace'; font-size: 8pt; text-indent: 0in;"&gt;NOTE: 125 observations are not included because of missing values.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-indent: 0in;"&gt;&lt;SPAN style="font-size: 8.0pt; font-family: 'SAS Monospace';"&gt;WARNING: Stopped because of infinite likelihood.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-indent: 0in;"&gt;&lt;SPAN style="font-size: 8.0pt; font-family: 'SAS Monospace';"&gt;NOTE: PROCEDURE MIXED used (Total process time):&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-indent: 0in;"&gt;&lt;SPAN style="font-size: 8.0pt; font-family: 'SAS Monospace';"&gt; real time&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.11 seconds&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-indent: 0in;"&gt;&lt;SPAN style="font-size: 8.0pt; font-family: 'SAS Monospace';"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; cpu time&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.03 seconds&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="text-indent: 0in;"&gt;The covariance component estimate of 249 I got by allowing negative variances is much more reasonable than 50450, considering the estimate from the among genotype covariance was 257.&amp;nbsp; The problem is that the REML approach stopped and gave me warnings.&amp;nbsp; Does this mean I cannot trust this covariance component output? &lt;/P&gt;&lt;P style="text-indent: 0in; padding: 0px 0px 1pt;"&gt;I thoguth about running PROC MIXED with METHOD=TYPE3, but I can’t do that because I have &lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: blue; background: white;"&gt;SUBJECT&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;=genotype &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: blue; background: white;"&gt;TYPE&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;=un &lt;/SPAN&gt;as part of my random statement.&amp;nbsp; What is the best way to get the correct between trait covariance components?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Dec 2012 16:41:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/SAS-PROC-MIXED-infinite-likelihood-program-error-when/m-p/92565#M4535</guid>
      <dc:creator>Tarek_Elnaccash</dc:creator>
      <dc:date>2012-12-06T16:41:03Z</dc:date>
    </item>
    <item>
      <title>Re: SAS PROC MIXED -infinite likelihood program error when calculating genetic covariance components</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/SAS-PROC-MIXED-infinite-likelihood-program-error-when/m-p/92566#M4536</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;How about shifting over to GLIMMIX, and trying the following:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-indent: 0in;"&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;&lt;SPAN style="background: white; color: navy; font-size: 10pt;"&gt;&lt;STRONG&gt;PROC&lt;/STRONG&gt;&lt;/SPAN&gt; GLIM&lt;SPAN style="background: white; color: navy; font-size: 10pt;"&gt;&lt;STRONG&gt;MIXED&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="background: white; color: blue; font-size: 10pt;"&gt;DATA&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-size: 10pt;"&gt;=multi56 tech=quad cholesky&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-size: 10pt;"&gt;;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-indent: 0in;"&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="background: white; color: blue; font-size: 10pt;"&gt;WHERE&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-size: 10pt;"&gt; trait IN (&lt;/SPAN&gt;&lt;SPAN style="background: white; color: purple; font-size: 10pt;"&gt;"Biomass"&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-size: 10pt;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="background: white; color: purple; font-size: 10pt;"&gt;"TLength"&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-size: 10pt;"&gt;)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-indent: 0in;"&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="background: white; color: blue; font-size: 10pt;"&gt;CLASS&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-size: 10pt;"&gt; genotype trait;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-indent: 0in;"&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="background: white; color: blue; font-size: 10pt;"&gt;MODEL&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-size: 10pt;"&gt; value=trait;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-indent: 0in;"&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="background: white; color: blue; font-size: 10pt;"&gt;RANDOM&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-size: 10pt;"&gt; trait/&lt;/SPAN&gt;&lt;SPAN style="background: white; color: blue; font-size: 10pt;"&gt;SUBJECT&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-size: 10pt;"&gt;=genotype &lt;/SPAN&gt;&lt;SPAN style="background: white; color: blue; font-size: 10pt;"&gt;TYPE&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-size: 10pt;"&gt;=chol;/* I think that using the Cholesky parameterization would probably be useful here, and in the model statement*/&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-indent: 0in;"&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="background: white; color: green; font-size: 10pt;"&gt;/* The RANDOM statement tells SAS to estimate the 2 x 2 among genotype variance component matrix for the two traits listed in the where statement */&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-indent: 0in;"&gt;&lt;/P&gt;&lt;P style="text-indent: 0in;"&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="background: white; color: navy; font-size: 10pt;"&gt;&lt;STRONG&gt;RUN&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-size: 10pt;"&gt;;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-indent: 0in;"&gt;&lt;/P&gt;&lt;P style="text-indent: 0in;"&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif; background: white; color: black; font-size: 10pt;"&gt;If this runs into the same problems, then I would suggest trying tech=laplace and adding NOBOUND.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-indent: 0in;"&gt;&lt;/P&gt;&lt;P style="text-indent: 0in;"&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif; background: white; color: black; font-size: 10pt;"&gt;Steve Denham&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Dec 2012 16:51:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/SAS-PROC-MIXED-infinite-likelihood-program-error-when/m-p/92566#M4536</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2012-12-06T16:51:55Z</dc:date>
    </item>
    <item>
      <title>Re: SAS PROC MIXED -infinite likelihood program error when calculating genetic covariance components</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/SAS-PROC-MIXED-infinite-likelihood-program-error-when/m-p/92567#M4537</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Read the PROC MIXED documentation section on convergence problems.&amp;nbsp; This section discusses both the problem of an infinite likelihood and the problem when two of the covariance parameters are several orders of magnitude apart, which seems to be true in your example.&amp;nbsp; This section also discusses possible solutions to each of these problems.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Dec 2012 19:51:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/SAS-PROC-MIXED-infinite-likelihood-program-error-when/m-p/92567#M4537</guid>
      <dc:creator>1zmm</dc:creator>
      <dc:date>2012-12-06T19:51:38Z</dc:date>
    </item>
    <item>
      <title>Re: SAS PROC MIXED -infinite likelihood program error when calculating genetic covariance components</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/SAS-PROC-MIXED-infinite-likelihood-program-error-when/m-p/92568#M4538</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Given what 1zmm said, preprocess your data, and divide all of the TLength values by 1000.&amp;nbsp; Then see how things behave.&amp;nbsp; Also, in my previous post it is PROC GLIMMIX not GLIMMIXED.&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>Thu, 06 Dec 2012 20:00:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/SAS-PROC-MIXED-infinite-likelihood-program-error-when/m-p/92568#M4538</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2012-12-06T20:00:18Z</dc:date>
    </item>
    <item>
      <title>Re: SAS PROC MIXED -infinite likelihood program error when calculating genetic covariance components</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/SAS-PROC-MIXED-infinite-likelihood-program-error-when/m-p/92569#M4539</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="text-indent: 0in;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;Thank you Steve for the helpful responses. My problem is not solved, but I appreciate your help.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="text-indent: 0in;"&gt;&lt;STRONG style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;STEVE&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;, (first response):I tried using GLIMMIX using the code below. Glimmix converged on an answer but the covariance estimate was 142 and should be closer to 257.&amp;nbsp; That's a big improvement over the covariance estimate of 50,000 from prox mixed, but not as good as the proc mixed estimate of 249 which I got from including the NOBOUNDS option (which resulted in infinite likelihood). This value of 249 for the biomass TLength covariance is what it should be, but I believe reviewers wont accept the result with an infinite likelihood and only 1 REML iteration.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="text-indent: 0in;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;PROC GLIMMIX DATA=multi56 METHOD=&amp;nbsp; QUAD CHOLESKY;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-indent: 0in;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;&amp;nbsp; WHERE trait IN ("Biomass","Tlength");&amp;nbsp; *converges but still bad estimate 142 for covariance instead of 250;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-indent: 0in;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;&amp;nbsp; CLASS genotype trait;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-indent: 0in;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;&amp;nbsp; MODEL value=trait;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-indent: 0in;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;&amp;nbsp; RANDOM trait/SUBJECT=genotype TYPE=CHOL;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-indent: 0in;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;&amp;nbsp; RUN;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="text-indent: 0in;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;When I tried METHOD=Laplace with the NOBOUND option, I got a good estimate of the Biomass, TLength covariance (249) but I got the warning :"The initial estimates did not yield a valid objective function", which puts me in the same place as the initial infinite likelihood.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Dec 2012 17:16:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/SAS-PROC-MIXED-infinite-likelihood-program-error-when/m-p/92569#M4539</guid>
      <dc:creator>Tarek_Elnaccash</dc:creator>
      <dc:date>2012-12-12T17:16:46Z</dc:date>
    </item>
    <item>
      <title>Re: SAS PROC MIXED -infinite likelihood program error when calculating genetic covariance components</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/SAS-PROC-MIXED-infinite-likelihood-program-error-when/m-p/92570#M4540</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="text-indent: 0in;"&gt;&lt;STRONG style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;1zmm&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;: thank you, I should have looked at the PROC MIXED documentation more closely first.&amp;nbsp; The documentation did suggest resealing TLength so it has a similar variance to Biomass. Unfortunately, this is not an option for me.&amp;nbsp; I estimated a genetic covariance matrix by calculating the covariance among traits using genotype means as my observational unit (about 3 plants per genotype).&amp;nbsp; Reviewers said these estimates are not as good as those using variance components and covariance components. So now I have to produce a covariance component based matrix which can then be compared to a matrix based on the covariance among genotype means.&amp;nbsp; Since the covariance component based matrix is going to be compared to another, I can't rescale my data and still be able to compare.&amp;nbsp; I also tried other documentation suggestions: 1. setting the PROC MIXED option SCORING=5 but still got an infinite likelihoood. 2.&amp;nbsp; Changing the convergence criteria with the ABSOLUTE option didn't help 3. I was going to set the initial likelihood search using PARMS, but I only have good starting estimates for the biomass and TLength variances and their covariance, but I do not have a good starting estimate for the residual variance.&amp;nbsp; When I use random numbers for the initial value of the&amp;nbsp; residual variance, I can produce essentially any value I want in the output for the covariance parameters. Whatever approach I use to get a good estimate for the covariance component between these two traits has to work for all pairs of 13 traits that make up my full covariance matrix.&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Dec 2012 17:17:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/SAS-PROC-MIXED-infinite-likelihood-program-error-when/m-p/92570#M4540</guid>
      <dc:creator>Tarek_Elnaccash</dc:creator>
      <dc:date>2012-12-12T17:17:23Z</dc:date>
    </item>
    <item>
      <title>Re: SAS PROC MIXED -infinite likelihood program error when calculating genetic covariance components</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/SAS-PROC-MIXED-infinite-likelihood-program-error-when/m-p/92571#M4541</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="text-indent: 0in;"&gt;&lt;STRONG style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;Steve2&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;: I can't pre-process my data because I have to compare the covariance components for biomass and Tlength (and actually for a covariane matrix of 13 traits) to another matrix based on covariances among genotype means.&amp;nbsp; Changing the units would keep me from comparing two different matrices.&amp;nbsp; One coworker suggested I add a repeated statement to PROC MIXED which would estimate the within genotype covariance components between traits (the RANDOM statement measures the among genotype covariance components). I am only interested in the among genotype covariance components, not the within genotype, but I tired it anyway:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="text-indent: 0in;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;PROC MIXED DATA=multi56 covtest cl;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-indent: 0in;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;&amp;nbsp; WHERE trait IN ("Biomass","TLength"); &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-indent: 0in;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;&amp;nbsp; CLASS genotype trait plant;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-indent: 0in;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;&amp;nbsp; MODEL value=trait;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-indent: 0in;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;&amp;nbsp; RANDOM trait/SUBJECT=genotype TYPE=un;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-indent: 0in;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;&amp;nbsp; REPEATED trait/SUBJECT=plant(genotype) TYPE=un;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-indent: 0in;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;&amp;nbsp; RUN;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="text-indent: 0in;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;The covariances came out to be ~191 but still had an infinite likelihood problem(see below) I'm not sure how to proceed. That is, I need to figure out why I have an infinite likelihood when I use the NOBOUNDS option and get the "right" covariance estimate of 249. I need reasonable estimates for between trait among genotype covariance components that don't come with a "you can't trust these answers"-type warning&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE cellpadding="5" cellspacing="0" class="table" frame="box" rules="all" summary="Procedure Mixed: Convergence Status"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="c data"&gt;WARNING: Stopped because of infinite likelihood.&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;A name="IDX149"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P align="center"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;TABLE cellpadding="5" cellspacing="0" class="table" frame="box" rules="all" summary="Procedure Mixed: Covariance Parameter Values At Last Iteration"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH class="l rowheader" scope="row"&gt;UN(1,1)&lt;/TH&gt;&lt;TH class="l data"&gt;genotype&lt;/TH&gt;&lt;TD class="r data"&gt;0.2871&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TH class="l rowheader" scope="row"&gt;UN(2,1)&lt;/TH&gt;&lt;TH class="l data"&gt;&lt;SPAN style="text-align: center;"&gt;genotype&lt;/SPAN&gt;&lt;/TH&gt;&lt;TD class="r data"&gt;191.61&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TH class="l rowheader" scope="row"&gt;UN(2,2)&lt;/TH&gt;&lt;TH class="l data"&gt;&lt;SPAN style="text-align: center;"&gt;genotype&lt;/SPAN&gt;&lt;/TH&gt;&lt;TD class="r data"&gt;154388&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TH class="l rowheader" scope="row"&gt;UN(1,1)&lt;/TH&gt;&lt;TH class="l data"&gt;plant(&lt;SPAN style="text-align: center;"&gt;genotype&lt;/SPAN&gt;)&lt;/TH&gt;&lt;TD class="r data"&gt;0.1935&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TH class="l rowheader" scope="row"&gt;UN(2,1)&lt;/TH&gt;&lt;TH class="l data"&gt;plant(&lt;SPAN style="text-align: center;"&gt;genotype&lt;/SPAN&gt;)&lt;/TH&gt;&lt;TD class="r data"&gt;140.16&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TH class="l rowheader" scope="row"&gt;UN(2,2)&lt;/TH&gt;&lt;TH class="l data"&gt;plant(&lt;SPAN style="text-align: center;"&gt;genotype&lt;/SPAN&gt;)&lt;/TH&gt;&lt;TD class="r data"&gt;167192&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="text-indent: 0in;"&gt;&lt;/P&gt;&lt;P style="text-indent: 0in;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;Thanks again for your help &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="text-indent: 0in;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;Tarek&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-indent: 0in;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-indent: 0in;"&gt;****************************************&lt;/P&gt;&lt;P style="text-indent: 0in;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;Tarek Elnaccash&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-indent: 0in;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;Post Doctoral Associate&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-indent: 0in;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;Stephen Tonsor Laboratory&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-indent: 0in;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;University of Pittsburgh&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;&lt;A class="jive-link-email-small" href="mailto:Tarek.Elnaccash@gmail.com"&gt;Tarek.Elnaccash@gmail.com&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Dec 2012 17:22:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/SAS-PROC-MIXED-infinite-likelihood-program-error-when/m-p/92571#M4541</guid>
      <dc:creator>Tarek_Elnaccash</dc:creator>
      <dc:date>2012-12-12T17:22:01Z</dc:date>
    </item>
    <item>
      <title>Re: SAS PROC MIXED -infinite likelihood program error when calculating genetic covariance components</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/SAS-PROC-MIXED-infinite-likelihood-program-error-when/m-p/92572#M4542</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try rescaling your original data so that the variables you are trying to estimate have the same order of magnitude to see if the infinite likelihood problem resolves.&amp;nbsp; If this problem does resolve, then re-rescale your resulting variance and covariance estimates using the standard formulas (see, for example, the entry for "Variance" on Wikipedia):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Var(aX) = a*a*Var(X),&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Cov(aX,bY) = a*b*Cov(X,Y).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, if Y is about 1,000 times the magnitude of X, rescale Y by dividing it by 1,000.&amp;nbsp; Estimate the variance-covariance matrix for X and the rescaled Y using SAS's PROC MIXED or PROC GLIMMIX.&amp;nbsp; Then the variance of the original Y would equal 1,000*1,000*Var(Rescaled-Y) = 1,000,000*Var(Rescaled-Y).&amp;nbsp; The covariance between X and the original Y would equal&lt;/P&gt;&lt;P&gt;1*1,000*Cov(X, Rescaled-Y). = 1,000*Cov(X, Rescaled-Y).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Although tedious to perform for 13 traits (169 terms in the variance-covariance matrix), this may help you to solve your problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Dec 2012 19:10:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/SAS-PROC-MIXED-infinite-likelihood-program-error-when/m-p/92572#M4542</guid>
      <dc:creator>1zmm</dc:creator>
      <dc:date>2012-12-12T19:10:14Z</dc:date>
    </item>
    <item>
      <title>Re: SAS PROC MIXED -infinite likelihood program error when calculating genetic covariance components</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/SAS-PROC-MIXED-infinite-likelihood-program-error-when/m-p/92573#M4543</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have to echo 1zmm regarding rescaling.&amp;nbsp; You can always back calculate once the model converges.&amp;nbsp; At this point, I am absolutely convinced it is the only way to avoid the infinite likelihood trap.&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>Thu, 13 Dec 2012 12:34:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/SAS-PROC-MIXED-infinite-likelihood-program-error-when/m-p/92573#M4543</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2012-12-13T12:34:23Z</dc:date>
    </item>
  </channel>
</rss>

