predint 1.1.0
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.