as.desc: Converts a data frame or a tibble into a desc object

Description Usage Arguments See Also

View source: R/as.desc.R

Description

Converts a data frame or a tibble into a desc object

Usage

1
2
as.desc(output, nbcol = ncol(output), total = FALSE, y.label = "",
  type.desc = "quanti", ...)

Arguments

output

A data frame or a tibble

nbcol

Numeric. Number of columns that are not statistics

total

Logical. If yes, indicates a column Total in the table

y.label

Character, the label of the response

type.desc

Character, can be "quanti", "quali" "lsmeans"

...

Not used

See Also

desc


jfrancoiscollin/ClinReport documentation built on Sept. 20, 2020, 7:33 a.m.