augmentT_f: Creates cell marginal max and percentages.

Description Usage Arguments Details Value Examples

View source: R/augmentT_f.R

Description

Creates cell marginal max and percentages.

Usage

1
augmentT_f(.data, variablesmax, variablespct, verbose = getOption("verbose"))

Arguments

.data

a dataframe

variablesmax

a vector of character strings

variablespct

a vector of character strings

Details

applys the functions augmentmaxT_f and augmentpctT_f to .data

Value

a dataframe.

Examples

1
2
3
4
.data=BigSyn::STtableA1
variablesmax="AA.present";variablespct="AA.cont1"
ASTtableA1<-augmentT_f(.data,variablesmax,variablespct,verbose=F)
ASTtableA1[c("AA.present_","AA.cont1_","AA.present_La","AA.cont1_La","AA.present_La_Lb","AA.cont1_La_Lb")]

DanielBonnery/BigSyn documentation built on June 28, 2020, 7:18 p.m.