This is a test version of Biostars. For the public version, visit https://www.biostars.org.
R: problem with running time-series analysis software: Mfuzz

when I run this in R studio:

cl=mfuzz(mydata, c = 8, m = mestimate(mydata))

bug is

Error in sample.int(length(x), size, replace, prob) : cannot take a sample larger than the population when 'replace = FALSE'

Why?

mfuzz time-series replace

I have solved this problem by myself. My data.frame is not suitable for Mfuzz.

0 answers

No answers yet.

Log in to answer this question.