Learn R Programming

drc (version 1.0-3)

boltzmann: Boltzmann model

Description

The Boltzmann model for dose-response relationships.

Usage

boltzmann(fixed = c(NA, NA, NA, NA, NA), names = c("b", "c", "d", "e", "f"))

  b3(fixed = c(NA, NA, NA), names = c("b", "d", "e"))

  b4(fixed = c(NA, NA, NA, NA), names = c("b", "c", "d", "e"))
  
  b5(fixed = c(NA, NA, NA, NA, NA), names = c("b", "c", "d", "e", "f"))

Arguments

fixed
numeric vector. Specifies which parameters are fixed and at what value they are fixed. NAs for parameter that are not fixed.
names
a vector of character strings giving the names of the parameters (should not contain ":"). The order of the parameters is: b, c, d, e, f (see under 'Details').

Value

  • An object containing with all components needed in multdrc.

Details

The model is also called the logistic model (different from the log-logistic model!).

Examples

Run this code
## Fitting the Boltzmann model
m1 <- multdrc(FA, fct = boltzmann())
summary(m1)

rm(m1)

Run the code above in your browser using DataLab