cesc: Build a model to center and scale dataframe

View source: R/function_cesc.R

cescR Documentation

Build a model to center and scale dataframe

Description

Build a model to center and scale dataframe

Usage

cesc(db_rt)

Arguments

db_rt

A dataframe previusly processed to clean na values

Value

model to use for center and scale a dataframe

Examples


preProc <- cesc(db_rt)

PaoloBnn/Retip documentation built on June 8, 2024, 6:19 a.m.