Description Usage Arguments Value Examples
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.
1 | summariseStartle(df, method = "wilcox.test")
|
df |
A dataframe returned by loadStartleData function. |
method |
A parameter defining what type of statistical testing will be used. |
A mathematical summary in a list.
1 2 3 4 5 | # Load example data
df <- ratpasta_demo
# running examples
summariseStartle(df)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.