strengejacke / sjPlot

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

Warning: tab_xtab: one argument not used by format... #797

Closed kapsner closed 2 years ago

kapsner commented 2 years ago

Executing tab_xtab produces this warning:

Warning message: In sprintf(" <td class=\"summary tdata\" colspan=\"%i\">%s=%.3f · df=%i · %s=%.3f · %s=%.3f", : one argument not used by format ' %s=%.3f · df=%i · %s=%.3f · %s=%.3f'

Minimal reproducible example:

sjPlot::tab_xtab(var.row = mtcars$gear, var.col = mtcars$carb, show.summary = TRUE, use.viewer = FALSE)