<?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: satterthwaitie adjustment for linear combination of variance components, possibly correlated in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/satterthwaitie-adjustment-for-linear-combination-of-variance/m-p/820123#M40564</link>
    <description>thanks Tianlin, of course that's possible, but how do you get the Satterthwaite adjusted degrees of freedom is the other question.</description>
    <pubDate>Thu, 23 Jun 2022 18:20:19 GMT</pubDate>
    <dc:creator>CMC-Stan</dc:creator>
    <dc:date>2022-06-23T18:20:19Z</dc:date>
    <item>
      <title>satterthwaitie adjustment for linear combination of variance components, possibly correlated</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/satterthwaitie-adjustment-for-linear-combination-of-variance/m-p/819205#M40504</link>
      <description>&lt;P&gt;I'm looking for a way to calculate adjusted degrees of freedom for a linear combination of variance components, with possible correlations. I know that there can be some distributional issues with this, so at best it's an approximate solution.&amp;nbsp; The estimate statement does not work for this in MIXED.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jun 2022 21:14:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/satterthwaitie-adjustment-for-linear-combination-of-variance/m-p/819205#M40504</guid>
      <dc:creator>CMC-Stan</dc:creator>
      <dc:date>2022-06-20T21:14:46Z</dc:date>
    </item>
    <item>
      <title>Re: satterthwaitie adjustment for linear combination of variance components, possibly correlated</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/satterthwaitie-adjustment-for-linear-combination-of-variance/m-p/819272#M40510</link>
      <description>&lt;P&gt;Please post the code that you are using (even though it does not work) so we can see the model you are fitting and the estimates you are trying to make. If you have sample data, that's even better.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jun 2022 09:53:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/satterthwaitie-adjustment-for-linear-combination-of-variance/m-p/819272#M40510</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2022-06-21T09:53:25Z</dc:date>
    </item>
    <item>
      <title>Re: satterthwaitie adjustment for linear combination of variance components, possibly correlated</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/satterthwaitie-adjustment-for-linear-combination-of-variance/m-p/819386#M40515</link>
      <description>Rick I did discuss this with Jill Tao and she mentioned that the calculation i want to make is not available with the ESTIMATE statement. So I was wondering if someone had looked at this. I can send you the code, but it doesn't show the linear combination of fixed and variance components that I want to carry out. If you send me your email, I can send you the expression on a powerpoint slide. I can't copy the equations here. My email is saltan@its,jnj.com.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 21 Jun 2022 16:53:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/satterthwaitie-adjustment-for-linear-combination-of-variance/m-p/819386#M40515</guid>
      <dc:creator>CMC-Stan</dc:creator>
      <dc:date>2022-06-21T16:53:49Z</dc:date>
    </item>
    <item>
      <title>Re: satterthwaitie adjustment for linear combination of variance components, possibly correlated</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/satterthwaitie-adjustment-for-linear-combination-of-variance/m-p/819394#M40516</link>
      <description>&lt;P&gt;Sorry, I don't give personal advice. Post the code here if you want someone to help.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Jill is top notch, so if she says that the ESTIMATE statement doesn't cover your use case, you can believe her. Sometimes, this situation is because you are trying to estimate a &lt;STRONG&gt;nonlinear&lt;/STRONG&gt; function of the parameter. If you know the expression that you are trying to estimate, you might try PROC NLMIXED. For an example, see&amp;nbsp;&lt;A href="https://blogs.sas.com/content/iml/2018/10/17/parameter-estimates-for-different-parameterizations.html" target="_blank"&gt;https://blogs.sas.com/content/iml/2018/10/17/parameter-estimates-for-different-parameterizations.html&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jun 2022 17:08:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/satterthwaitie-adjustment-for-linear-combination-of-variance/m-p/819394#M40516</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2022-06-21T17:08:45Z</dc:date>
    </item>
    <item>
      <title>Re: satterthwaitie adjustment for linear combination of variance components, possibly correlated</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/satterthwaitie-adjustment-for-linear-combination-of-variance/m-p/819414#M40519</link>
      <description>&lt;P&gt;The problem is that I'm trying to describe an inference space that is not covered by SAS. SAS has broad, intermediate and narrow. But the space I am trying to describe does not fit into this trichotomization. So for example, if I have mixed model, and to make it simple, say just a single variance component, say v_b, and then residual error, v_r. I have say a linear combination of the fixed effects, say L'B0, then I want an interval estimate based on Var(L'B0_hat) + v_b_hat. It's not a confidence interval, it's a population interval of the population of units belonging to random factor b. I don't know how to describe this in words very clearly I know, but I cannot copy notation to this page.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jun 2022 18:20:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/satterthwaitie-adjustment-for-linear-combination-of-variance/m-p/819414#M40519</guid>
      <dc:creator>CMC-Stan</dc:creator>
      <dc:date>2022-06-21T18:20:22Z</dc:date>
    </item>
    <item>
      <title>Re: satterthwaitie adjustment for linear combination of variance components, possibly correlated</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/satterthwaitie-adjustment-for-linear-combination-of-variance/m-p/819482#M40521</link>
      <description>&lt;P&gt;I think your chances of obtaining an answer will be improved if you post some sample data, show the model you are considering, and then ask the question in terms of the variables in the problem.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&amp;gt;&amp;nbsp;I'm trying to describe an inference space that is not covered by SAS.&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;That remains to be seen. The first step is to define the estimator. Even if there is not a built-in procedure that can estimate the interval, SAS supports programming languages such as SAS/IML that can implement any well-formulated algorithm.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&amp;gt;&amp;nbsp;I don't know how to describe this in words very clearly&amp;nbsp;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;If it is easier, perhaps you could link to a journal article or textbook in which your problem is described.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jun 2022 23:35:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/satterthwaitie-adjustment-for-linear-combination-of-variance/m-p/819482#M40521</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2022-06-21T23:35:23Z</dc:date>
    </item>
    <item>
      <title>Re: satterthwaitie adjustment for linear combination of variance components, possibly correlated</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/satterthwaitie-adjustment-for-linear-combination-of-variance/m-p/819833#M40542</link>
      <description>&lt;P&gt;Here's some sample data and proc mixed code that describes the model and a provisional ESTIMATE statement.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=""&gt;/* read in raw data for 9 batches */ 

data a0 ; 
input Month B01 B02 B05 B06 B08 B09 B10 B12 B20 ; 
datalines ; 
0  103.7 103.7 103.7 100.8 101.2 100.1  99.9 102.7 101.5
3   99.4 103.1 100.9 100.8  98.1 101.3 101.6 101.7 104.7
6  102.4 102.4 102.4  93.4  99.9 100.1 	95.1  99.4 100.8
9  101.0  98.9  99.7 101.2  98.2  98.4  99.5  98.7  99.9
12 100.0 101.2  99.3  96.5  92.7  92.3  98.1  98.7  97.8
18  99.2  91.7  98.7  94.3  95.7  96.1  95.9 100.1  95.1
24  95.5  96.2  94.3  93.4  94.4  92.8  96.1  94.8  95.9
; 
run; 

proc print data=a0 ; 
title1 "Raw Data 9 Batches Page 8/22" ;
run ; 

/* Create vector of responses by batch */ 

data a1 ; set a0 ; 
array batx (9) B01 B02 B05 B06 B08 B09 B10 B12 B20 ;
array baty (9) $3 ('B01' 'B02' 'B05' 'B06' 'B08' 'B09' 'B10' 'B12' 'B20') ; 
do i = 1 to 9 ; 
y = batx(i) ; 
batch =baty(i) ; 
output; 
end ; 
keep batch month y; 
run ;   

proc print data=a1 ; 
title1 "Data for analysis" ;
run; 

proc mixed data=a1 nobound covtest ranks mmeq mmeqsol ;
   class  batch ;
   model y = month / solution covb outpm = out1 alphap=0.10 solution  ddfm=kr ; 
   random intercept / subject=batch;
   estimate "A2 - Process Model 12 months Including batch component"
            intercept 1 month 12 | Intercept 1
            / cl alpha=0.10 e  ;
  ods output mmeqsol=invmmeq coef=e;
  title1 "Mixed regression model with random batch intercept only";
  title2 "Batch mean and Product calculations for 0.50 OOS, 95% Coverage" ;
run;

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the point estimate is correct in the estimate card. But what I want is&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; sqrt[Var(InterceptF + 12*Month) + Var(InterceptR)]&amp;nbsp;&lt;/P&gt;&lt;P&gt;where Var=Variance,&amp;nbsp; InterceptF is the fixed intercept estimate, Month is the fixed time covariate and InterceptR is the estimate of the random component on intercept due to Batch.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is not really a standard error as such, it's the standard deviation of the population of batches at time 12 months. The challenge here is to get the Satterthwaite adjusted degrees of freedom for this sum of variances. Actually this is the simple case. If we add the random component due to batch on the time covariate, Month, and assume an unstructured covariance matrix, then we have the sum of 3 variances where 2 are correlated. In addition, note that Var(InterceptF + 12*Month) is not a chi-square.&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jun 2022 21:25:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/satterthwaitie-adjustment-for-linear-combination-of-variance/m-p/819833#M40542</guid>
      <dc:creator>CMC-Stan</dc:creator>
      <dc:date>2022-06-22T21:25:09Z</dc:date>
    </item>
    <item>
      <title>Re: satterthwaitie adjustment for linear combination of variance components, possibly correlated</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/satterthwaitie-adjustment-for-linear-combination-of-variance/m-p/819940#M40546</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/60873"&gt;@jiltao&lt;/a&gt;&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/15363"&gt;@SteveDenham&lt;/a&gt;&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13758"&gt;@lvm&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jun 2022 10:47:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/satterthwaitie-adjustment-for-linear-combination-of-variance/m-p/819940#M40546</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2022-06-23T10:47:41Z</dc:date>
    </item>
    <item>
      <title>Re: satterthwaitie adjustment for linear combination of variance components, possibly correlated</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/satterthwaitie-adjustment-for-linear-combination-of-variance/m-p/820046#M40549</link>
      <description>&lt;P&gt;Not real sure how this is going to work.&amp;nbsp; It appears to me that you could get Var(interceptR) by adding solution as an option for the random statement.&amp;nbsp; From the BLUP, you could then calculate the combined variance.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SteveDenham&lt;/P&gt;
&lt;P&gt;(this is a real shot in the dark, though)&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jun 2022 15:19:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/satterthwaitie-adjustment-for-linear-combination-of-variance/m-p/820046#M40549</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2022-06-23T15:19:50Z</dc:date>
    </item>
    <item>
      <title>Re: satterthwaitie adjustment for linear combination of variance components, possibly correlated</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/satterthwaitie-adjustment-for-linear-combination-of-variance/m-p/820052#M40550</link>
      <description>Yes that could be done and in fact is what i would do. The problem is getting a degrees of freedom for that to put an uncertainty limit on it. This is one of the reasons why a frequentist approach to this kind of problem is not good. You have to deal with these kinds of complications.</description>
      <pubDate>Thu, 23 Jun 2022 15:43:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/satterthwaitie-adjustment-for-linear-combination-of-variance/m-p/820052#M40550</guid>
      <dc:creator>CMC-Stan</dc:creator>
      <dc:date>2022-06-23T15:43:31Z</dc:date>
    </item>
    <item>
      <title>Re: satterthwaitie adjustment for linear combination of variance components, possibly correlated</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/satterthwaitie-adjustment-for-linear-combination-of-variance/m-p/820058#M40551</link>
      <description>&lt;P&gt;I see you are trying to calculate prediction intervals rather than confidence intervals. These are not straightforward for mixed models in SAS. I usually do this "brute force", but I have not dealt with the complexity of Satterthwaite or Kenward-Roger df adjustments (although I am a huge fan of KR adjustments, in general). These calculations can be quite challenging, but I think there may be some IML programs out there to do this (but maybe not for your problem).&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Your question made me think of the following article that may be of help. I have not studied it -- it is sitting on my desk to study at some point. It deals with prediction intervals for mixed models, and the online supplement has extensive SAS code.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.tandfonline.com/doi/full/10.1080/19466315.2020.1776762" target="_blank"&gt;https://www.tandfonline.com/doi/full/10.1080/19466315.2020.1776762&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jun 2022 16:14:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/satterthwaitie-adjustment-for-linear-combination-of-variance/m-p/820058#M40551</guid>
      <dc:creator>lvm</dc:creator>
      <dc:date>2022-06-23T16:14:10Z</dc:date>
    </item>
    <item>
      <title>Re: satterthwaitie adjustment for linear combination of variance components, possibly correlated</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/satterthwaitie-adjustment-for-linear-combination-of-variance/m-p/820065#M40552</link>
      <description>&lt;P&gt;And I just remembered this article that deals with prediction intervals for mixed models, also with extensive SAS code in the online supplement. I know that address Satterthwaite.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://onlinelibrary.wiley.com/doi/epdf/10.1002/sim.8386" target="_blank"&gt;https://onlinelibrary.wiley.com/doi/epdf/10.1002/sim.8386&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jun 2022 16:28:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/satterthwaitie-adjustment-for-linear-combination-of-variance/m-p/820065#M40552</guid>
      <dc:creator>lvm</dc:creator>
      <dc:date>2022-06-23T16:28:26Z</dc:date>
    </item>
    <item>
      <title>Re: satterthwaitie adjustment for linear combination of variance components, possibly correlated</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/satterthwaitie-adjustment-for-linear-combination-of-variance/m-p/820070#M40553</link>
      <description>&lt;P&gt;This one isn't behind a paywall, and looks like it covers much of the same material as the other Francq paper.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SteveDenham&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jun 2022 16:38:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/satterthwaitie-adjustment-for-linear-combination-of-variance/m-p/820070#M40553</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2022-06-23T16:38:51Z</dc:date>
    </item>
    <item>
      <title>Re: satterthwaitie adjustment for linear combination of variance components, possibly correlated</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/satterthwaitie-adjustment-for-linear-combination-of-variance/m-p/820074#M40554</link>
      <description>Thank you for that reference. I am familiar with the Francq paper, he lays out the algebra in a clear way. Unfortunately he doesn't address the df question.</description>
      <pubDate>Thu, 23 Jun 2022 16:47:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/satterthwaitie-adjustment-for-linear-combination-of-variance/m-p/820074#M40554</guid>
      <dc:creator>CMC-Stan</dc:creator>
      <dc:date>2022-06-23T16:47:43Z</dc:date>
    </item>
    <item>
      <title>Re: satterthwaitie adjustment for linear combination of variance components, possibly correlated</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/satterthwaitie-adjustment-for-linear-combination-of-variance/m-p/820077#M40555</link>
      <description>&lt;P&gt;If you have 3 components, you might try doing 3 stepwise Satterthwaite calculations (A with B, and then the result with C; A with C, and then the result with B; and B with C, and then the result with A), and then averaging those to get approximate df.&amp;nbsp; Sounds a bit brute force, though.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SteveDenham&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jun 2022 16:53:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/satterthwaitie-adjustment-for-linear-combination-of-variance/m-p/820077#M40555</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2022-06-23T16:53:30Z</dc:date>
    </item>
    <item>
      <title>Re: satterthwaitie adjustment for linear combination of variance components, possibly correlated</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/satterthwaitie-adjustment-for-linear-combination-of-variance/m-p/820088#M40557</link>
      <description>For 3 variances, with 2 correlated, that might be a heuristic approach that gets to an approximate df. But right now, we're struggling with finding a way to get it for 2. I think we're all agreed now that SAS doesn't provide such a calculation in MIXED or GLIMMIX. At this point, we have to resort to writing our own code to carry this out. I wonder if it's worth it given that it's straightforward to just use the PRIOR option in MIXED and generate it from the posteriors.</description>
      <pubDate>Thu, 23 Jun 2022 17:13:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/satterthwaitie-adjustment-for-linear-combination-of-variance/m-p/820088#M40557</guid>
      <dc:creator>CMC-Stan</dc:creator>
      <dc:date>2022-06-23T17:13:38Z</dc:date>
    </item>
    <item>
      <title>Re: satterthwaitie adjustment for linear combination of variance components, possibly correlated</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/satterthwaitie-adjustment-for-linear-combination-of-variance/m-p/820101#M40558</link>
      <description>&lt;P&gt;The text indicated df calculated using the Satterthwaite method. But I have only scanned this.&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jun 2022 17:23:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/satterthwaitie-adjustment-for-linear-combination-of-variance/m-p/820101#M40558</guid>
      <dc:creator>lvm</dc:creator>
      <dc:date>2022-06-23T17:23:24Z</dc:date>
    </item>
    <item>
      <title>Re: satterthwaitie adjustment for linear combination of variance components, possibly correlated</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/satterthwaitie-adjustment-for-linear-combination-of-variance/m-p/820102#M40559</link>
      <description>&lt;P&gt;If you have a recent version of SAS/STAT, you could directly use PROC BGLIMM for a full Bayesian analysis.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jun 2022 17:25:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/satterthwaitie-adjustment-for-linear-combination-of-variance/m-p/820102#M40559</guid>
      <dc:creator>lvm</dc:creator>
      <dc:date>2022-06-23T17:25:16Z</dc:date>
    </item>
    <item>
      <title>Re: satterthwaitie adjustment for linear combination of variance components, possibly correlated</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/satterthwaitie-adjustment-for-linear-combination-of-variance/m-p/820109#M40562</link>
      <description>Better to stay with empirical Bayes estimates from MIXED for a problem like this, since the posteriors will give results based on the Jeffreys priors.</description>
      <pubDate>Thu, 23 Jun 2022 17:48:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/satterthwaitie-adjustment-for-linear-combination-of-variance/m-p/820109#M40562</guid>
      <dc:creator>CMC-Stan</dc:creator>
      <dc:date>2022-06-23T17:48:29Z</dc:date>
    </item>
    <item>
      <title>Re: satterthwaitie adjustment for linear combination of variance components, possibly correlated</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/satterthwaitie-adjustment-for-linear-combination-of-variance/m-p/820116#M40563</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Obviously, PROC MIXED does not provide direct answer. But you can get it outside of PROC MIXED.&lt;/P&gt;
&lt;P&gt;Ask PROC MIXED to save/print var(L'B0) and v_b_hat. Once you have these two items, then you can construct your own interval limits.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope trhis helps,&lt;/P&gt;
&lt;P&gt;Tianlin Wanhg&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jun 2022 18:15:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/satterthwaitie-adjustment-for-linear-combination-of-variance/m-p/820116#M40563</guid>
      <dc:creator>tianlin_wang</dc:creator>
      <dc:date>2022-06-23T18:15:23Z</dc:date>
    </item>
  </channel>
</rss>

