strengejacke / sjPlot

sjPlot - Data Visualization for Statistics in Social Science

Home Page:https://strengejacke.github.io/sjPlot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tab_model show.fstat option does not show anything even in simple functions such as lm()

teindor opened this issue · comments

In various models (such as lm() ) I often would like to report on the F-statistic of the model. The show.fstat = T option in the tab_model fails to do so. Here is an example of a code.

tab_model(lm(EU_GlobalScore_24M ~ scale(M_6M_PEM_Global, scale = F)*scale(D_6M_PEM_Global, scale=F), data = d), show.std =T, show.fstat = T)

table.docx

what am I doing wrong?

#753 I made the same comment back in April. it seems this is an ongoing issue from last year as well. Like they never finished the code for it or something. Very frustrating. I’ll link issue if I can find it again.

I also have the same issue.