Description Usage Arguments Value Examples
Read two columns of data values (say X and Y) and computes summary statistics including N, Mean, SD, Min and Max for X and Y, as well as the correlation between X and Y and the regression of Y on X.
1 | bivar.awk(x)
|
x |
A dataframe with two columns (variables). |
Returns an summary statistics for two variables.
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.