Weight - Save Weight Variable from Configuration
(Redirected from Weighting - Save Weight Variable from Configuration)
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
- QScript for more general information about QScripts.
- QScript Examples Library for other examples.
- Online JavaScript Libraries for the libraries of functions that can be used when writing QScripts.
- QScript Reference for information about how QScript can manipulate the different elements of a project.
- JavaScript for information about the JavaScript programming language.
- Table JavaScript and Plot JavaScript for tools for using JavaScript to modify the appearance of tables and charts.
Extensions
Q Technical Reference
Q Technical Reference
Q Technical Reference > Setting Up Data > Creating New Variables
Q Technical Reference > Updating and Automation > Automation Online Library
Q Technical Reference > Updating and Automation > JavaScript > QScript > QScript Examples Library > QScript Online Library
R Online Library