Learn R Programming

nlmixr (version 0.9.1-2)

rxUpdateEtas: Update ETAs based on d(eta)/d(theta)

Description

This updates the ETA initial estimates based on the knowledge of d(eta)/d(theta)

Usage

rxUpdateEtas(DnDhS, DhS, initS, acceptNS)

Arguments

DnDhS

This is the d(eta)/d(theta) list where there is a d(eta)/d(theta) matrix for each subject

DhS

This is the change in theta observed between steps.

initS

This is the ETA initial condition matrix

acceptNS

Acceptance criteria for the new eta. |eta| < acceptNS for the new eta to be accepted.