predict_blood_exp: Predicted values for tri-exponential fits

predict_blood_expR Documentation

Predicted values for tri-exponential fits

Description

Predicts values for new times for tri-exponential blood fits.

Usage

predict_blood_exp(object, newdata = NULL)

Arguments

object

Tri-exponential fit.

newdata

A new data list, including times to be predicted for.

Value

Model predictions

Examples

blooddata <- pbr28$blooddata[[1]]
blood <- bd_extract(blooddata, output = "AIF")
blood_fit <- blmod_exp(blood$time,
                           blood$aif,
                           Method = blood$Method)

predict_blood_exp(blood_fit, newdata=list(time=1:10))

mathesong/kinfitr documentation built on Jan. 15, 2024, 11:07 p.m.