uniVar: uniVar

Description Usage Arguments Examples

View source: R/uniVar.R

Description

a function provide description statistics on a single variable.

Usage

1
2
3
uniVar(data, xvars, varType = c("numeric", "character", "factor",
  "integer", "ordered")[1], Digits = 4, nameX = "x", seed = 123,
  tabSort = TRUE)

Arguments

data

data.frame

xvars
varType

variable modes

Digits

digits printed in the results.

nameX

table head.

seed
tabSort

sort results of the output.

Examples

1
uniVar(mtcars,xvars=c('disp'),varType=c('numeric'),Digits=3,nameX=c('disp'))

sontron/madis documentation built on March 23, 2021, 10:17 p.m.