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())

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.

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))

## End(Not run)

vanLunteren/DescrTab documentation built on May 4, 2019, 10:56 a.m.