I can easily turn off IQR with describe_distribution(..., iqr = FALSE). So I would expect to turn off the skewness and kurtosis variables with e.g. describe_distribution(..., skewness = FALSE), but apparently cannot. Is this, or could it be, possible?
I can easily turn off IQR with
describe_distribution(..., iqr = FALSE). So I would expect to turn off the skewness and kurtosis variables with e.g.describe_distribution(..., skewness = FALSE), but apparently cannot. Is this, or could it be, possible?