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?
• 1,490 views
•
link
0 answers
No answers yet.
Log in to answer this question.
Cross-posted: https://support.bioconductor.org/p/9144396/
I have solved this problem by myself. My data.frame is not suitable for Mfuzz.