compute_all_stats: Call and compile all statistics functions in a dataframe.

Description Usage Arguments Value

Description

Call and compile all statistics functions in a dataframe.

Usage

1
2
3
compute_all_stats(records, bands, normalize, eeg_channels = c("C3-A2",
  "EEG Fpz-Cz", "C3-M2", "F4-M1"), metadata = TRUE, butter = FALSE,
  resampling = FALSE)

Arguments

records

record paths.

bands

EEG bands to use. Ex: list(delta = c(0.5,3.5), theta = c(3.5,8), alpha = c(8,12),beta = c(12,30))

normalize

Normalize band. Ex: c(1,40)

eeg_channels

potential EEG channel names.

metadata

read metadata or not.

butter

Butterworth order.

resampling

sRate to resample by.

Value

df.


boupetch/sleepr documentation built on June 26, 2019, 9:08 a.m.