deleted.case.statistic: Deleted Case Statistic Calculation

View source: R/deleted.case.statistic.R

deleted.case.statisticR Documentation

Deleted Case Statistic Calculation

Description

Calculates a summary statistic for each value of an input vector by calculating the value of the statistic when a particular case is deleted.

Usage

deleted.case.statistic(x, FUN = mean)

Arguments

x

Vector to compute deleted case statistics values for.

FUN

Function used to compute summary statistic.

Value

Vector with same length as x. Each value i is the result of FUN(x) where x[i] is removed.


burrm/lolcat documentation built on Sept. 15, 2023, 11:35 a.m.