View source: R/calc_cefepime_neurotoxicity.R
calc_cefepime_neurotoxicity | R Documentation |
Calculate probability of cefepime-associated neurotoxicity as a function of cefepime plasma trough concentrations. This model was based on a data set of adult patients receiving thrice-daily cefepime and may not correspond to other dosing intervals or patient populations.
calc_cefepime_neurotoxicity(trough_concentration)
trough_concentration |
Cefepime plasma trough concentration (mg/L). |
Probability of cefepime-associated neurotoxicity.
The intercept and slope used in this function match Figure 2 in the cited paper, but differ slightly from the values provided in the text. This interpretation was confirmed via correspondence with the authors.
Boschung-Pasquier et al., Clinical Microbiology and Infection (2020)
calc_cefepime_neurotoxicity(trough_concentration = c(13.7, 17.8))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.