Plot one or more internal metrics for all lcModels
Plot one or more internal metrics for all lcModels
plotMetric(models, name, by = "nClusters", subset, group = character())
models |
A |
name |
The name(s) of the metric(s) to compute. |
by |
The argument name along which methods are plotted. |
subset |
Logical expression based on the |
group |
The argument names to use for determining groups of different models. By default,
all arguments are included.
Specifying |
ggplot2
object.
data(latrendData) baseMethod <- lcMethodKML(response = "Y", id = "Id", time = "Time") kml1 <- latrend(baseMethod, nClusters = 1, latrendData) kml2 <- latrend(baseMethod, nClusters = 2, latrendData) kml3 <- latrend(baseMethod, nClusters = 3, latrendData) models <- lcModels(kml1, kml2, kml3) plotMetric(models, "BIC", by = "nClusters", group = ".name")
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.