Learn R Programming

qdap (version 2.2.1)

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 class 'end_mark':
cumulative(x, ...)

## S3 method for class 'formality':
cumulative(x, ...)

## S3 method for class 'pos':
cumulative(x, ...)

## S3 method for class 'pos_by':
cumulative(x, ...)

## S3 method for class 'animated_formality':
cumulative(x, ...)

## S3 method for class 'lexical_classification':
cumulative(x, ...)

## S3 method for class 'animated_lexical_classification':
cumulative(x, ...)

## S3 method for class 'polarity':
cumulative(x, ...)

## S3 method for class 'animated_polarity':
cumulative(x, ...)

## S3 method for class 'syllable_freq':
cumulative(x, ...)

## S3 method for class 'combo_syllable_sum':
cumulative(x, ...)

Arguments

x
A qdap object with an accompanying cumulative method.
...
ignored