Skip to content

addCLtoLowerCS enables to select only one stratum at a time #259

Description

@rix133

RDBEScore::addCLtoLowerCS does not support pooling natively — its inner subset_dt uses ==, which silently misbehaves on a multi-value stratum. For support, the RDBEScore would nee a change dt[get(field) == criteria[[field]], ] to dt[get(field) %in% criteria[[field]], ] in that inner subset_dt

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions