<?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 Is SAS telling something about V matrix in PROC MIXED? in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Is-SAS-telling-something-about-V-matrix-in-PROC-MIXED/m-p/291656#M15517</link>
    <description>&lt;P&gt;Hi SAS Community,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've got a non-positive definite G matrix. It is said that the estimates of fixed effects are still valid&amp;nbsp; if the marginal covariance&amp;nbsp;matrix V is positive definite. Unfortunately, I can't find anywhere if SAS system will tell me about it or will stop (it is telling only about G and R matrices and about infinite likelihood but not about the general matrix V). I though about saving&amp;nbsp; the matrix with "ods output" and check somehow if it is positive definite but this is a block diagonal matrix and I have to write&amp;nbsp;that I want&amp;nbsp;760&amp;nbsp;blocks (I have 760 subjects), since SAS shows only the blocks I am specifying. Is somebody familiar with that? Do I have to really prove V matrix or can I trust the results?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Darja&lt;/P&gt;</description>
    <pubDate>Mon, 15 Aug 2016 08:38:15 GMT</pubDate>
    <dc:creator>Scarlett89</dc:creator>
    <dc:date>2016-08-15T08:38:15Z</dc:date>
    <item>
      <title>Is SAS telling something about V matrix in PROC MIXED?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Is-SAS-telling-something-about-V-matrix-in-PROC-MIXED/m-p/291656#M15517</link>
      <description>&lt;P&gt;Hi SAS Community,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've got a non-positive definite G matrix. It is said that the estimates of fixed effects are still valid&amp;nbsp; if the marginal covariance&amp;nbsp;matrix V is positive definite. Unfortunately, I can't find anywhere if SAS system will tell me about it or will stop (it is telling only about G and R matrices and about infinite likelihood but not about the general matrix V). I though about saving&amp;nbsp; the matrix with "ods output" and check somehow if it is positive definite but this is a block diagonal matrix and I have to write&amp;nbsp;that I want&amp;nbsp;760&amp;nbsp;blocks (I have 760 subjects), since SAS shows only the blocks I am specifying. Is somebody familiar with that? Do I have to really prove V matrix or can I trust the results?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Darja&lt;/P&gt;</description>
      <pubDate>Mon, 15 Aug 2016 08:38:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Is-SAS-telling-something-about-V-matrix-in-PROC-MIXED/m-p/291656#M15517</guid>
      <dc:creator>Scarlett89</dc:creator>
      <dc:date>2016-08-15T08:38:15Z</dc:date>
    </item>
    <item>
      <title>Re: Is SAS telling something about V matrix in PROC MIXED?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Is-SAS-telling-something-about-V-matrix-in-PROC-MIXED/m-p/291708#M15526</link>
      <description>&lt;P&gt;Can you share your output? &amp;nbsp;I suspect that you may have more random effects than are needed, and if this is the case, then the NPD of the G matrix should not be a problem--it's not like problems with the Hessian.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Steve Denham&lt;/P&gt;</description>
      <pubDate>Mon, 15 Aug 2016 15:34:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Is-SAS-telling-something-about-V-matrix-in-PROC-MIXED/m-p/291708#M15526</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2016-08-15T15:34:54Z</dc:date>
    </item>
    <item>
      <title>Re: Is SAS telling something about V matrix in PROC MIXED?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Is-SAS-telling-something-about-V-matrix-in-PROC-MIXED/m-p/291714#M15528</link>
      <description>&lt;P&gt;Thank you very much for your answer. As random effects I have an intercept and two slopes, I can't remove any of them because it is what I have assumed in my analysis- that every subject is allowed to have random intercept and random slope. I suppose the problem is that I have somehow not enough observations after stratifying by group (one group is bigger than second and for bigger group D matrix is PD). Which part of the output or code would be helpful?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Aug 2016 15:51:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Is-SAS-telling-something-about-V-matrix-in-PROC-MIXED/m-p/291714#M15528</guid>
      <dc:creator>Scarlett89</dc:creator>
      <dc:date>2016-08-15T15:51:26Z</dc:date>
    </item>
    <item>
      <title>Re: Is SAS telling something about V matrix in PROC MIXED?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Is-SAS-telling-something-about-V-matrix-in-PROC-MIXED/m-p/291727#M15529</link>
      <description>&lt;P&gt;Your PROC MIXED code, and any of the output up to and including the parameter estimates (both fixed and random), including the iteration history.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I think you have identified the source of the problem with an intercept and&amp;nbsp;&lt;EM&gt;&lt;U&gt;two&lt;/U&gt;&lt;/EM&gt; slopes. &amp;nbsp;I would expect to need only one, but seeing your code may make this easier to understand.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Steve Denham&lt;/P&gt;</description>
      <pubDate>Mon, 15 Aug 2016 16:51:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Is-SAS-telling-something-about-V-matrix-in-PROC-MIXED/m-p/291727#M15529</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2016-08-15T16:51:04Z</dc:date>
    </item>
    <item>
      <title>Re: Is SAS telling something about V matrix in PROC MIXED?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Is-SAS-telling-something-about-V-matrix-in-PROC-MIXED/m-p/291750#M15531</link>
      <description>&lt;P&gt;As indicated by Steve, you usually only have to be concerned when you get a message about the Hessian being non-positive definite.&lt;/P&gt;</description>
      <pubDate>Mon, 15 Aug 2016 19:06:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Is-SAS-telling-something-about-V-matrix-in-PROC-MIXED/m-p/291750#M15531</guid>
      <dc:creator>lvm</dc:creator>
      <dc:date>2016-08-15T19:06:45Z</dc:date>
    </item>
    <item>
      <title>Re: Is SAS telling something about V matrix in PROC MIXED?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Is-SAS-telling-something-about-V-matrix-in-PROC-MIXED/m-p/291827#M15537</link>
      <description>&lt;P&gt;Here is my SAS Code:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc mixed data=stat method=reml nobound;&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;BR /&gt;class id bmi_mother sex country isced troubled;&lt;BR /&gt;model bmi_z_score=slope_before slope_after bmi_mother sex country isced troubled/s cl ddfm=kr;&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;BR /&gt;random int slope_before slope_after/ type=un subject=id_no;&lt;BR /&gt;format sex sex_new. isced isc. country count. troubled tr. bmi_mother catA.;&lt;BR /&gt;by categ;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a piecewise mixed model, so I am assuming two random slopes-slope before the event and slope after. I saved some output in Word for one group where G matrix was NPD and attached it here. I deleted the reference categories too, I hope it is ok, was not sure what I am allowed to post. The output with random slopes and intercepts is too big because I have 760 subjects, so in the document is G matrix, intercept and R, iteration history, as well as fixed effects estimates. Without stratifying, the G matrix is ok. I think the problem is that it is just not enough variability in the data or something bacause for this group I have less observations per subject. The results look good compared to the other models but I am still not sure about conclusions.&lt;/P&gt;</description>
      <pubDate>Tue, 16 Aug 2016 07:36:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Is-SAS-telling-something-about-V-matrix-in-PROC-MIXED/m-p/291827#M15537</guid>
      <dc:creator>Scarlett89</dc:creator>
      <dc:date>2016-08-16T07:36:54Z</dc:date>
    </item>
    <item>
      <title>Re: Is SAS telling something about V matrix in PROC MIXED?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Is-SAS-telling-something-about-V-matrix-in-PROC-MIXED/m-p/291860#M15538</link>
      <description>&lt;P&gt;I'm stumped as to how the G matrix is NPD, as there are estimates for every element of the covariance matrix. &amp;nbsp;I am going to suggest re-running this in PROC GLIMMIX, so that the standard errors of the covariance elements might be presented.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc glimmix data=stat  nobound;                                        
class id bmi_mother sex country isced troubled;
model bmi_z_score=slope_before slope_after bmi_mother sex country isced troubled/s cl ddfm=kr2;             
random int slope_before slope_after/ type=un subject=id_no;
format sex sex_new. isced isc. country count. troubled tr. bmi_mother catA.;
by categ;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;If this throws the same type error, try type=chol for the covariance structure, to use a Cholesky parameterization. &amp;nbsp;This occasionally helps solve NPD problems, and if it doesn't, the values obtained should help&amp;nbsp;point out the source of the near singularity.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Steve Denham&lt;/P&gt;</description>
      <pubDate>Tue, 16 Aug 2016 12:03:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Is-SAS-telling-something-about-V-matrix-in-PROC-MIXED/m-p/291860#M15538</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2016-08-16T12:03:51Z</dc:date>
    </item>
    <item>
      <title>Re: Is SAS telling something about V matrix in PROC MIXED?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Is-SAS-telling-something-about-V-matrix-in-PROC-MIXED/m-p/291883#M15539</link>
      <description>&lt;P&gt;I think it has every estimate because I have specified nobound option, otherwise some variances are 0. The matrix in general is NPD &lt;SPAN class="ref_result"&gt;apparent&lt;/SPAN&gt;ly. I have to use proc mixed because it is the procedure of my master thesis but I think I have found that type=chol is the same as type=FA0(q) in proc mixed, so I have now:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc mixed data=stat method=reml nobound COVTEST;&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;BR /&gt;class id bmi_mother sex country isced troubled;&lt;BR /&gt;model bmi_z_score=slope_before slope_after bmi_mother sex country isced troubled/s cl ddfm=kr;&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;BR /&gt;random int slope_before slope_after/ type=FA0(3) subject=id_no;&lt;BR /&gt;format sex sex_new. isced isc. country count. troubled tr. bmi_mother catA.;&lt;BR /&gt;by categ;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Both groups have no warning about NPD G matrix anymore and the estimates are changed just a little bit. Does it mean that I still have estimated the unstructured matrix just with this factor-analysis (as far as I understood from the Internet) and everything is good? I am not familiar with this method unfortunately.. It took more iterations too. Could you please look on my results? I made SE as well, it is possible with COVTEST.&lt;/P&gt;</description>
      <pubDate>Tue, 16 Aug 2016 13:13:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Is-SAS-telling-something-about-V-matrix-in-PROC-MIXED/m-p/291883#M15539</guid>
      <dc:creator>Scarlett89</dc:creator>
      <dc:date>2016-08-16T13:13:59Z</dc:date>
    </item>
    <item>
      <title>Re: Is SAS telling something about V matrix in PROC MIXED?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Is-SAS-telling-something-about-V-matrix-in-PROC-MIXED/m-p/291886#M15540</link>
      <description>&lt;P&gt;Your factor analytic structure, FA0(3), is still giving you an unstructured covaraince matrix. It is just contstraining it to be at least positive semi-definite. A valid covariance matrix must be positive semi-definite or posistive definite. It is always a very good practice to use FA0(#) or CHOL when one wants an unstructured G. BY the way, add the G and GCORR options to the RANDOM statement to get a direct display of G (in addition to the FA parameters that determine G).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Aug 2016 13:21:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Is-SAS-telling-something-about-V-matrix-in-PROC-MIXED/m-p/291886#M15540</guid>
      <dc:creator>lvm</dc:creator>
      <dc:date>2016-08-16T13:21:29Z</dc:date>
    </item>
    <item>
      <title>Re: Is SAS telling something about V matrix in PROC MIXED?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Is-SAS-telling-something-about-V-matrix-in-PROC-MIXED/m-p/291891#M15541</link>
      <description>&lt;P&gt;Thank you so much for the explanation and your help!&lt;/P&gt;</description>
      <pubDate>Tue, 16 Aug 2016 13:31:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Is-SAS-telling-something-about-V-matrix-in-PROC-MIXED/m-p/291891#M15541</guid>
      <dc:creator>Scarlett89</dc:creator>
      <dc:date>2016-08-16T13:31:13Z</dc:date>
    </item>
    <item>
      <title>Re: Is SAS telling something about V matrix in PROC MIXED?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Is-SAS-telling-something-about-V-matrix-in-PROC-MIXED/m-p/291893#M15542</link>
      <description>&lt;P&gt;Please mark&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13758"&gt;@lvm﻿&lt;/a&gt;'s reply as a correct answer.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Steve Denham&lt;/P&gt;</description>
      <pubDate>Tue, 16 Aug 2016 13:33:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Is-SAS-telling-something-about-V-matrix-in-PROC-MIXED/m-p/291893#M15542</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2016-08-16T13:33:22Z</dc:date>
    </item>
    <item>
      <title>Re: Is SAS telling something about V matrix in PROC MIXED?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Is-SAS-telling-something-about-V-matrix-in-PROC-MIXED/m-p/291897#M15543</link>
      <description>&lt;P&gt;I did but thank you so much too, you helped me with the solution!&lt;/P&gt;</description>
      <pubDate>Tue, 16 Aug 2016 13:38:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Is-SAS-telling-something-about-V-matrix-in-PROC-MIXED/m-p/291897#M15543</guid>
      <dc:creator>Scarlett89</dc:creator>
      <dc:date>2016-08-16T13:38:56Z</dc:date>
    </item>
    <item>
      <title>Re: Is SAS telling something about V matrix in PROC MIXED?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Is-SAS-telling-something-about-V-matrix-in-PROC-MIXED/m-p/291898#M15544</link>
      <description>&lt;P&gt;This looks really good--I would go with this analysis, remembering that the variance estimates are the factor analytic estimates, and not the values in the G matrix. &amp;nbsp;Follow&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13758"&gt;@lvm﻿&lt;/a&gt;'s advice and add G and GCORR to the RANDOM statement. &amp;nbsp;And pay no attention to the Z test probability values you get from the COVTEST option--you are right in using it to get standard errors.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Steve Denham&lt;/P&gt;</description>
      <pubDate>Tue, 16 Aug 2016 13:39:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Is-SAS-telling-something-about-V-matrix-in-PROC-MIXED/m-p/291898#M15544</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2016-08-16T13:39:16Z</dc:date>
    </item>
    <item>
      <title>Re: Is SAS telling something about V matrix in PROC MIXED?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Is-SAS-telling-something-about-V-matrix-in-PROC-MIXED/m-p/291901#M15545</link>
      <description>&lt;P&gt;The very last question for understanding. So, basically, SAS do not say anything about V matrix in general and I have to search for different solutions in these situations? It just seems strange that SAS check the positive definiteness of G and R matrices but not the V matrix.&lt;/P&gt;</description>
      <pubDate>Tue, 16 Aug 2016 13:48:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Is-SAS-telling-something-about-V-matrix-in-PROC-MIXED/m-p/291901#M15545</guid>
      <dc:creator>Scarlett89</dc:creator>
      <dc:date>2016-08-16T13:48:14Z</dc:date>
    </item>
    <item>
      <title>Re: Is SAS telling something about V matrix in PROC MIXED?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Is-SAS-telling-something-about-V-matrix-in-PROC-MIXED/m-p/293674#M15618</link>
      <description>&lt;P&gt;A quick look back at theory says&amp;nbsp;&lt;STRONG&gt;V&amp;nbsp;&lt;/STRONG&gt;=&amp;nbsp;&lt;STRONG&gt;ZGZ'&amp;nbsp;&lt;/STRONG&gt;+&amp;nbsp;&lt;STRONG&gt;R&lt;/STRONG&gt;. &amp;nbsp;Thus, we know everything we need to know about&amp;nbsp;&lt;STRONG&gt;V&lt;/STRONG&gt; once we know&amp;nbsp;&lt;STRONG&gt;G&amp;nbsp;&lt;/STRONG&gt;and&amp;nbsp;&lt;STRONG&gt;R&lt;/STRONG&gt;, as&amp;nbsp;&lt;STRONG&gt;Z&lt;/STRONG&gt; is a design matrix. &amp;nbsp;If either&amp;nbsp;&lt;STRONG&gt;G&amp;nbsp;&lt;/STRONG&gt;or&amp;nbsp;&lt;STRONG&gt;R&lt;/STRONG&gt; has problems, then we know&amp;nbsp;&lt;STRONG&gt;V&lt;/STRONG&gt; will have the same problem, unless there is the very rare case where the matixes exactly offset. &amp;nbsp;It is why you should always get a look at both of these, using the G or R options.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Steve Denham&lt;/P&gt;</description>
      <pubDate>Wed, 24 Aug 2016 11:12:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Is-SAS-telling-something-about-V-matrix-in-PROC-MIXED/m-p/293674#M15618</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2016-08-24T11:12:49Z</dc:date>
    </item>
    <item>
      <title>Re: Is SAS telling something about V matrix in PROC MIXED?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Is-SAS-telling-something-about-V-matrix-in-PROC-MIXED/m-p/293676#M15620</link>
      <description>&lt;P&gt;To expand on&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/15363"&gt;@SteveDenham﻿&lt;/a&gt;'s remark,&amp;nbsp;from a matrix perspective the mixed-modeling procedures in SAS are&amp;nbsp;written to solve the general model&amp;nbsp;Y=X*beta +Z*gamma + epsilon where gamma ~ MVN(0,G) and epsilon~MVN(0,R),&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In this formulation, the input matrices are&amp;nbsp;X, Z, G, and R. These correspond to the various statements in the mixed-modeling procedures. In the simplest examples, the&amp;nbsp;MODELS stmt defines X, the RANDOM stmt defines Z, the options to the RANDOM stmt define G, and the REPEATED stmt defines R. &amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you ASSUME that this model holds (including that&amp;nbsp;G and R are valid SPD covariance matrices), then it FOLLOWS that the marginal model is&amp;nbsp;Y~MVN(X*beta, V) where V=ZGZ` + R is positive definite. Thus you never need to check whether V is SPD when G and R are valid covariance matrices.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When you use the NOBOUNDS option, you are&amp;nbsp;declaring that you don't&amp;nbsp;want SAS to enforce PD during estimation. I'm sure there are valid statistical reasons why this might be desired, but from a mathematical perspective it really muddies the waters.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Aug 2016 11:24:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Is-SAS-telling-something-about-V-matrix-in-PROC-MIXED/m-p/293676#M15620</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2016-08-24T11:24:42Z</dc:date>
    </item>
  </channel>
</rss>

