fitdr_replicates: Dose response curve fit with replicates

Description Usage Arguments Value

View source: R/fitting.R

Description

Dose response curve fit with replicates

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
fitdr_replicates(
  m.formula,
  fdata,
  effectColumns,
  concColumn,
  level = 0.95,
  start = vector(),
  ci_method = "delta",
  verbose = F
)

Arguments

m.formula

model formula

fdata

dataframe with data to fit

effectColumns

effect column names or indices in data frame

concColumn

concentration column name in dataframe

level

confidence level

start

starting values

ci_method

method for confidence interval calculation, one of ["delta","bootstrap"]

verbose

print fitting intermediate results and confidence interval calculation intermediate results

Value

list: fit object


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