Learn R Programming

SplitR (version 0.4)

get_output_df: Extract model data

Description

If a model has been executed, the output data frame will be available within a SplitR modeling object and this function will get either the entire output data frame or a subset of it.

Usage

get_output_df(model)

Arguments

model

a SplitR modeling object.