fit_hill_nest: Fit Hill Equation to Nested Data

Description Usage Arguments Examples

View source: R/fit_hill_nest.R

Description

Fits the Hill Equation using drc::drm() to all nested data and adds a column to the dataframe with model specifics called "drm_model". The Hill Equation parameters are extracted and added as new columns. The last column that is added is "predictions". This is a list of coordinates that can be graphed to show the "fit" of the line to the data.

Usage

1
fit_hill_nest(data, nest_key)

Arguments

nest_key

name of the "nest key" used to create the oringal nested data in nest()

Examples

1
fit_motility <- fit_hill_net(motility_test_nest, "pca_velocity")

brentscott93/biophysr documentation built on Sept. 14, 2021, 2:35 a.m.