Description Usage Arguments Value Examples
View source: R/spearman.brown.R
Compute the new reliability when test length changes given the original test reliability, or the ratio of new test length to original test length when specific reliability is desired.
1 | spearman.brown(rxx, input, type = "r")
|
rxx |
a numeric value indicating the original reliability |
input |
a numeric value indicating the desired reliability or a ratio of new test length to original test length |
type |
if type = "r", the new test reliability will be computed; if type = "l", the function will return a ratio of the new test length to original test length |
the desired reliability or the desired reliability or a ratio of new test length to original test length, depending on the value of argument type
1 2 | spearman.brown(0.8, 2.25, "r")
spearman.brown(0.8, 0.90, "l")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.