Warning with missing data when making a plot (R) - but am using na.rm=TRUE -
i trying change whiskers (upper &lower limits) of boxplots , directed boxplotperc()
in statda
package. data i'm using has missing values , works fine when using regular boxplot()
however when used function (i.e. boxplotperc(x)
) warning:
error in quantile.default(x, quant) : missing values , nan's not allowed if 'na.rm' false`
i tried adding na.rm = true
function, same error returned. new user of r, understanding of above error "missing values" should allowed, not correct.
is there advice on how make boxplotperc()
work missing data? great. thank you.
Comments
Post a Comment