mann.whitney.testBoot: Resampling version of the student t-Test for one or two...

Description Usage Arguments Value

View source: R/mann_whitney_test.R

Description

Resampling version of the student t-Test for one or two samples

Usage

1
2
3
4
5
6
7
8
mann.whitney.testBoot(
  x,
  y,
  alpha = 0.05,
  alternative = "two.sided",
  nboot = 100,
  boot.type = "perm"
)

Arguments

x, y

Sample Data (Non-empty numeric vectors)

alpha

Significance level (default is 0.05).

alternative

a character string specifying the alternative hypothesis, must be one of "two.sided" (default), "greater" or "less".

nboot

Integer specifying the number of bootstrap iterations (default is 100)

boot.type

A character string specifying the bootstrap type, must be one of "perm" (Permutation, default) or "np" (Non-parametric bootstrap).

Value

A list of class "htest"


spruenke/nboot documentation built on April 2, 2021, 3:10 p.m.