isnormal: Check for the normality of the data

Description Usage Arguments Value

View source: R/DataDistribution.R

Description

Takes in a data vector and checks for the normality of the data using Shapiro Test

Usage

1
isnormal(data_vector, returnPValue=FALSE)

Arguments

data_vector

Any data vector that has to be tested for normality

returnPValue

A boolean value which when TRUE returns Shapiro P Value

Value


akunuriYoshitha/BestTransform documentation built on Feb. 19, 2021, 3:23 a.m.