Closed niekdt closed 1 year ago
The update method of meta methods should be revised to allow for pass-through of undefined arguments.
Steps to reproduce:
data(latrendData) kmlMethod = lcMethodKML(response = "Y", id = "Id", time = "Time", nClusters = 2) repMethod = lcFitRepMin(kmlMethod, rep = 2, "BIC") # will fit 2 instead of 3 clusters kml = latrend(repMethod, data = latrendData, nClusters = 3) nClusters(kml)
The update method of meta methods should be revised to allow for pass-through of undefined arguments.
Steps to reproduce: