Skip to content

Commit

Permalink
merge pr #912: clarify stats-prcomp docs
Browse files Browse the repository at this point in the history
  • Loading branch information
simonpcouch committed Aug 15, 2020
2 parents fbac6d9 + f2bbc9c commit 5da04f6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions R/stats-prcomp-tidiers.R
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,11 @@
#'
#' \item{`PC`}{An integer vector indicating the principal component}
#' \item{`std.dev`}{Standard deviation explained by this PC}
#' \item{`percent`}{Fraction of variation explained by this component}
#' \item{`percent`}{Fraction of variation explained by this component
#' (a numeric value between 0 and 1).}
#' \item{`cumulative`}{Cumulative fraction of variation explained by
#' principle components up to this component.}
#' principle components up to this component (a numeric value between 0 and
#' 1).}
#'
#' @details See https://stats.stackexchange.com/questions/134282/relationship-between-svd-and-pca-how-to-use-svd-to-perform-pca
#' for information on how to interpret the various tidied matrices. Note
Expand Down

0 comments on commit 5da04f6

Please sign in to comment.