prep_items | R Documentation |
Function for selecting and prepping item data
prep_items(test)
test |
One specific test from |
A data frame for the specific test with only items and all missing values recoded to zero.
## Not run: g3mth <- dbprocess::get_items(3, "Math") items <- orextdb::db_get("Items") prepped <- prep_items(g3mth, items) # check that there's no missing data any(apply(prepped, 2, function(x) any(is.na(x)))) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.