summary-CASTable-method: Summary Statistics

summary,CASTable-methodR Documentation

Summary Statistics

Description

Returns simple descriptive statistics.

Usage

## S4 method for signature 'CASTable'
summary(object, maxsum = 7, digits = max(3, getOption("digits") - 3), ...)

Arguments

object

CASTable.

Value

table

Examples

## Not run: 
summary(ct1)
summary(ct1[1:4])

## End(Not run)

sassoftware/R-swat documentation built on Feb. 26, 2024, 8 a.m.