# Generated by roxygen2: do not edit by hand

export(aggregate)
export(correlation_threshold)
export(count_na_rows)
export(covariance)
export(drop_na_columns)
export(drop_na_rows)
export(extract_subpopulations)
export(generalized_log)
export(generate_component_matrix)
export(normalize)
export(replicate_correlation)
export(sparse_random_projection)
export(svd_entropy)
export(transform)
export(variable_importance)
export(variable_select)
export(variance_threshold)
export(whiten)
importFrom(Matrix,sparseMatrix)
importFrom(foreach,"%dopar%")
importFrom(magrittr,"%<>%")
importFrom(magrittr,"%>%")
importFrom(rlang,":=")
importFrom(rlang,.data)
importFrom(stats,cor)
importFrom(stats,cov)
importFrom(stats,mad)
importFrom(stats,median)
importFrom(stats,rbinom)
importFrom(stats,sd)
importFrom(stats,setNames)
importFrom(utils,find)
