Tabulate.Results: Counts up how much of each outcome there were.

Description Usage Arguments Value

Description

Counts up how much of each outcome there were.

Usage

1
2
## S3 method for class 'Results'
tabulate(self, normalize = FALSE)

Arguments

normalize

(bool): If True, return the relative frequency. Otherwise, return the counts. Defaults to False.

Value

Data frame: A data frame with each of the observed outcomes and their frequencies.


hayate0304/Rsymbulate documentation built on May 17, 2019, 8:20 a.m.