getODummyMatForOneVec {aglm} | R Documentation |
Create a O-dummy matrix for one variable
Description
Create a O-dummy matrix for one variable
Usage
getODummyMatForOneVec(
x_vec,
breaks = NULL,
nbin.max = 100,
only_info = FALSE,
dummy_type = NULL
)
Arguments
x_vec |
A numeric vector representing original variable. |
breaks |
A numeric vector representing breaks of bins (If |
nbin.max |
The maximum number of bins (used only if |
only_info |
If |
dummy_type |
Used to control the shape of linear combinations obtained by O-dummies for quantitative variables (deprecated). |
Value
A list with the following fields:
-
breaks
: Same as input -
dummy_mat
: The created O-dummy matrix (only ifonly_info=FALSE
).
Author(s)
Kenji Kondo
[Package aglm version 0.4.0 Index]