flex_specific_value {dRiftDM} | R Documentation |
Set a specific value to the parameter matrix (internal docu)
Description
This function takes a flex_prms_obj and sets certain values to the parameter matrix, based on the given instruction string (i.e., ' prm ~ conda => 0.3)
Usage
flex_specific_value(flex_prms_obj, formula_instr)
Arguments
flex_prms_obj |
flex_prms object |
formula_instr |
a string referring to "set" (see modify_flex_prms) |
Value
an updated flex_prms object with a modified prms_matrix object, and (if applicable) a modified cust_prms matrix
[Package dRiftDM version 0.2.2 Index]