Learn R Programming

WordListsAnalytics (version 0.2.4)

generate_norms: Calculate all the norms from a Conceptual properties

Description

Calculate all the norms from a Conceptual properties

Usage

generate_norms(orig_data)

Value

Data frame with all the estimations of norms

Arguments

orig_data

Data frame with 3 columns: id, concept and properties

Examples

Run this code
data_test = data.frame(CPN_27)
generate_norms(data_test)

Run the code above in your browser using DataLab