summariseStartle: Summarise Startle

Description Usage Arguments Value Examples

View source: R/startle.r

Description

Returns a mathematical summary of the startle data. Returned list with two data frames. First contains calculated median, interquartile range, mean and standard deviation for values pertaining to the period of the pulse and in between pulses. The second contains the results of the desired statistical test, by default Wilcox is used. User can specify which test will be used with method argument.

Usage

1
summariseStartle(df, method = "wilcox.test")

Arguments

df

A dataframe returned by loadStartleData function.

method

A parameter defining what type of statistical testing will be used.

Value

A mathematical summary in a list.

Examples

1
2
3
4
5
# Load example data
df <- ratpasta_demo

# running examples
summariseStartle(df)

ratPASTA documentation built on June 2, 2021, 9:06 a.m.