adj.center: Provide a center value adjusted by a lower bound

Description Usage Arguments

Description

This function calculates a center of the values above a given bound.

Usage

1
adj.center(x, average = "mean", trim = 0.1, adjval = NULL)

Arguments

x

an input vector, data values.

average

type of the center being calculated, with choices "median" and "mean". Default is "median".

adjval

the lower bound above which the values will be included to calculate the center.


hyochoi/Scissors documentation built on July 3, 2019, 4:48 a.m.