R/TYLERsymm2wrap.R

TYLERsymm2 <- function(X, eps = 1e-06, maxiter = 100)
    {
    .Call( "Tylersymm2", X, eps, maxiter, PACKAGE = "fastM")
    }

Try the fastM package in your browser

Any scripts or data that you put into this service are public.

fastM documentation built on May 2, 2019, 4:01 a.m.