Description Usage Arguments Details Examples
Compares the profiles of two tables, checking if they can be considered similar enough
1 | compare(X, Y, ci = 0.05)
|
X |
Table used as standard for comparison |
Y |
Table to be evaluated |
ci |
The size of the confidence interval |
This funcion takes 100 random samples with replacement
of table X, creating confidence intervals (of size
ci) for its summary statistics; it then verifies
what summary statistics of Y don't fall inside these
confidence intervals and creates comprehensive reports about
them (you can access these with issues())
1 2 3 4 5 6 7 8 9 10 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.