inqur: Calculation of the first and third quantile

Description Usage Arguments Value Author(s) Examples

View source: R/inqur.R

Description

It calculate the first an third quantil of continuous variables.

Usage

1
inqur(x, k = c(), q.type = 2)

Arguments

x

Vector of continuous cariables.

k

Optional. The number of decimal places. If not specified, the number of decimal places is 1 or 2.

q.type

Optional. Integer between 1 and 9 that selects a quantile algorithm.

Value

The first and third quantil is returned.

Author(s)

Lorenz Uhlmann, Csilla van Lunteren seealso formatr

Examples

1
2
3
4
5
6
7
## Not run: 
set.seed(12345)
x<-rnorm(100)

inqur(x, k = c(3), 4)

## End(Not run)

imbi-heidelberg/DescrTab documentation built on June 29, 2021, 2:07 p.m.