Description Usage Arguments Examples
View source: R/fit_hill_nest.R
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.
1 | fit_hill_nest(data, nest_key)
|
nest_key |
name of the "nest key" used to create the oringal nested data in nest() |
1 | fit_motility <- fit_hill_net(motility_test_nest, "pca_velocity")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.