userfriendlyscience (version 0.7.1)

therapyMonitorData: Data originally published with therapyMonitor

Description

This dataset was originally published along with a Dutch language article that described the therapyMonitor function. This version only contains the aggregated scales.

Usage

data("therapyMonitorData")

Arguments

Format

A data frame with 38 observations on the following 12 variables.

time

The measurement moment as stored by Google Forms.

datetime

The measurement moment converted to POSIXct, R's time format.

measurementNumber

The rank (number) of each measurement.

positiveAffect

The positive affect scale.

negativeAffect

The negative affect scale.

selfEsteem

A self esteem scale.

intimacy

An intimacy scale.

erectionMasturbation

Erection when masturbating.

erectionPartnerSex

Erection while having sex with partner.

experienceMasturbation

Experience when masturbating.

experiencePartnerSex

Experience while having sex with partner.

erectionCombined

Aggregated scale of both erection experience scales.

Details

This dataset is an n-of-1 dataset collected during a series of therapy sessions.

Examples

Run this code
# NOT RUN {
data(therapyMonitorData)
## maybe str(therapyMonitorData) ; plot(therapyMonitorData) ...
# }

Run the code above in your browser using DataCamp Workspace