mxComputeConfidenceInterval {OpenMx}R Documentation

Find likelihood-based confidence intervals

Description

Add some description TODO

Usage

mxComputeConfidenceInterval(freeSet = NA_character_, ..., engine = NULL,
  fitfunction = "fitfunction", verbose = 0L, tolerance = NA_real_)

Arguments

freeSet

names of matrices containing free variables

...

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

engine

specific NPSOL or CSOLNP

fitfunction

name of the fitfunction (defaults to 'fitfunction')

verbose

level of debugging output

tolerance

how close to the optimum is close enough (also known as the optimality tolerance)


[Package OpenMx version 2.0.1-4157 Index]