ds.mxAlgebraObjective: Creates a new mxAlgebraObjective object

Description Usage Arguments Details Value Author(s) References Examples

Description

This function is similar to OpenMx function mxAlgebraObjective.

Usage

1
2
ds.mxAlgebraObjective(algebra = NULL, numObs = NA, numStats = NA,
  newobj = "new_mxAlgebraObjective", datasources = NULL)

Arguments

algebra

a character string indicating the name of an mxAlgebra or mxMatrix object to use for optimization.

numObs

(optional) an adjustment to the total number of observations in the model.

numStats

(optional) An adjustment to the total number of observed statistics in the model.

newobj

the name of the new object. By default the the name of the new object is "new_mxAlgebraObjective".

datasources

a list of opal object(s) obtained after login in to opal servers; these objects hold also the data assign to R, as dataframe, from opal datasources. By default an internal function looks for 'opal' objects in the environment and sets this parameter.

Details

See details of the OpenMx function 'mxAlgebraObjective' in the package OpenMx.

Value

a new mxAlgebraObjective object. MxAlgebraObjective objects should be included with models with referenced mxAlgebra and mxMatrix objects.

Author(s)

Gaye, A.

References

Steven M. Boker, Michael C. Neale, Hermine H. Maes, Michael J. Wilde, Michael Spiegel, Timothy R. Brick, Jeffrey Spies, Ryne Estabrook, Sarah Kenny, Timothy C., Bates, Paras Mehta, and John Fox. (2011) OpenMx: An Open Source Extended Structural Equation Modeling Framework. Psychometrika. Steven M. Boker, Michael C. Neale, Hermine H. Maes, Michael J. Wilde, Michael Spiegel, Timothy R. Brick, Ryne Estabrook, Timothy C. Bates, Paras Mehta, Timo von Oertzen, Ross J. Gore, Michael D. Hunter, Daniel C. Hackett, Julian Karch and Andreas M. Brandmaier. (2012) OpenMx 1.3 User Guide.

Examples

1
2
3
{

}

datashield/dsMxClient documentation built on May 14, 2019, 7:51 p.m.