setIndicfix-set-model-method: Setter method of 'model' class.

Description Usage Arguments Value See Also Examples

Description

Sets a value for the indicfix slot.

Usage

1
2
## S4 replacement method for signature 'model'
setIndicfix(object) <- value

Arguments

object

An model object.

value

A logical specifying, if the model is one with fixed indicators.

Value

The model object with slot indicfix set to value.

See Also

Examples

1
2
3
4
# Generate an default mixture model.
f_model <- model()
# Set the slot.
setIndicfix(f_model) <- TRUE

simonsays1980/finmix documentation built on Dec. 23, 2021, 2:25 a.m.