ClinReport (version 0.9.1.1)

desc: Constructor function for the desc object

Description

Create a desc object.

Usage

desc(output = NULL, total = NULL, nbcol = NULL, y = NULL,
  x1 = NULL, x2 = NULL, at.row = NULL, subjid = NULL,
  type.desc = NULL, type = NULL, y.label = NULL)

Arguments

output

a data.frame object

total

Boolean. Indicates if a column Total should be added or not

nbcol

Numeric. number of columns that are not statistics

y

Character indicating the response variable

x1

Character indicating a factor in the data

x2

Character indicating a factor in the data

at.row

Character. Pass to spacetable function. Used to space the results (see example below)

subjid

Character. Indicates in the data.frame the name of the column used to identify the Id of the subjects. If not null, it adds in the headers the number of unique subject per levels of x1 or y (if x1 is null).

type.desc

Character. can be "quali" "quanti" or "quali_quanti"

type

Character. Can be "response" or "link"

y.label

Character. The label for y response variable

Value

A desc object

Details

No detail.

See Also

report.quali report.quanti report.lsmeans

Examples

Run this code
# NOT RUN {
# }
# NOT RUN {
#No example

# }
# NOT RUN {
# }

Run the code above in your browser using DataLab