get_pattern_data | R Documentation |
Create patterned synthetic data for any (or all) tests related to all possible raw scores. Uses operational items only (omits field test).
get_pattern_data(name = NULL, grade = NULL, content = NULL, db = NULL)
name |
The name of the test to download (e.g., Science_G5, ELA_G11). If
used, subsequent arguments to |
grade |
Optional argument to return only data from a specific grade.
Default is |
content |
Optional argument to return only data from a specific content
area. Default is |
db |
The db to get the pattern data from. |
Similar to get_test_json
, if name
or both
grade
and content
are supplied, the patterned data
for just that test is returned. Otherwise, patterned data for
all tests is returned.The patterned data is synthetic and created
such that all possible raw scores are generated. This function
is primarily used to create the raw to scale score mapping.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.