get_ED50s: Accessing ED50 values of a td2pLL model

View source: R/get_ED50s.R

get_ED50sR Documentation

Accessing ED50 values of a td2pLL model

Description

For parameters of a td2pLL model and given time values, the ED50 value is retrieved, i.e. the dose at which 50 percent of the maximal effect is reached.

Usage

get_ED50s(coefs, times)

Arguments

coefs

(Named numeric(4))
Contains the parameters of a td2pLL, namely h, delta, gamma and c0. For an object of class td2pLL, these can be accessed via coef().

times

(numeric())
Times at which the ED50 shall be retrieved. Entries must be greater than 0.

Value

(data.frame())
A data.frame with columns time and ED50.


jcduda/td2pLL documentation built on May 14, 2022, 6:48 p.m.