PLR.normalize {LorenzRegression}R Documentation

Re-normalizes the estimated coefficients of a penalized Lorenz regression

Description

PLR.normalize transforms the estimated coefficients of a penalized Lorenz regression to match the model where the first category of each categorical variable is omitted.

Usage

PLR.normalize(object)

Arguments

object

An object of S3 class "PLR". The object must also contain a "theta" slot with the estimated coefficients

Value

A matrix of re-normalized coefficients.

See Also

Lorenz.Reg


[Package LorenzRegression version 2.1.0 Index]