overview {shinyMixR} | R Documentation |
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, ...)
Arguments
proj_obj |
a project object created with |
... |
additional arguments passed to |
Value
a data frame is returned with the overview
Author(s)
Richard Hooijmaijers
Examples
## Not run:
overview(proj_obj)
## End(Not run)
[Package shinyMixR version 0.5.1 Index]