Learn R Programming

AlphaSimR (version 0.11.0)

RRBLUPMemUse: RRBLUP Memory Usage

Description

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.

Usage

RRBLUPMemUse(nInd, nMarker, model = "REG")

Arguments

nInd

the number of individuals in the training population

nMarker

the number of markers per individual

model

either "REG", "GCA", or "SCA" for RRBLUP RRBLUP_GCA and RRBLUP_SCA respectively.

Value

Returns an estimate for the required gigabytes of RAM

Examples

Run this code
# NOT RUN {
RRBLUPMemUse(nInd=1000, nMarker=5000)

# }

Run the code above in your browser using DataLab