
Obtain
pval_shapiro(x, CLT = FALSE, ...)
Function pval_shapiro()
returns a double scalar.
Function pval_shapiro()
provides a pseudo
length(x) < 3L
returns
length(x) > 5e3L
returns
CLT & length(x) > 30L
returns
x
values are identical (or all.equal, to be implemented in future release)returns
use the
rnorm(5) |> pval_shapiro()
airquality |>
with(expr = split(Ozone, f = Month)) |>
sapply(FUN = pval_shapiro)
Run the code above in your browser using DataLab