mcd: mcd

Description Usage Arguments Examples

View source: R/SupportFunctions.R

Description

Find the Most Common Divisor of a data set

Usage

1
mcd(nit, howmany = 10)

Arguments

nit

Full counts

howmany

Maximum number of common divisors to return.

Examples

1
mcd(c(10,20,30,35,12,18), howmany = 5)

mrparker909/redNMix documentation built on April 4, 2020, 12:24 a.m.