
The “future_map2” Function in R
Parallel execution of a function over input data using futures.
The “foreach” Function in R
Iterate over elements in a collection in parallel or sequentially.
The “registerDoParallel” Function in R
Register a parallel backend for the foreach package.
The “detectCores” Function in R
Detect the number of CPU cores available for parallel processing.
The “parCapply” Function in R
Apply a function to the columns of a matrix using a cluster for parallel processing.
The “parRapply” Function in R
Applies a function to each row of a matrix using a cluster for parallel processing.
The “parSapply” Function in R
Applies a function to each element of a list or vector in parallel and simplifies the results into a vector or matrix.
The “parLapply” Function in R
Applies a function to each element of a list or vector in parallel.
The “alpha” Function in R
Compute Cronbach’s alpha coefficient for internal consistency reliability.