R/plot.unidimTest.R

plot.unidimTest <-
function (x, xlab = "Eigenvalue number", ylab = "Eigenvalue", ...) {
    y1 <- x$Tobs
    y2 <- colMeans(x$T.boot, na.rm = TRUE)
    x <- seq_along(y1)
    matplot(x, cbind(y1, y2), xlab = xlab, ylab = ylab, ...)
    invisible()
}

Try the ltm package in your browser

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

ltm documentation built on March 18, 2022, 6:36 p.m.