globalweights_fix {baskexact}R Documentation

Fixed Global Weights

Description

Fixed Global Weights

Usage

globalweights_fix(n, r, w)

Arguments

n

The sample size per basket.

r

Vector of responses.

w

Fixed number with wich all weights are multiplied

Value

A numeric value.

Examples

globalweights_fix(n = 20, r = c(1, 3, 5), w = 0.5)

[Package baskexact version 1.0.1 Index]