You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -376,7 +376,7 @@ We'll also have to specify what columns our table will have. Some columns are al
376
376
- `format`: format specifiers for `type` is `number` (multiple can be specified, separated by semicolons), default value is `sf:4;dp:3`:
377
377
- `dp:X` - format to X decimal places
378
378
- `sf:X` - format to X significant figures
379
-
- `p:X` - if the value is less than X, substitute `< X` in it's place (`p:.001`iscommon)
379
+
- `p:X` - if the value is less than X, substitute `< X` in its place (`p:.001` is common)
380
380
- `pc` - format the number as a percentage (multiply it by 100, and add a % sign) (does not work in conjunction with sf)
381
381
- `combine`: boolean specifying if cells in the column should be merged if they contain the same value
382
382
- `overtitle`: adds a title which is positioned above all columns that specify the same overtitle (often used for confidence intervals, where the lower and upper bound are in separate columns, but the added overtitle groups them together)
@@ -960,7 +960,7 @@ It is possible to create visually and functionally distinct groupings in your an
What we mean by functional grouping is a set of tables and plots that all rely on the same dependencies and/or computed results. You may not wish to create a visual grouping, but you might still want to make use of the shared properties of the different output elements. Whether you wish to create a visual and/or functional grouping does not matter terribly much, they both make use of the same mechanic: JASP containers. For all intends and purposes a container can be thought of as a normal list in R, you can add objects to it and then retrieve them again at a later point.
0 commit comments