QScript SignificanceLevel

From Q
Jump to navigation Jump to search

SignificanceLevel

One row of a table, plot, calculation, or project's resolved significance levels and appearance.

columnLetters

The comma-separated column-comparison letters for this level; null when the row is incomplete and has no matching parent row. Set to null to restore to defaults.
Example:
level.columnLetters='a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z';

cutoffPValue

The p-value cutoff for this level. It also identifies the row, so reuse the exact value returned here when referring to it to avoid float precision loss.

deleteLevel()

Deletes this significance level from its owning statistical assumptions.

fontSizeMultiplier

The font-size multiplier for significant cells; null when the row is incomplete and has no matching parent row. Set to null to restore to defaults.

negativeColor

The color for a negative (lower-than-comparison) result, as "rgb(R, G, B)"; null when the row is incomplete and has no matching parent row. Set to null to restore to defaults.

positiveColor

The color for a positive (higher-than-comparison) result, as "rgb(R, G, B)"; null when the row is incomplete and has no matching parent row. Set to null to restore to defaults.

size

The relative size of this level's significance symbol comparing to the other levels. the level with the largest value gets the biggest symbol, and 1 doesn't show; null when the row is incomplete and has no matching parent row. Set to null to restore to defaults.

type

Returns 'SignificanceLevel'.