medianORmode: Median or Mode

Description Usage See Also Examples

Description

Median or Mode

Usage

1
medianORmode(x, when.tie = NA, mean.when.fraction.numeric.greater.than = 1)

See Also

function_name

Examples

1
2
3
mixed_data <- c(1,2,3,"4","5","a","b")
medianORmode(mixed_data,"no median consensus",0.5)
medianORmode(mixed_data,"no median consensus",0.9)

mabafaba/reachR2 documentation built on May 3, 2019, 3:40 p.m.