deltaValue {sgee} | R Documentation |
Function to calculate an update under a given configuration.
deltaValue(a, lambda1, lambda2, gamma)
a |
Subvector of Estimating Equations that pertains to a particular group. |
lambda1 |
Tuning parameter pertaining to importance of groups. |
lambda2 |
Tuning parameter pertaining to importance of individuals. |
gamma |
Scaling / thresholding value. |
Internal function used by bisee.
The form of a group update for given lambda1, lambda2, and gamma.
Internal function.
Gregory Vaughan