standardizeDT: Standardize columns of data table

Description Usage Arguments Value

View source: R/standardizeDT.R

Description

returns DT with additional standardized numeric columns with '_std' appended to name

Usage

1
standardizeDT(dt, cols = "all.numeric", log = F)

Arguments

dt

data frame of data table

cols

default processes all numeric cols, otherwise specified column names

log

if True returns standardized log

Value

dt with additional columns with '_std' added to name


OlivierGranacher/modelStan documentation built on March 25, 2020, 2:35 a.m.