error_model_comb2 {posologyr} | R Documentation |
Residual error model combined 2
Description
Residual error model combined 2.
Usage
error_model_comb2(f, sigma)
Arguments
f |
Numeric vector, output of a pharmacokinetic model |
sigma |
Numeric vector of the coefficients for the residual error model |
Details
Implements the following function:
g <- sqrt(sigma[1]^2 + sigma[2]^2*f^2)
Value
Numeric vector, residual error
[Package posologyr version 1.2.4 Index]