Weight - Save Weight Variable from Configuration

From Q
Jump to navigation Jump to search

Saves a weight created by Weight - Configure Weight from Variable(s) to the data set.

Code

includeWeb("QScript R Output Functions");
main();
function main() {
    saveVariables("Weights", "Create Weights", "as.numeric(", ")", null, true, "created.weight", "Calibrate");
}

See also