The meff() function computes the numerical Shrinkage delta-factors corresponding to any desired m-Extent of Shrinkage, meobj, along the "efficient" (shortest) Path used by eff.ridge(). This Two-Piece Linear-Spline Path has its single "interior" Knot at the Normal-theory Maximum Likelihood estimate of Optimal MSE Risk: d[j] = dMSE[j] for j = 1, 2, ..., p.
meff(meobj, p, dMSE)
The desired m-Extent of Shrinkage along the "efficient" Path.
The integer number of non-constant x-variables used in defining the linear model being fitted to ill-conditioned (intercorrelated, confounded) data. Note that p must also be rank of the given X-matrix.
Maximum Likelihood estimates of Shrinkage Delta-Factors with minimum MSE risk.
The appropriate scalar value for m and corresponding p by p diagonal matrix d:
The desired m-Extent of Shrinkage ...a scalar within [0, p].
The p by p diagonal matrix of shrinkage-factors: d[j,j] in [0, 1].