shapeCombinations {rSHAPE} | R Documentation |
This is a function to take the input parameters and build the parameter combinations
Description
This is a function to take the input parameters and build the parameter combinations
Usage
shapeCombinations(func_inLines, func_comboRef, func_indepRef, func_condRef)
Arguments
func_inLines |
These are the template lines of text to be updated. |
func_comboRef |
This is the reference identifiers for grouped as pairwise parameter combinations |
func_indepRef |
This is the reference identifiers for independent parameter values not to be done pairwise |
func_condRef |
This is the reference indetifiers for grouped parameter combinations which are conditional on others. |
Value
A table of parameter combinations which represents the combination of experimental parameters for a SHAPE experiment.
Note
There is no example as this cannot work outisde of a runSHAPE call, it requires data produced by the simulation experiment.
[Package rSHAPE version 0.3.2 Index]