!! Descriptive statistics
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, ...) # S3 method for default iqv(y, ...) # S3 method for table iqv(y, ...)
y | Variable to summarize |
---|---|
na.rm | logical; if true, any |
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 |
... | futher arguments to methods |
Summary statistic(s).