RRBLUPMemUse {AlphaSimR} | R Documentation |
Estimates the amount of RAM needed to run the RRBLUP
and its related functions for a given training population size.
Note that this function may underestimate total usage.
RRBLUPMemUse(nInd, nMarker, model = "REG")
nInd |
the number of individuals in the training population |
nMarker |
the number of markers per individual |
model |
either "REG", "GCA", or "SCA" for |
Returns an estimate for the required gigabytes of RAM
RRBLUPMemUse(nInd=1000, nMarker=5000)