| meow_administered | R Documentation |
A convenience helper for use inside user-written modules. Returns a logical
matrix that is TRUE wherever an item has been administered to a respondent.
meow_administered(admin)
admin |
An administration matrix (see |
A logical matrix the same shape as admin.
admin <- matrix(c(1L, 2L, 0L, 1L), nrow = 2)
meow_administered(admin)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.