crosstab: creating cross tabulation

Description Usage Arguments

Description

creating cross tabulation

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
crosstab(
  ...,
  dec.places = NULL,
  type = NULL,
  style = "wide",
  row.vars = NULL,
  col.vars = NULL,
  percentages = TRUE,
  addmargins = TRUE,
  subtotals = TRUE
)

Arguments

...

The dot dot dot operation.

dec.places

Number of decimal places.

type

Type of Cross Tabulation.

style

Style of output.

row.vars

Variable input for row-wise operations.

col.vars

Variable input for column-wise operations.

percentages

Option to display percentages.

addmargins

adding margins.

subtotals

Option to display subtotal to each group.


yihunzeleke/kcmotabulation documentation built on Feb. 28, 2021, 12:19 a.m.