Table Computations - Add Rows to Display Effective Column Sample Size

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 rule REPLACE THIS TEXT WITH A SHORT EXPLANATION OF WHAT THE RULE DOES.

Example

REPLACE THIS TEXT WITH ANY RELEVANT CONTEXT FOR EXPLAINING THE EXAMPLE.

File:THE NAME OF THE EXAMPLE IMAGE YOU HAVE UPLOADED.PNG

Technical details

REPLACE THIS TEXT WITH ANY RELEVANT DISCUSSIONS. FEEL FREE TO DELETE THIS SECTION INCLUDING ITS TITLE IF YOU FEEL IT IS NOT NECESSARY.

DELETE OR INCORPORATE THE FOLLOWING AS REQUIRED: Statistical tests are not performed on these cells.

How to apply this rule

For the first time in a project

  • Select the table(s)/chart(s) that you wish to apply the rule to.
  • Start typing the name of the Rule into the Search features and data box in the top right of the Q window.
  • Click on the Rule when it appears in the QScripts and Rules section of the search results.

OR

  • Select Automate > Browse Online Library.
  • Choose this rule from the list.

Additional applications of the rule

  • Select a table or chart that has the rule and any table(s)/chart(s) that you wish to apply the rule to.
  • Click on the Rules tab (bottom-left of the table/chart).
  • Select the rule that you wish to apply.
  • Click on the Apply drop-down and choose your desired option.
  • Check New items to have it automatically applied to new items that you create. Use Edit > Project Options > Save as Template to create a new project template that automatically uses this rule.

Removing the rule

  • Select the table(s)/chart(s) that you wish to remove the rule from.
  • Press the Rules tab (bottom-right corner).
  • Press Apply next to the rule you wish to remove and choose the appropriate option.

How to modify the rule

  • Click on the Rules tab (bottom-left of the table/chart).
  • Select the rule that you wish to modify.
  • Click Edit Rule and make the desired changes. Alternatively, you can use the JavaScript below to make your own rule (see Customizing Rules).

JavaScript

includeWeb('QScript Utility Functions');
includeWeb('Table JavaScript Functions for Adding Calculations')
includeWeb('Table JavaScript Utility Functions');

excludeRTables();

addEffectiveColumnN();

See also