Learn R Programming

ClustMMDD (version 1.0.4)

read.or.compute: Read a given model from a file or compute the estimates of paramaters if not found.

Description

Read a given model from a file or compute the estimates of the parameters if not found. This function is not available for users.

Usage

read.or.compute(xdata, xK, xS, xReferenceModel, xReferenceModelsIndex, xNberExploredModels, xFileNameExploredModels, cte = as.double(1), header = TRUE)

Arguments

xdata
A list of dataset and several description paramaters such as frequencies.
xK
The number of components (clusters or populations).
xS
The subset of relevant variables.
xReferenceModel
The indicator of if the model is a reference model in an exclusion step of the backward-stepwise explorer.
xReferenceModelsIndex
The vector indicating the models that have once been a reference at an exclusion step.
xNberExploredModels
The current number of explored models.
xFileNameExploredModels
The explored models.
cte
A constant real.
header
Indication of the presence of header in the file.

Details

Not available for users.

References

See Also

dimJump.R for data driven calibration of the penality function, and model.selection.R for model selection.