Sort Pages - Sort Pages by Significance

From Q
Jump to navigation Jump to search
This page is currently under construction, or it refers to features which are under development and not yet available for use.
This page is under construction. Its contents are only visible to developers!

This tool sorts the pages you have selected in the Pages tree according to the statistical significance of the items on those pages. Statistical significance is evaluated by identifying the smallest p-value in the tables or charts one each page. Pages which contain the smallest p-values are sorted to the top of your selection.

This tool is intended to be used to help identify the most signifcant results in large batches of tables and crosstabs. Other analyses, like Driver Analysis or Max Diff, which are not tables (or charts created from tables), are not checked for significance. Any pages which do not have tables or charts that can be checked for statistical significance will be sorted to the bottom of your selection. Cells from NET rows and columns and not included when checking for the smallest p-values.

Usage

  1. Select two or more pages in the Pages tree, or select a folder containing multiple pages.
  2. Use Sort > Sort Pages by Significance.
var __webpack_modules__ = ({});
// The module cache
var __webpack_module_cache__ = {};

// The require function
function __webpack_require__(moduleId) {

// Check if module is in cache
var cachedModule = __webpack_module_cache__[moduleId];
if (cachedModule !== undefined) {
return cachedModule.exports;
}
// Create a new module (and put it into the cache)
var module = (__webpack_module_cache__[moduleId] = {
exports: {}
});
// Execute the module function
__webpack_modules__[moduleId](module, module.exports, __webpack_require__);

// Return the exports of the module
return module.exports;

}

// webpack/runtime/rspack_version
(() => {
__webpack_require__.rv = () => ("1.7.2")
})();
// webpack/runtime/rspack_unique_id
(() => {
__webpack_require__.ruid = "bundler=rspack@1.7.2";
})();
includeWeb("QScript Functions for Sort and Delete");

sortPagesBySignificance(false, false);

See also