groupsData: A function that generates a tidy dataframe that groups the...

Description Usage Arguments Examples

View source: R/groupsData.R

Description

This way when visualizing the individual data points on the DRC, you can see if a strong early response leads to a strong late respopnse

Usage

1
groupsData(dataframe, firstquartile, thirdquartile)

Arguments

dataframe

A tidy dataframe that has

firstquartile

Value of the first quartile for whatever concentration you want to separate responses by

thirdquartile

Value of the third quartile for whatever concentration you want to separate responses by

Examples

1
groupsData(longcellnormint, 0.073, 0.32)

FafferMcgee/calcium-analysis documentation built on Sept. 3, 2020, 12:07 a.m.