d_real: various describer functions for real types

View source: R/describers.R

d_realR Documentation

various describer functions for real types

Description

various describer functions for real types

Usage

d_real(...)

d_n(x, w = NULL, weight = "sample", ...)

d_length(x, ...)

d_missing(x, w = NULL, ...)

d_missing.perc(x, w = NULL, ...)

d_sum(x, w = NULL, weight = "sample", ...)

d_mean(x, w = NULL, ...)

d_sd(x, w = NULL, ...)

d_median(x, w = NULL, ...)

d_min(x, ...)

d_max(x, ...)

d_IQR(x, w = NULL, ...)

d_Q1(x, w = NULL, ...)

d_Q3(x, w = NULL, ...)

Arguments

...

this is to be able to tolerate unnecessary arguments

x

vector

w

weight

weight

style of weighting, 'sample' (default) or 'case'

Functions

  • d_n(): number of non-missing elements

  • d_length(): length of vector

  • d_missing(): Count missing

  • d_missing.perc(): Percent missing

  • d_sum(): sum of all elements, sample-weighted

  • d_mean(): mean

  • d_sd(): standard deviation

  • d_median(): median

  • d_min(): minimum

  • d_max(): maximum

  • d_IQR(): inter quartile range

  • d_Q1(): first quartile

  • d_Q3(): third quartile


renlund/descripteur documentation built on Sept. 24, 2023, 7:07 p.m.