pecc_table1_original: Table1 packagecreation

View source: R/pecc_table1.R

pecc_table1_originalR Documentation

Table1 packagecreation

Description

Re compute table1 from sratch

Usage

pecc_table1_original(
  df,
  ...,
  col1 = NA,
  col2 = NA,
  reduceBy = NA,
  outputExpr = F
)

Arguments

df

dataset to analyze

...

name of the columns to analyze, optionally with "_cont" or "_cat" to force a continuous or categorical behavior. If ... is empty, analyze every columns (using reduce by to extract ID).

col1

optional name of a categorical covariate to use as first column

col2

optional name of a categorical covariate to use as second column

reduceBy

optional name of the columns to reduce the dataset by, separeated by "+" (eg ID + occ)

outputExpr

If F return directly the table1 output, if "Both" return both the code and its evaluation, else return only the code

Author(s)

Thibaud Derippe (Thibaud.Derippe@gmail.com)


Peccary-PMX/PeccAnalysis documentation built on July 7, 2022, 5:27 a.m.