Learn R Programming

emil (version 2.0.2)

get_prediction: Extract predictions from modeling results

Description

Extract predictions from modeling results

Usage

get_prediction(result, resample, format = c("long", "wide"))

Arguments

result
Modeling result, as returned by evaluate and evaluate.
resample
Resampling scheme used to create the results.
format
Table format of the output. See http://en.wikipedia.org/wiki/Wide_and_narrow_data for more info.

Value

  • A data frame where the id column refers to the observations.