emax_fun: Function to calculate Emax

View source: R/emax_fun.R

emax_funR Documentation

Function to calculate Emax

Description

Calculation used for Emax in Ascent materials. Note: This function has be renamed using tidyverse-style snake_case naming conventions. However the original name of the function has been kept to ensure backwards compatibility with the book SAMS Teach Yourself R in 24 Hours (ISBN: 978-0-672-33848-9).

Usage

emax_fun(Dose, E0 = 0, ED50 = 50, Emax = 100)

Arguments

Dose

User provided dose values

E0

Effect at time 0

ED50

50% of maximum effect

Emax

Maximum effect

Value

Numeric value/vector representing the response value.

Examples

emax_fun(Dose = 100)


ascentTraining documentation built on April 27, 2022, 9:06 a.m.