Learn R Programming

yhat (version 2.0-2)

odd: isOdd Function

Description

Function receives value and returns true if value is odd.

Usage

odd(val)

Arguments

val

Value to check

Value

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

Details

Determines value of parameter in argument.