fun.onesampletests: Calculate a vector of one-sample tests of the null hypothesis...

View source: R/onesampletests.R

fun.onesampletestsR Documentation

Calculate a vector of one-sample tests of the null hypothesis of median 0

Description

Calculates z, sign, and wilcoxon rank sum tests of the null hypothesis of center 0

Usage

fun.onesampletests(x, alternative = "two.sided")

Arguments

x

the data vector

alternative

alternative, of the form aceptable by t.test, z.test, binom.test, and wilcox.test

Value

A vector of p-values

Examples

fun.onesampletests(rnorm(10))


kolassa-dev/NonparametricHeuristic documentation built on Nov. 14, 2022, 11:25 p.m.