Simulation Results
Cmax
{{ "%.4g"|format(Cmax) }}
{{ conc_unit }}
Tmax
{{ "%.4g"|format(Tmax) }}
{{ time_unit }}
Cmin
{{ "%.4g"|format(Cmin) }}
{{ conc_unit }}
Clast
{{ "%.4g"|format(Clast) }}
{{ conc_unit }}
Concentration-Time Profile
Model and Dosing
Model Parameters
| {{ key }} | {% if val is number %}{{ "%.4g"|format(val) }}{% else %}{{ val }}{% endif %} |
Dose Regimen ({{ n_doses }} dose{{ 's' if n_doses != 1 else '' }})
| Dose {{ row.n }} @ t={{ "%.4g"|format(row.time) }} {{ time_unit }} | {{ "%.4g"|format(row.amount) }}{% if row.t_inf %} ({{ "%.4g"|format(row.t_inf) }} h inf){% endif %} |
Data (Time vs. Concentration)
| Time ({{ time_unit }}) | Concentration ({{ conc_unit }}) |
|---|---|
| {{ row.time }} | {{ row.conc }} |
Table shows first 200 of {{ n_timepoints }} time points.
{% endif %} {% if warnings %}Warnings
-
{% for w in warnings %}
- {{ w }} {% endfor %}
{{ disclaimer }}