stat.info_chr: Descriptive statistical information of test items that are...

stat.info_chrR Documentation

Descriptive statistical information of test items that are not numerical

Description

This functions allows calculating descriptive statistics for test items that are not numerical. The measures include absolute and relative count data.

Usage

stat.info_chr(
  data, 
  round = 2, 
  export = FALSE, 
  exportfile = "statexport"
)

Arguments

data

data input

round

Rounding value for the output values

export

TRUE if the data frame output should be exported as csv file

exportfile

Name of the output file if expert = TRUE

Examples

stat.info_chr(data, round = 0, export = TRUE, exportfile = "TestA")

samueltobler/behavdata documentation built on July 9, 2024, 11:33 a.m.