data_summary: Print multiple comparison results

View source: R/data_summary.R

data_summaryR Documentation

Print multiple comparison results

Description

Print multiple comparison results

Usage

data_summary(
  data,
  x,
  y,
  digits = 2,
  nsmall = 1,
  p.adj = "bonferroni",
  method = 2,
  print.option = c(1, 2, 3)
)

Arguments

data

a dataframe to be used

x

a variable for x-axis

y

a variable for y-axis

digits

digits

nsmall

nsmall

p.adj

P-value adjustment method for multiple comparison

method

parametric (1) or non-parametric (2) test

print.option

the options of print results

Value

print output


nephroj/medutils documentation built on Feb. 3, 2024, 8:33 a.m.