Learn R Programming

RtutoR (version 2018.06.08)

test.normality: Test: Has a vector of random numbers been drawn from a normal distribution?

Description

Test: Has a vector of random numbers been drawn from a normal distribution?

Usage

test.normality(vec, short.message, warning.message, failure.message,
  ps = get.ps(), stud.env = ps$stud.env,
  success.message = "Great, I cannot statistically reject that {{var}} is indeed normally distributed!",
  part = NULL, ...)

Arguments