Learn R Programming

aglm (version 0.4.1)

getLVarMatForOneVec: Create L-variable matrix for one variable

Description

Create L-variable matrix for one variable

Usage

getLVarMatForOneVec(x_vec, breaks = NULL, nbin.max = 100, only_info = FALSE)

Value

A list with the following fields:

  • breaks: Same as input

  • dummy_mat: The created L-variable matrix (only if only_info=FALSE).

Arguments

x_vec

A numeric vector representing original variable.

breaks

A numeric vector representing breaks of bins (If NULL, automatically generated).

nbin.max

The maximum number of bins (used only if breaks=NULL).

only_info

If TRUE, only information fields of returned values are filled and no dummy matrix is returned.

Author

Kenji Kondo