Skip to content

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

@rix133

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

Metadata

Metadata

Assignees

Labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions