multipleAllEqual: Test whether all objects are equal

Description Usage Arguments Value Author(s) Examples

View source: R/getPowerFitNested.R

Description

Test whether all objects are equal. The test is based on the all.equal function.

Usage

1

Arguments

...

The target objects

Value

TRUE if all objects are equal.

Author(s)

Sunthud Pornprasertmanit (psunthud@gmail.com)

Examples

1
2
multipleAllEqual(1:5, 1:5, seq(2, 10, 2)/2) # Should be TRUE
multipleAllEqual(1:5, 1:6, seq(2, 10, 2)/2) # Should be FALSE

simsem documentation built on March 29, 2021, 1:07 a.m.