is_count {lavacreg}R Documentation

Check for count variable

Description

Checks if the variable is a count variable

Usage

is_count(x, tol = .Machine$double.eps^0.5)

Arguments

x

vector to be checked

tol

Tolerance

Value

Function returns logical value indicating whether x can be considered a count variable or not.


[Package lavacreg version 0.2-2 Index]