View source: R/globalweights.R
globalweights_fix | R Documentation |
Fixed Global Weights
globalweights_fix(n, r, w)
n |
The sample size per basket. |
r |
Vector of responses. |
w |
Fixed number with wich all weights are multiplied |
A numeric value.
globalweights_fix(n = 20, r = c(1, 3, 5), w = 0.5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.