Select the lcModel with the highest metric value
Select the lcModel with the highest metric value
## S3 method for class 'lcModels' max(x, name, ...)
x |
The |
name |
The name of the internal metric. |
... |
Additional arguments. |
The lcModel with the highest metric value
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) max(models, 'WRSS')
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.