Desc-class {mcradds}R Documentation

Descriptive Statistics Class

Description

[Experimental]

The Desc class serves as the store for results from frequency and univariate statistics analysis.

Usage

Desc(func, mat, stat)

Arguments

func

(character)
name of function.

mat

(data.frame)
intermediate data with long form, easy for post-processing.

stat

(data.frame)
final data with wide form, easy for presentation.

Value

An object of class Desc.

Slots

func

func

mat

mat

stat

stat


[Package mcradds version 1.1.0 Index]