generate_norms {WordListsAnalytics} | R Documentation |
Calculate all the norms from a Conceptual properties
Description
Calculate all the norms from a Conceptual properties
Usage
generate_norms(orig_data)
Arguments
orig_data |
Data frame with 3 columns: id, concept and properties |
Value
Data frame with all the estimations of norms
Examples
data_test = data.frame(CPN_27)
generate_norms(data_test)
[Package WordListsAnalytics version 0.2.3 Index]