testentscheid: Function for the result of a test

Description Usage Arguments Details Value

View source: R/automatisation.R

Description

testentscheid returns 0 if H_0 is not rejected and 1 if it is rejected.

Usage

1
testentscheid(n, Verteilung = "", method, x = 0)

Arguments

n

An integer. (Here 10,20 or 50)

Verteilung

A String specifing the choosen distribution to test.

method

A name of a test.

x

A numeric vector of length n.

Details

If Verteilung is empty then the given numeric vector x is taken for testing.

Value

binary number.


LBPy/tfc documentation built on Jan. 29, 2020, 10:17 p.m.