maxMatrixSize {PCIT} | R Documentation |
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.
maxMatrixSize(ram, units=c("MB", "bytes", "KB", "GB", "TB"), nCopies=3)
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 |
Nathan S. Watson-Haigh
maxMatrixSize(1, "GB") maxMatrixSize(512, "MB")