gpluck_make_score_ranges | R Documentation |
This function takes a text table of score ranges for each percentile, and returns an object that matches the input but with the ability to get score ranges for any given test type
gpluck_make_score_ranges(
table,
score,
percentile,
range,
subdomain = NULL,
test_type = c("npsych_test", "rating_scale", "performance_validity",
"symptom_validity", "basc3"),
...
)
table |
The table containing the lower bound and upper bound score columns |
score |
Optional lower bound or upper bound score column name. If omitted, use |
percentile |
Option percentiles column name. if omitted, use |
range |
Score performance range. if omitted, use |
subdomain |
Which subdomain. |
test_type |
A vector of test types to consider. Default: c("npsych_test", "rating_scale", "validity_indicator", "basc3") |
... |
Other arguments passed on to |
This function takes a text table of score ranges for each percentile, and returns an object that matches the input but with the ability to get score ranges for any given test type
An object that matches the input but with the ability to get score ranges for any given test type
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.