f_test_vector: Title check if 2 column (numeric vector) have the same...

Description Usage Arguments Value Examples

Description

Title check if 2 column (numeric vector) have the same variance

Title check if 2 column (numeric vector) have the same variance

Usage

1
2
3
f_test_vector(data, colName1, colName2)

f_test_vector(data, colName1, colName2)

Arguments

data

dataframe

colName1

Name of the column

colName2

Name of the column

data

dataframe

colName1

Name of the column

colName2

Name of the column

Value

fTestVariance ftest console output as variable

fTestVariance ftest console output as variable

Examples

1
2
3
4
dataTest <- data.frame(x=c(rnorm(30, mean = 0, sd = 2)), y=c(rnorm(30, mean = 1, sd = 1)))
f_test_vector(dataTest,"x","y")
dataTest <- data.frame(x=c(rnorm(30, mean = 0, sd = 2)), y=c(rnorm(30, mean = 1, sd = 1)))
f_test_vector(dataTest,"x","y")

pkchouhan14/customerChurnUU documentation built on May 28, 2019, 5:55 p.m.