why do I get sample is too sparse to find TD using beanplot?

291 views Asked by At

I am trying to draw a beanplot with the following code:

library(beanplot)

beanplot(df, col="#cccccc", names="plot-1", yaxt="n", overallline="median", ll=0.00001)

I get the following error:

Error in bw.SJ(x, method = "dpi") : sample is too sparse to find TD

dput(df) data here: https://pastebin.com/fyCSmX6t

0

There are 0 answers