Skip to content

nemenyi function fails with non-matrix objects #2

Description

@config-i1

If a user works with a data.frame / data.table / tibble, then the function would fail with an error:

Error in friedman.test.default(data) :
argument "groups" is missing, with no default

This is because friedman.test method is used instead of just a function in that case.

A fix for the time being is to do:

nemenyi(as.matrix(ourTable))

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