{{ title }}

Generated by OpenPKFlow • {{ generated_at }}

{% if warnings %}
Warnings:
{% endif %}
N Observations
{{ n_obs }}
PRED RMSE
{{ "%.3g" | format(pred_rmse) }}
IPRED RMSE
{{ "%.3g" | format(ipred_rmse) }}
PRED R²
{{ "%.3f" | format(pred_r2) }}
IPRED R²
{{ "%.3f" | format(ipred_r2) }}
Sigma (prop CV)
{{ sigma }}

GOF Diagnostic Plots

GOF plots

GOF Metrics Summary

Metric OBS vs PRED OBS vs IPRED
N{{ pred_metrics.n | int }}{{ ipred_metrics.n | int }}
MPE (bias) {{ "%.4g" | format(pred_metrics.MPE) }} {{ "%.4g" | format(ipred_metrics.MPE) }}
RMSE {{ "%.4g" | format(pred_metrics.RMSE) }} {{ "%.4g" | format(ipred_metrics.RMSE) }}
rRMSE (%) {{ "%.2f" | format(pred_metrics.rRMSE_pct) }} {{ "%.2f" | format(ipred_metrics.rRMSE_pct) }}
{{ "%.4f" | format(pred_metrics.R2) }} {{ "%.4f" | format(ipred_metrics.R2) }}
{% if rows %}

Observation Data (first {{ rows | length }} rows)

{% for row in rows %} {% endfor %}
IDTIMEDVPREDIPREDIWRES
{{ row.id }} {{ "%.3g" | format(row.time) }} {{ "%.4g" | format(row.dv) }} {{ "%.4g" | format(row.pred) }} {{ "%.4g" | format(row.ipred) }} {{ "%.3f" | format(row.iwres) }}
{% endif %}

This report was generated using OpenPKFlow (open-source). PRED and IPRED were supplied by the user and are not computed by OpenPKFlow. Final regulatory interpretation should be reviewed by qualified pharmacokinetic and regulatory experts.