Difference between revisions of "StatsWAP2009July17"

From IACL
Jump to navigation Jump to search
Line 10: Line 10:
  
 
<p> Mixed effects models (continuous outcomes) - also known as random effects models  
 
<p> Mixed effects models (continuous outcomes) - also known as random effects models  
 
+
<br> Generalized estimating equations (discontinuous outcomes)
 
<p> General topics
 
<p> General topics
 
<ul>  
 
<ul>  
Line 18: Line 18:
 
<li> Empirical Bayes (EB) for estimation of individual trajectories
 
<li> Empirical Bayes (EB) for estimation of individual trajectories
 
</ul>
 
</ul>
<p> <h2>Links about R</h2>
+
 
 +
<h2>Links about R</h2>
 
<ul>
 
<ul>
 
<li>''Fitting Linear Mixed Models in R'' : http://cran.osmirror.nl/doc/Rnews/Rnews_2005-1.pdf#page=27
 
<li>''Fitting Linear Mixed Models in R'' : http://cran.osmirror.nl/doc/Rnews/Rnews_2005-1.pdf#page=27
 
</ul>
 
</ul>
<p> Generalized estimating equations (discontinuous outcomes)
 

Revision as of 19:31, 17 July 2009

<meta name="title" content="July 17, 2009"/>

Mixed Effects Models in MRI Research

Summer Seminar Series: Statistics without the Agonizing Pain (WAP Series)
Time/Location: Friday, July 17, 2009 – 3 pm – 4 pm Clark Hall 314
Speaker: Yang An, National Institute on Aging - Intramural Research Program

Laboratory of Personality and Cognition - http://www.grc.nia.nih.gov/branches/lpc/lpc.htmv
Cognition section - http://www.grc.nia.nih.gov/branches/lpc/sresnick.htm

Mixed effects models (continuous outcomes) - also known as random effects models
Generalized estimating equations (discontinuous outcomes)

General topics

  • Ordinary regression model - each data point comes from a separate "person" - L2 fit - Fixed effects
  • ME model - each subject has its own slope. Find population slope.
  • REML - restricted maximum likelihood -- preferred for model estimation. Not suitable for model comparison with differing random effects.
  • Empirical Bayes (EB) for estimation of individual trajectories

Links about R