-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Loving the package!
I'd like the presentation of table_one with scalars.
This is similar to #59, except I note that the functionality requested there is already available with table_one, except it just has to detect that each column has just one sample, which triggers it to not present mean, median and extrema, but just the scalar values in each cell. So it would be easier to implement than #59 (in that issue, a workaround/preparatory transformation is performed on the data).
Usage example:
table_one(
data::DimensionalData.AbstractDimStack,
[ # rows
:A,
:B,
:C,
:D
:E
],
groupby = [ # columns
:a
:b
:c
],
show_total = false
)where data[a = Begin, b = Begin, c = Begin].A isa Real, and likewise for B and C.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels