Learn R Programming

qdap (version 2.3.0)

cumulative: Cumulative Scores

Description

cumulative - Generate rolling/cumulative scores for select qdap objects.

cumulative.end_mark - Generate end_mark over time (duration in sentences).

cumulative.formality - Generate formality over time (duration in sentences).

cumulative.pos - Generate formality over time (duration in sentences).

cumulative.pos_by - Generate formality over time (duration in sentences).

cumulative.animated_formality - Generate animated formality over time (duration in sentences).

cumulative.lexical_classification - Generate lexical_classification over time (duration in sentences).

cumulative.animated_lexical_classification - Generate animated lexical_classification over time (duration in sentences).

cumulative.polarity - Generate polarity over time (duration in sentences).

cumulative.animated_polarity - Generate animated polarity over time (duration in sentences).

cumulative.syllable_freq - Generate syllable_freq over time (duration in sentences).

cumulative.combo_syllable_sum - Generate combo_syllable_sum over time (duration in sentences).

Usage

cumulative(x, ...)

# S3 method for end_mark cumulative(x, ...)

# S3 method for formality cumulative(x, ...)

# S3 method for pos cumulative(x, ...)

# S3 method for pos_by cumulative(x, ...)

# S3 method for animated_formality cumulative(x, ...)

# S3 method for lexical_classification cumulative(x, ...)

# S3 method for animated_lexical_classification cumulative(x, ...)

# S3 method for polarity cumulative(x, ...)

# S3 method for animated_polarity cumulative(x, ...)

# S3 method for syllable_freq cumulative(x, ...)

# S3 method for combo_syllable_sum cumulative(x, ...)

Arguments

x

A qdap object with an accompanying cumulative method.

ignored