filter_HP: filter_HP

Description Usage Arguments Examples

Description

Filter values that fall between above high-pass-threshold (X >).

Usage

1
2
filter_HP(numeric_vector, threshold, passequal = F, prepend = "",
  return_survival_ratio = F, na_rm = T)

Arguments

numeric_vector

Values to be filtered.

threshold

A numeric value above which "numeric_vector" passes.

passequal

Pass if a value is larger, or equal than the threshold. FALSE by default.

prepend

Text prepended to the results.

return_survival_ratio

Return a number with the survival ratio (TRUE), or a logical index vector of the survivors (FALSE).

Examples

1
filter_HP (numeric_vector =  , threshold =  , prepend =  , return_survival_ratio = F)

vertesy/MarkdownReports.v2.9.5 documentation built on May 22, 2019, 4 p.m.