strengejacke / sjPlot

sjPlot - Data Visualization for Statistics in Social Science
https://strengejacke.github.io/sjPlot
608 stars 92 forks source link

"fdr" correction #868

Open kdawg32 opened 1 year ago

kdawg32 commented 1 year ago

I am trying to use "fdr" correction over multiple models, ie. tab_model(m1,m2,m3, p.adjust= "fdr"). Is FDR correction being applied to each model separately, or is it being applied to each IV individually across all models?

strengejacke commented 1 year ago

To each model separately.

kdawg32 commented 1 year ago

Got it. Is there way I can adjust this in the package so I can use FDR on IVs across a group of models instead?

carly-gray-19 commented 23 hours ago

I have the same type of question a few years later -- can I specify the number of comparisons (i.e., the value of n in the p.adjust() function) when using p.adjust in the tab_model function?