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

▶ Show Code

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

See also

Help improve this page

Leave feedback about this page. If you have a specific question, email Q support directly.

Did you find what you were looking for?

Yes
No