dim_check | R Documentation |
To run the college admissions algorithm, it is assumed that each
student/college has at least one possible match. In the activity transition
application, possible matches are restricted to "nearby" cases, i.e. within
some specified window_size
. Thus, if there are no matches close by,
there are no possible matches, and the case needs to be removed from the
analysis in the college admissions algorithm. It needs to be re-inserted
afterwards and labeled as a false positive or false negative, depending on
whether it was a college (i.e., a predicted transition) or a student (i.e.,
an actual transition), respectively.
dim_check(x) prune_prefs(prefs)
prefs |
an object passed from |
A pruned list of matrices containing only cases with at least one possible match
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.