Table: 'Table'

View source: R/table.R

TableR Documentation

Table

Description

Creates a crosstab by aggregating numeric data over factors.

Usage

Table(formula, data, FUN = sum)

Arguments

formula

A formula where the dependent variable is the variable to be aggregated over.

data

A data.frame.

FUN

the function to be applied: see apply for details.


Displayr/flipStatistics documentation built on April 12, 2024, 4:15 a.m.