check_unique_special_boundary | R Documentation |
Internal, deep in the depths of the package, function. Verifies that each
specified parameter value within a condition in l_u
is unique within
the linear_internal_list
in drift_dm_obj
. If the same
value is associated with multiple conditions, an error is raised. Used for
checking the input to get_lower_upper_smart.
check_unique_special_boundary(drift_dm_obj, l_u)
drift_dm_obj |
an object of type drift_dm |
l_u |
a list specifying the upper/lower parameter/search space (see simulate_data, or estimate_model). |
For each condition in l_u
, the function examines if the parameter
value specified is unique with respect to the linear_internal_list
.
Non-unique values for a parameter-condition combination raise an error.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.