generate_norms {WordListsAnalytics} | R Documentation |
Calculate all the norms from a Conceptual properties
generate_norms(orig_data)
orig_data |
Data frame with 3 columns: id, concept and properties |
Data frame with all the estimations of norms
data_test = data.frame(CPN_27)
generate_norms(data_test)