Skip to content

Commit

Permalink
Updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Gad Abraham committed Mar 24, 2016
1 parent a048ca4 commit 35a6bbe
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 2 additions & 2 deletions flashpcaR/DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ Depends: R(>= 3.0.2)
Type: Package
Title: R Interface to flashpca
Version: 1.2.6
Date: 2016-02-11
Date: 2016-03-24
Authors@R: c(
person("Gad", "Abraham", , "[email protected]", c("aut", "cre"))
)
Description: flashpca is an efficient implementation of random principal
component analysisi (PCA), useful for rapidly estimating the top principal
component analysis (PCA), useful for rapidly estimating the top principal
components of data. In addition to standard PCA, flashpca implements kernal PCA
and sparse (L1-penalized) canonical correlation analysis (SCCA).
URL:
Expand Down
3 changes: 3 additions & 0 deletions flashpcaR/R/scca.R
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@
#' X and Y contain values other than {0, 1, 2}, when stand="binom". This can
#' be set to FALSE if you are sure your matrices only contain these values
#' (only matters when using stand="binom").
#'
#' @param V Numeric. A vector to initialise "v" in SCCA iterations. By
#' default, it will be a vector of normally distributed variates.
#'
#' @return \code{scca} returns a list containing the following components:
#'
Expand Down
5 changes: 4 additions & 1 deletion flashpcaR/man/scca.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 35a6bbe

Please sign in to comment.