rss_estimate | R Documentation |
This function provides an estimator for RSS data
rss_estimate(data, set_size, replace, model_based, pop_size, alpha)
data |
A matrix with a response variable in the first column and ranks in the following columns. |
set_size |
Set size for each ranking group. |
replace |
A boolean which specifies whether to sample with replacement or not. |
model_based |
An inference mode:
|
pop_size |
The population size. Must be provided if
|
alpha |
A significance level. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.