philips-software / latrend

An R package for clustering longitudinal datasets in a standardized way, providing interfaces to various R packages for longitudinal clustering, and facilitating the rapid implementation and evaluation of new methods
https://philips-software.github.io/latrend/
GNU General Public License v2.0
28 stars 5 forks source link

error MSG while running example code #160

Open Maggie8888 opened 1 week ago

Maggie8888 commented 1 week ago

Error in rep(char, length.out = length) : invalid 'length.out' argument

kmlMethod <- lcMethodKML("Y", nClusters = 3) model <- latrend(kmlMethod, data = latrendData) Error in rep(char, length.out = length) : invalid 'length.out' argument

niekdt commented 1 week ago

hi Maggie, I'm unable to reproduce the error. Which version of R are you using, and does the error occur even when starting a new R session?