Last chance! 50% off unlimited learning
Sale ends in
MAD(x, ..., data, groups = NULL, ..fun.. = MAD_,
na.rm = getOption("na.rm", FALSE))SAD(x, ..., data, groups = NULL, ..fun.. = SAD_,
na.rm = getOption("na.rm", FALSE))
MAD_
or SAD_
. If x
is a formala, ...
should
include an argument named data
if the intent is to
interpret the formala in a data frame.data=parent.frame()
. This makes it convenient to
use this function interactively by treating the working envionment as if it were
a data frame. But this madata
c(x,...)
.link{mad}
, MAD_
SAD(1:3)
MAD(1:3)
MAD(~eruptions, data=faithful)
Run the code above in your browser using DataLab