niCheck: Check to see if an outcome vector is consistent with a...

Description Usage Arguments Value Examples

Description

Check to see if an outcome vector is consistent with a "non-interaction" mode

Usage

1

Arguments

v

character vector of length n = 6 or numeric vector of length m = 1 indicating the outcome vector of interest

Value

Boolean TRUE when vector is consistent with 1/5 "non-interaction" vector

Examples

1
2
3
4
null_vector <- c(0, 0, 0, 0, 0, 0)
niCheck(null_vector)
high_stab_vector <- c(1, 1, 1, 0, 0, 0)
niCheck(high_stab_vector)

taylo5jm/interactions documentation built on May 31, 2019, 3:57 a.m.