Learn R Programming

yhat (version 2.0-4)

odd: isOdd Function

Description

Function receives value and returns true if value is odd.

Usage

odd(val)

Value

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

Arguments

val

Value to check

Author

Kim Nimon <kim.nimon@gmail.com>

Details

Determines value of parameter in argument.