Learn R Programming

clinPK (version 0.13.0)

add_ruv: Add residual variability to data

Description

Add residual variability to data

Usage

add_ruv(x, ruv = list())

Arguments

x

data

ruv

list with arguments prop, add, exp

Examples

Run this code
y <- pk_1cmt_inf()$y
y + add_ruv(y, list(prop = 0.1, add = 0.05))

Run the code above in your browser using DataLab