lnccbrown / HSSM

Development of HSSM package
Other
71 stars 10 forks source link

check if columns used in regression models actually exist #348

Open AlexanderFengler opened 5 months ago

AlexanderFengler commented 5 months ago

When you write a regression e.g.:

a ~ 1 + 1|subj_id, but the column subj_id doesn't exist, should throw an informative error by checking before passing this to bambi backend.