# NOT RUN {
db = start_new_project(verbAggrRules, "verbAggression.db", covariates=list(gender="<unknown>"))
add_booklet(db, verbAggrData, "agg")
add_item_properties(db, verbAggrProperties)
profile_plot(db, item_property='mode', covariate='gender')
close_project(db)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab