odd: isOdd Function

View source: R/odd.R

oddR Documentation

isOdd Function

Description

Function receives value and returns true if value is odd.

Usage

odd(val)

Arguments

val

Value to check

Details

Determines value of parameter in argument.

Value

Returns true when value checked is odd. Otherwise, function returns a value false.

Note

This function is internal to commonalityCoefficients, called during runtime and passed the appropriate parameters. This is not an end-user function.

Author(s)

Kim Nimon <kim.nimon@gmail.com>


yhat documentation built on Oct. 11, 2023, 1:08 a.m.