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

suropt documentation built on May 2, 2019, 6:02 a.m.

Related to pre_process in suropt...