Skip to content

predint 1.1.0

Choose a tag to compare

@MaxMenssen MaxMenssen released this 03 May 09:01
· 266 commits to main since this release

This is a minor release including three new functions

  • lmer_pi_unstruc()
  • lmer_pi_futvec()
  • lmer_pi_futmat()

lmer_pi() is now deprecated, but three new functions are introduced for the
computation of PI based on random effects models fit by lme4::lmer(). The new
functions are lmer_pi_unstruc(), lmer_pi_futvec() and lmer_pi_futmat().

lmer_pi_unstruc() is basically the same as the old lmer_pi() that do not take the structure of the future data into account

lmer_pi_futvec() and lmer_pi_futmat() are two new functions that incorporate the structure of future data into the calculation of PI.