findMed: Find median value

Description Usage Arguments Value

Description

Find median value from the filtered part of the input vector. This function is used as a helper to the bootstrapping routine in prepare baseline

Usage

1
findMed(data, indices)

Arguments

data

complete input vector

indices

logical vector to filter indices from data

Value

median value of the filtered vector


discharge documentation built on May 2, 2019, 5:54 a.m.

Related to findMed in discharge...