compute_stats {QuadratiK} | R Documentation |
Compute and display some descriptive statistics for the two sample tests
Description
Compute and display some descriptive statistics for the two sample tests
Usage
compute_stats(var1, var2, var_name, eps = 3)
Arguments
var1 |
vector of observations of a given variable from sample 1 |
var2 |
vector of observations of a given variable from sample 2 |
var_name |
Name of the variable displayed |
eps |
precision of displayed statistics |
Value
Computed statistics with a plot
[Package QuadratiK version 1.1.2 Index]