summary_funs: *!!* Descriptive statistics

Description Usage Arguments Value

Description

!! Descriptive statistics

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
q1(y, na.rm = TRUE, type = 7, names = FALSE, ...)

q3(y, na.rm = TRUE, type = 7, names = FALSE, ...)

n_missing(y)

n_ok(y)

n_nonmissing(y)

iqv(y, ...)

## Default S3 method:
iqv(y, ...)

## S3 method for class 'table'
iqv(y, ...)

Arguments

y

Variable to summarize

na.rm

logical; if true, any NA and NaN's are removed from x before the quantiles are computed.

type

an integer between 1 and 9 selecting one of the nine quantile algorithms detailed below to be used.

names

logical; if true, the result has a names attribute. Set to FALSE for speedup with many probs.

...

futher arguments to methods

Value

Summary statistic(s).


GegznaV/BioStat documentation built on Aug. 14, 2020, 9:30 p.m.