Learn R Programming

sjPlot (version 2.0.0)

sjt.mwu: Summary of Mann-Whitney-Test as HTML table

Description

Shows the results of a Mann-Whitney-U-test as HTML table. The results from the Mann-Whitney-test are obtained by the mwu function from the sjmisc-package.

Usage

sjt.mwu(x, title = NULL, altr.row.col = TRUE, CSS = NULL,
  encoding = NULL, file = NULL, use.viewer = TRUE, no.output = FALSE,
  remove.spaces = TRUE)

Arguments

Value

Invisibly returns a list with
  • the data frame with the description information (data),
  • the web page style sheet (page.style),
  • the web page content (page.content),
  • the complete html-output (output.complete) and
  • the html-table with inline-css for use with knitr (knitr)
for further use.

Details

See 'Details' in sjt.frq.

Examples

Run this code
library(sjmisc)
data(efc)
sjt.mwu(mwu(efc$e17age, efc$e42dep))

Run the code above in your browser using DataLab