mtt_model: Try to fit a logistic curve to MTT data

View source: R/mtt.R

mtt_modelR Documentation

Try to fit a logistic curve to MTT data

Description

Function will try to fit a 4 parameter log-logistic function. Constraints: Y is bounded between 0 and 1.

Usage

mtt_model(data)

Arguments

data

a data.frame containing a div (dep var.) and drug (indep. var) column.

Details

If the model fails to fit the first time, it will try again without constraints

Value

A drc object


McConkeyLab/bladdr documentation built on April 6, 2024, 3:15 a.m.