Flash Sale | 50% off

Last chance! 50% off unlimited learning

Sale ends in


rrepast (version 0.4.0)

GetOutput: Gets the output

Description

Returns the results of a model a data.frame from the last RUN. Should be used only if model replication is equal to 1, otherwise GetResults must be used.

Usage

GetOutput(e)

Arguments

e
-- An engine object instance

Value

  • Returns a data.frame with output data

Examples

Run this code
d<- "C:/usr/models/your-model-directory"
   m<- Model(d)
   ...
   data<- GetOutput(m)

Run the code above in your browser using DataLab