Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

print.UnivariateObject

Print function for Univariate Null Table Object


Description

Print description of univariate object.

Usage

## S3 method for class 'UnivariateObject'
print(x, ...)

Arguments

x

A univariate null table object, of type 'UnivariateObject'

...

Additional arguments can be sent to function. Currently not supported.

Details

Function prints description of a null table object, including sample size (for the independence hhg.univariate statsitics) or group sizes (for hhg.univarate statistics). Also prints statistic type in terms of variant, aggregation.type and score.type.

Value

Does not return value. Only prints description of null table object.

Author(s)

Barak Brill

Examples

#univariate objects are found inside null tables:
nt = hhg.univariate.ks.nulltable(group.sizes = c(20,20), nr.replicates = 200)

print(nt$univariate.object)

HHG

Heller-Heller-Gorfine Tests of Independence and Equality of Distributions

v2.3.2
GPL-3
Authors
Barak Brill & Shachar Kaufman, based in part on an earlier implementation by Ruth Heller and Yair Heller.
Initial release
2019-03-11

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.