Hi there
I'm using the fitTimeSeries for a time series analysis and when I run the fit time series for all the family or genera using c=.3 and B=1000 (for example) I sometimes obtain this instead of the time interval after running time=sapply(time, function(i){i[[1]]})[-grep("No", time)]:
$Bacteroides
fitTimeSeries(obj = x, feature = i, class = "status", time = "timepoint",
id = "id", lvl = "family", C = 0.5, B = 1000)
which gives me error in the subsequent codes. Is that normal or it's because is "non statistically different" and I just need to increase C or B to obtain a proper value?
Thank you for your reply!
Giulia