odd {yhat} | R 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>
[Package yhat version 2.0-4 Index]