Skip to content

add orientation and major/minor axis to confidence ellipse output #1

Description

@thartbm

major and minor axes are calculated to get the surface of the 95% confidence ellipse anyway

the orientation could be calculated from the loadings...

the simplest I found was using acos on the x coordinate:

(acos(pc$loadings[1,1])/pi)*180

where pc is the output of prcomp()

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