Learn R Programming

descsuppR (version 1.2)

calc_descr_long_old: calc_descr_long

Description

change the description into the long format

Usage

calc_descr_long_old(
  x,
  xname,
  includeNAs = FALSE,
  includeNonNAs = FALSE,
  orderedAsUnordered = FALSE,
  factorlevellimit = 14
)

Value

data.frame of character describing x

Arguments

x

vector of which to calc the descriptive values

xname

the name of the variable encoded in x

includeNAs

boolean. include the number of NAs in the output?

factorlevellimit

integer. for factors with more than factorlevellimit levels, not all levels are printed

Author

Andreas Leha

Details

only for internal use.