Learn R Programming

psychonetrics (version 0.4)

setestimator: Convenience functions

Description

These functions can be used to change some estimator options.

Usage

setestimator(x, estimator)

setoptimizer(x, optimizer)

usecpp(x, use = TRUE)

Arguments

x

A psychonetrics model.

estimator

A string indicating the estimator to be used

optimizer

A string indicating the optimizer to be used

use

Logical indicating if C++ should be used (currently only used in FIML)

Value

An object of the class psychonetrics (psychonetrics-class)