Description Usage Arguments Details Value Author(s) Examples
View source: R/HHG_univariate.R
Print description of univariate object.
1 2  | 
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
1 2 3 4  | #univariate objects are found inside null tables:
nt = hhg.univariate.ks.nulltable(group.sizes = c(20,20), nr.replicates = 200)
print(nt$univariate.object)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.