Processing math: 100%
  • Notes for STAT 510 ISU
  • Introduction
  • 1 Preliminaries
  • 2 Review of Linear Models
  • 3 The F test for Comparing Reduced vs. Full Models
  • 4 Analysis of Two-Factor Experiments Based on Cell Means Models
  • 5 Analysis of Two-Factor Experiments Based on Additive Models
  • 6 Analysis of Variance (ANOVA)
  • 7 ANOVA for Balanced Two-Factor Experiments
  • 8 ANOVA for Unbalanced Two-Factor Experiments
  • 9 Orthogonal Linear Combinations, Contrasts and Additional Partitioning of ANOVA Sums of Squares
  • 10 The Aitken Model
  • 11 Linear Mixed-Effects Models
  • 12 The ANOVA Approach to the Analysis of Linear Mixed-Effects Models
  • 13 The Cochran-Satterthwaite Approximation for Linear Combination of Mean Squares
  • 14 Linear Mixed-Effects Models for Data from Split-Plot Experiments
  • 15 ANOVA for Balanced Split-Plot Experiments
    • Inference for Whole-Plot
    • Inference for Split-Plot
    • Inference for Interactions
  • 16 SAS Analysis of Split-Plot Experiments
  • 17 R Analysis of Split-Plot Experiments
  • 18 More Example Split-Plot Experiments
  • 19 Maximum Likelihood Estimation for the General Linear Model
  • 20 REML Estimation of Variance Components
  • 21 BLUP of Random Effects in Normal Linear Mixed Effects Model
  • 22 Additional Topics Related to Likelihood
  • 23 Repeated Measures
  • 24 R Code for the Repeated Measures
  • 25 SAS Code for the Repeated Measures
  • 26 A Generalized Linear Model for Bernoulli Response Data
  • 27 A Generalized Linear Model for Binomial Response Data
  • 28 A Generalized Linear Model for Poison Response Data
  • 29 Generalized Linear Mixef-Effects Model
  • Go to my webpage

510 Notes

Chapter 22 Additional Topics Related to Likelihood

  • Akaike’s Information Criteria: AIC=−2ℓ(ˆθ)+2k.

  • Schwarz’s Bayesian Information Criterion: BIC=−2ℓ(ˆθ)+klnn

    If REML likelihoods are used, compared models must have the same model for the response mean. Different models for the mean would yield different error contrasts and different datasets for computation of maximized REML likelihoods.

  • Asymptotic normality of ˆθ: for sufficiently large n, ˆθ⋅∼N(θ,I−1(θ)) where I(θ)=[−E{∂2ℓ(θ)∂θi∂θj}] is called Fisher Information matrix.

    • This implies (ˆθ−θ)′[^Var(ˆθ)]−1(ˆθ−θ)⋅∼(ˆθ−θ)d→z′z∼χ2k.
  • Wald Tests: Suppose for large n that ˆθ⋅∼N(θ,^Var(ˆθ)), then a confidence interval for c′θ that has confidence level approximately equal to 1−α is c′ˆθ±z1−α/2√c′^Var(ˆθ)c. Likewise, if C is a q×k matrix of rank q, a test of H0:Cθ=d can be based on the test statistic (Cˆθ−d)′[C^Var(ˆθ)C′]−1(Cˆθ−d)∼χ2q

  • Multivarite Delta Method: Suppose a g is a function from Rk to Rm, i.e. g=[g1(θ),…,gm(θ)]′. Let D≡∂g∂θ be the derivative matrix. By Taylor’s theorem, g(ˆθ)≈g(θ)+D′(ˆθ−θ) which implies E(g(ˆθ))≈g(θ)+D′E(ˆθ−θ)=g(θ) and Var(g(ˆθ))≈Var[g(θ)+D′(ˆθ−θ)]=D′Var(ˆθ)D. Therefore, g(ˆθ)⋅∼N(g(θ),D′Var(ˆθ)D).

  • Likelihood Ratio: Define Λ as Reduced Model Maximial likelihoodFull Model Maximized Likelihood. −2ln(Λ) is known as the likelihood ratio test statisti and −2ln(Λ)∼χ2kf−kr under the null hypothesis.

  • Profile Likelihood Confidence: {θ1:ℓ(θ1,ˆθ2(θ1))≥ℓ(ˆθ)−12χ2k1,1−α}.