if (FALSE) {
# plot test designs for all tests in the project
design_plot(db)
# plot design for a test with id 'math'
design_plot(db, test_id == 'math')
# plot design for test math with item 'circumference' turned off
# (this plot will only work if you have response data)
design_plot(db, test_id == 'math' & item_id != 'circumference')
}
Run the code above in your browser using DataLab