Skip to content

Joint-RPCA improvement #827

Description

@antagomir

Calling df_mia <- getJointRPCA(...) is returning two attributes among others:

attr(df_mia, "varExplained")  # explained variance 
attr(df_mia, "percentVar")     # explained proportion of variance i.e. x^2 / sum(x^2) where x is explained variance

The naming is potentially confusing. One might consider that "varExplained" is already the explained percentage.

Suggestion: rename percentVar into propVarExplained

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    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