Learn R Programming

suropt (version 0.1.1)

pre_process: Pre-Processing of models

Description

Pre-Processing of models

Usage

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

Run this code
# NOT RUN {
fn <- binh
model <- build_surmodel(fn, 20, 2)
data <- model@data
# }

Run the code above in your browser using DataLab