R/AllClass.R

setClass("bmerMod",
         representation(priors = "list"), contains = "merMod");
setClass("blmerMod", contains=c("lmerMod", "bmerMod"));
setClass("bglmerMod", contains=c("glmerMod", "bmerMod"));

Try the blme package in your browser

Any scripts or data that you put into this service are public.

blme documentation built on Jan. 6, 2021, 1:08 a.m.