bivariatenormcheck: bivariatenormcheck

Description Usage Arguments Details Value Examples

View source: R/bivariatenormcheck.R

Description

Uses a bivariate normality check to calculate the proportion of bivariate data falling in an expected 50

Usage

1

Arguments

x1

first data vector to conduct the check on

x2

second data vector to conduct the check on

Details

User provides two data vectors for function to check the pairs of data against 50

Value

Text output describing result of the test

Examples

1
bivariatenormcheck(x1 = c(1,4,3,3,5,6,7), x2 = c(20,15,8,7,40,30,22))

jacob-moser/MATH4793MOSER documentation built on Dec. 20, 2021, 8:07 p.m.