Learn R Programming

ClustMMDD (version 1.0.3)

genotype2_ExploredModels: A data frame of competing models gathered by backward.explorer.

Description

A data frame of competing models gathered by backward.explorer for $Kmax = 10$. Such data file can be used for a final model selection process.

Usage

data("genotype2_ExploredModels")

Arguments

source

Wilson Toussile

Details

TODO

See Also

dimJump.R and model.selection.R.

Examples

Run this code
data(genotype2_ExploredModels)
head(genotype2_ExploredModels)
plot(genotype2_ExploredModels[, c("dim", "logLik")],
	 col = "blue", xlab = "Dimension", ylab = "Log-likelihood")

# Data-driven calibration of the penalty
dimJump.R(genotype2_ExploredModels, h = 5, N=1000, header=T)

Run the code above in your browser using DataLab