Learn R Programming

pharmr (version 1.4.0)

calculate_eta_gradient_expression: calculate_eta_gradient_expression

Description

Calculate the symbolic expression for the eta gradient

This function currently only support models without ODE systems

Usage

calculate_eta_gradient_expression(model)

Value

(Expression) Symbolic expression

Arguments

model

(Model) Pharmpy model object

See Also

calculate_epsilon_gradient_expression : Epsilon gradient

Examples

Run this code
if (FALSE) {
model <- load_example_model("pheno_linear")
calculate_eta_gradient_expression(model)
}

Run the code above in your browser using DataLab