Error luego de correr la función summary

est_ace <- estaccumR(data, permutations = 50)
summary(est_ace, display = "ace")
Me sale lo siguiente luego de correr la función summary que podría hacer
Error in quantile.default(newX[, i], ...) :
missing values and NaN's not allowed if 'na.rm' is FALSE

Welcome aboard.

think we need a FAQ: How to do a minimal reproducible example ( reprex ) for beginners

A handy way to supply some sample data is the dput() function. In the case of a large dataset something like dput(head(mydata, 100)) should supply the data we need.

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.