mxComputeBenchmark {OpenMx}R Documentation

Repeatedly invoke a series of compute objects

Description

Repeatedly invoke a series of compute objects

Usage

mxComputeBenchmark(steps, ..., maxIter = 500L, freeSet = NA_character_,
  maxDuration = as.numeric(NA))

Arguments

steps

a list of compute objects

...

Not used. Forces remaining arguments to be specified by name.

maxIter

the maximum number of iterations

freeSet

Names of matrices containing free variables.

maxDuration

the maximum amount of time (in seconds) to iterate


[Package OpenMx version 2.9.6 Index]