compress_eda.physio: compress_eda.physio()

Description Usage Arguments Value Examples

View source: R/physio-compress_eda.R

Description

Function compresses a physio dataframe by extracting only the EDA data ($Input2) and calculating the average eda values per second. A start_time needs to be speficied to sync the data to a marker object.

Usage

1

Arguments

data;

a physio dataframe for a specific subject

start_time;

a POSIXct value, time when experiment started. It's usually the minimal time for subject in exp or web data.

Value

dataframe

Examples

1
2
start_time <- min(labSession_web$Time, na.rm = T)
compress_eda.physio(data = physio_data, start_time)

Fiddleman/BrownieR documentation built on May 6, 2019, 4:36 p.m.