Learn R Programming

shinyMixR (version 0.5.3)

overview: Creates model overview

Description

Create an overview of the models within a project. This overview includes the meta data of the models and if results are available, also the objective function and run-times

Usage

overview(proj_obj, ...)

Value

a data frame is returned with the overview

Arguments

proj_obj

a project object created with get_proj

...

additional arguments passed to get_proj

Author

Richard Hooijmaijers

Examples

Run this code

if (FALSE) {
 overview(proj_obj)
}

Run the code above in your browser using DataLab