# NOT RUN {
# }
# NOT RUN {
library(jarbes)
data(ppvipv)
# Three levels hierarchical model ....
m1.ges = ges(ppvipv)
summary(m1.ges)
# Three levels hierarchical mode with empirical bias penalization...
m2.ges = ges(ppvipv, EmBi = TRUE)
summary(m2.ges)
# Three levels hierarchical model with explicit bias penalization ...
m3.ges = ges(ppvipv, ExPe = TRUE, K = 0.5, df = 10)
summary(m3.ges)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab