paste_scale {JointAI} | R Documentation |
Create the scaling in a data element of a linear predictor
Description
Create the scaling in a data element of a linear predictor
Usage
paste_scale(x, row, scalemat)
Arguments
x |
a character string |
row |
integer; indicating the row of |
scalemat |
character string; name of the matrix containing the scaling information (e.g., "spM_lvlone"). This matrix is assumed to have columns "center" and "scale". |
Value
a character string of the form (x - center)/scale
.
[Package JointAI version 1.0.6 Index]