isDiscrete: Determine if input data is discrete

Description Usage Arguments Value

View source: R/Functions.R

Description

Attempts to determine if the input data is from a discrete distribution. Will return true if the data type is of type integer or there are non-unique values.

Usage

1

Arguments

x

a vector which should be determined if discrete or not.

Value

the best judgement of whether or not the data was discrete


TauStar documentation built on May 1, 2019, 9:59 p.m.