test_isclose {ctsem}R Documentation

Tests if 2 values are close to each other

Description

Tests if 2 values are close to each other

Usage

test_isclose(..., tol = 1e-08)

Arguments

...

values to compare

tol

tolerance

Value

Logical or testthat output.

Examples

test_isclose(1,1.0000001, tol=1e-4)

[Package ctsem version 3.10.1 Index]