omxDefaultComputePlan | R Documentation |
This function generates a default compute plan, where "default compute plan" refers to an object of class MxComputeSequence which is appropriate for use in a wide variety of cases. The exact specification of the plan will depend upon the arguments provided to omxDefaultComputePlan()
.
omxDefaultComputePlan(modelName=NULL, intervals=FALSE,
useOptimizer=TRUE, optionList=options()$mxOption, penaltySearch=FALSE)
modelName |
Optional (defaults to |
intervals |
Logical; will confidence intervals be computed? Defaults to |
useOptimizer |
Logical; will a fitfunction be minimized? Defaults to |
optionList |
List of mxOptions. Defaults to the current list of global mxOptions. |
penaltySearch |
Logical; whether to wrap the optimizer step with mxComputePenaltySearch |
At minimum, argument optionList
must include “Gradient algorithm”, “Gradient iterations”, “Gradient step size”, “Calculate Hessian”, and “Standard Errors”.
Returns an object of class MxComputeSequence.
foo <- omxDefaultComputePlan(modelName="bar")
str(foo)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.