Description Usage Arguments Details Value Examples
View source: R/bivariatenormcheck.R
Uses a bivariate normality check to calculate the proportion of bivariate data falling in an expected 50
1 | bivariatenormcheck(x1, x2)
|
x1 |
first data vector to conduct the check on |
x2 |
second data vector to conduct the check on |
User provides two data vectors for function to check the pairs of data against 50
Text output describing result of the test
1 | bivariatenormcheck(x1 = c(1,4,3,3,5,6,7), x2 = c(20,15,8,7,40,30,22))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.