pre_process: Pre-Processing of models

Description Usage Arguments Examples

Description

Pre-Processing of models

Usage

1
pre_process(data, operations = NULL, control = NULL)

Arguments

data

input data.frame

operations

string vector with the operation names in order to be applied

control

list of control parameters for the operations

Examples

1
2
3
fn <- binh
model <- build_surmodel(fn, 20, 2)
data <- model@data

coldfir3/suropt documentation built on May 12, 2019, 5:44 a.m.