fitdr: Dose Response curve fit

Description Usage Arguments Value

View source: R/fitting.R

Description

Dose Response curve fit

Usage

1
2
3
4
5
6
7
8
fitdr(
  m.formula,
  fdata,
  level = 0.95,
  ci_method = "delta",
  start = vector(),
  verbose = FALSE
)

Arguments

m.formula

Model formula.

fdata

Data to fit the model to.

level

Level of confidence interval to use (0.95 by default). [0,1]

ci_method

Method for computing confidence intervals ["delta","bootstrap"] default: delta

start

initial parameter values for the dose response fitting. c(logEC50,slope)

verbose

logical, prints intermediate results from fitting and print and plot intermediate results from confidence interval calculation

Value

list: fit object


alxbetz/bendr documentation built on Aug. 2, 2020, 2:06 a.m.