Print function for Univariate Null Table Object
Print description of univariate object.
## S3 method for class 'UnivariateObject' print(x, ...)
x |
A univariate null table object, of type 'UnivariateObject' |
... |
Additional arguments can be sent to function. Currently not supported. |
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
.
Does not return value. Only prints description of null table object.
Barak Brill
#univariate objects are found inside null tables: nt = hhg.univariate.ks.nulltable(group.sizes = c(20,20), nr.replicates = 200) print(nt$univariate.object)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.