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

View source: R/adj.center.R

adj.centerR Documentation

Provide a center value adjusted by a lower bound

Description

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

Usage

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/SCISSOR documentation built on July 6, 2022, 6:59 a.m.