countJobs: Count the number of jobs defined in a DexBatch object

Description Usage Arguments Examples

Description

This function returns the expected number of individual jobs defined in a DexBatch object. The formula it uses is c * p, where c is the number of compendia and p is the number of different parameter sets to be tested.

Usage

1
countJobs(object)

Arguments

object

Object to get job count for.

Examples

1
2
3
4
5
x = matrix(rnorm(10 * 10), 10, 10)
y = matrix(rnorm(10 * 10), 10, 10)
a1 = matrix(sample(c(0,1), 100, replace = TRUE))
db = dexBatch(list(x,y), list(a1))
countJobs(db)

MPCary/DEXICA documentation built on May 4, 2019, 2:35 p.m.