GPBoost icon indicating copy to clipboard operation
GPBoost copied to clipboard

tests / p-values for groups of multiple variables in GLMMs

Open qiuyugong-aifi opened this issue 2 years ago • 1 comments

Hi,

Thank you for this great package.

I am just wondering is there a way to get p value of the model like following? Screen Shot 2022-12-12 at 12 15 15 PM Screen Shot 2022-12-12 at 12 15 36 PM

Thank you!

Q

qiuyugong-aifi avatar Dec 12 '22 20:12 qiuyugong-aifi

By running the code as you do it you obtain p-values for individual variables. Anova-style p-values for multiple variables (e.g., all fixed effects dummies of a factorial variable) is currently not possible.

While being simple from a statistical point of view, the question is how to implement this consistently in both the R and the Python package. What is currently not yet entirely clear to me is how do we let the software (automatically) know which variables belong together (given that GPBoost does not use the R-style formula notation). I will think about it and let you know if there is an update.

fabsig avatar Dec 13 '22 06:12 fabsig