toDataframe: Helper function for 'getSolutions' and 'getSolutionsSub1'.

Description Usage Arguments

View source: R/zzz.R

Description

Transfers the found designs of a "design"-object to a dataframe. This function is a helper-function used in getSolutions and getSolutionsSub1 to structure the found designs for a given parameter set specified in a "sub1"-object or "simon"-object. The return value is a list containing a dataframe for the found designs and multiple dataframes containing the results for (non-)stochastic curtailment, if present.

Usage

1
toDataframe(designObject, useCurtailment = F)

Arguments

designObject

either a "sub1"-object or a "simon"-object containing the designs for a given parameter set specified inside the "designObject".

useCurtailment

boolean value dedicating the use of (non-)stochastic curtailment. This parameter indicates if that information should also gathered.


OneArmPhaseTwoStudy documentation built on May 2, 2019, 9:28 a.m.