Learn R Programming

PCIT (version 1.5-3)

maxMatrixSize: Calculate the maximum correlation matrix size which PCIT can handle

Description

This function attempts to determine the maximum sized correlation matrix which can be handled by PCIT given an amount of computer memory for the serial implementation.

Usage

maxMatrixSize(ram, units=c("MB", "bytes", "KB", "GB", "TB"), nCopies=3)

Arguments

ram
- The amount of RAM memory available
units
- The units in which RAM was specified
nCopies
- The maximum number of copies of the correlation matrix which PCIT holds at any one time

See Also

pcitMemoryRequirement

Examples

Run this code
	maxMatrixSize(1, "GB")
	maxMatrixSize(512, "MB")

Run the code above in your browser using DataLab