NoVAD: Norms of valence, arousal, and dominance.

Description Usage Arguments Note Author(s) References Examples

View source: R/func_list.R

Description

The function takes a string as an argument and returns the mean value of valence, arousal and dominance. The function executes lemmatization of the string and returns the value of the lemmatized input. The value is based on Warriner, Kuperman, & Brysbaert (2013).

Usage

1
NoVAD(x)

Arguments

x

An obejct of class character.

Note

If the function returns NaN, it means no input text was found in the word list.

Author(s)

Almog Simchon

References

Warriner, A. B., Kuperman, V., & Brysbaert, M. (2013). Norms of valence, arousal, and dominance for 13,915 English lemmas. Behavior research methods, 45(4), 1191-1207.

Examples

1
2
3
4
NoVAD("I'm fun")
  Valence   Arousal Dominance
     8.37      6.32      7.04
  

almogsi/TATE documentation built on Oct. 28, 2019, 3:19 p.m.