Skip to content

table_one without statisticsΒ #100

@kapple19

Description

@kapple19

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions