R/step_pca_sparse_bayes.R

Defines functions orbital.step_pca_sparse_bayes

#' @export
orbital.step_pca_sparse_bayes <- function(x, all_vars, ...) {
	rot <- x$res
	out <- pca_helper(rot, x$prefix, all_vars)
	out
}

Try the orbital package in your browser

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

orbital documentation built on April 3, 2025, 8:47 p.m.