Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

SVDwithMissing

SVD with missing values


Description

Compute singular value decomposition on a matrix with missing values, using a naive/simple method for imputing missing values by row-mean

Usage

SVDwithMissing(Y)

Arguments

Y

Matrix for which to compute SVD.

Details

Computes singular value decomposition on a matrix with missing values, using a naive/simple method for imputing missing values by row-mean. Not recommended for matrices with very large numbers of missing values.

Value

singular value decomposition (as returned by svd function)


RefFreeEWAS

EWAS using Reference-Free DNA Methylation Mixture Deconvolution

v2.2
GPL (>= 2)
Authors
E. Andres Houseman, Sc.D.
Initial release
2018-12-14

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.