constr_value | R Documentation |
Checks whether the constraint violation is less than a tolerance.
constr_value(object, tolerance = 1e-08)
object |
A Constraint object. |
tolerance |
A numeric scalar representing the absolute tolerance to impose on the violation. |
A logical value indicating whether the violation is less than the tolerance
. Raises an error if the residual is NA
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.