Skip to content

Expose parameters for handling NA values #3

@mpadge

Description

@mpadge

Extending from #2, another useful pre-processing step would be to enable user-control over handling of NA values. Current routines simply assume there are none, and error if any are encountered. Many stats routines have useNA or na.rm-type arguments, and there are also the stand-alone functions like na.omit. Exposing at least some minimal options which default to something like na.omit would greatly improve usability, through enabling NAs to be processed rather than current uninformative error. Even better would be to enable domain-specific options along the lines of zoo::na.approx(). Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions