#' Fits Hill Equation to percent moving data
#'
#' @param data
#'
#' @return a drm object (list)
#' @export
#'
#' @examples
fit_hill_pm <- function(data){
model <- drm(percent_moving ~ pCa, data = data, fct = LL.4(names = c("hillslope", "min", "vmax", "ec50")), logDose = 10)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.