is.odd {stacomirtools}R Documentation

id.odd function modified from package sma

Description

id.odd function modified from package sma (which did not verify that the entry was indeed an integer)

Usage

is.odd(x)

Arguments

x

integer

Value

a logical

Author(s)

Adapted from Henrik Bengtsson

Examples


is.odd(1)
is.odd(2)


[Package stacomirtools version 0.6.0.1 Index]