View source: R/spearmanbrown.R
| requiredTestSize | R Documentation |
Compute how many items a test needs, for its reliability to reach a goal value.
requiredTestSize(
obs_r,
goal_r = 0.8,
n = 1,
fix.negative = c("mirror", "nullify", "none")
)
obs_r |
The observed reliability |
goal_r |
The goal reliability |
n |
Current test size, i.e., the number of items or trials. |
fix.negative |
How should negative observed reliabilities be handled? See |
This function is obtained by solving the spearmanBrown() formula for the ntests argument.
The required test size.
Sercan Kahveci
requiredTestSize(obs_r=0.5, goal_r=0.8,n=256)
requiredTestSize(obs_r=0, goal_r=0.8,n=256)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.