powered by
Calculate the symbolic expression for the eta gradient
This function currently only support models without ODE systems
calculate_eta_gradient_expression(model)
(Expression) Symbolic expression
(Model) Pharmpy model object
calculate_epsilon_gradient_expression : Epsilon gradient
if (FALSE) { model <- load_example_model("pheno_linear") calculate_eta_gradient_expression(model) }
Run the code above in your browser using DataLab