You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I’m experiencing an issue with including statistical tests in the HTML output of a Shiny app using the arsenal package. Despite setting pfootnote = TRUE in the summary(tableby(...)) function, the statistical tests do not appear in the generated HTML output.
As shown, the statistical tests (footnotes) are included at the bottom, but they do not appear as expected in the rendered HTML output. It seems that the pfootnote argument is not being applied correctly.
Could you please assist in diagnosing this issue or suggest a workaround to ensure the statistical tests are displayed properly in the HTML output?
Thank you!
The text was updated successfully, but these errors were encountered:
Hello,
I’m experiencing an issue with including statistical tests in the HTML output of a Shiny app using the
arsenal
package. Despite settingpfootnote = TRUE
in thesummary(tableby(...))
function, the statistical tests do not appear in the generated HTML output.Here is the code I am using:
The HTML output generated by this code is as follows:
As shown, the statistical tests (footnotes) are included at the bottom, but they do not appear as expected in the rendered HTML output. It seems that the
pfootnote
argument is not being applied correctly.Could you please assist in diagnosing this issue or suggest a workaround to ensure the statistical tests are displayed properly in the HTML output?
Thank you!
The text was updated successfully, but these errors were encountered: