twoway_num: twoway table of numeric data

Description Usage Arguments

View source: R/twoway_num.R

Description

twoway table of numeric data

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
twoway_num(
  data,
  x,
  group,
  weight,
  digit.m = 1,
  digit.sd = 1,
  cal.date = F,
  test = "auto",
  shapiro.p = 1e-04
)

Arguments

data

data frame

x

the numeric variable to be summarized

group

the variable which identifies treatment/comparison groups

digit.m

number of digits on mean estimates

digit.sd

number of digits for estimates of the standard deviation

cal.date

logical indicating that the x variable should be treated as a date. Will then show the mean value as an actual date.


socioskop/ttools documentation built on Jan. 29, 2022, 3:08 a.m.