- Added the
eda_rfs
function (the Cleveland residual-fit spread plot). - Added the
eda_viol
function that generates a violin plot. - Added the
eda_jitter
function that generates a jitter plot from univariate datasets. - Added the
eda_qqmat
function that generates a qq plot matrix. eda_lm
now outputs aneda_lm
class.eda_rline
now outputsfitted.values
class.eda_lm
now acceptspoly = 0
. This generates a flat line. Can be used withrobust = TRUE
.- Following changes were made to the
eda_qq
function:- It now generates different point symbols for values outside of the
inner
region - The
inner
region default is now 75%. - The outer bounds dashed line argument,
l.val
was removed (this to de-clutter the plot) - Removed the quantile-difference plot. Its interpretation is tricky when dealing with a multiplicative offset.
- It now generates different point symbols for values outside of the
- Added the quantile-difference plot to the
eda_qq
function. - Removed redundant
outliers
argument fromeda_boxls
(#21).
- Added symmetry QQ option to
eda_qq
function. - Ensure that all re-expressions default to Box-Cox method.
- Added polynomial option to
eda_lm
function. - Added robust fitting option to
eda_lm
function (usesMASS::rlm
)
- Added
show.par
option toeda_qq
- fixed issue #17.
- Re-wrote eda_rline function. This also fixed issue #15.
- Added the option to plot the density distribution alongside the Normal fit in
eda_normfit
.
- Added a Normal QQ plot option to
eda_qq
. - Added symmetrical Normal fit plot function
eda_normfit
. - Updated eda_boxls aesthetics.
- Updated median polish diagnostic plot aesthetics.
- Introduces the median polish function
eda_pol
. - Introduces the QQ and Tukey mean-difference plot
eda_qq
. - Introduces the density plot function
eda_dens
. - Adds re-expression parameters to
eda_lm
via the parameterspx
andpy
. - Adds
sd
labels to SD dashed lines ineda_lm
. eda_lm
will now outputlm
intercept and slope.- Adds plot method for
eda_rline
object. - In
eda_re
ifp = 1
, box-cox option is ignored. - Homogenized plot appearances.
- Added power parameter argument to
eda_boxls
. - Added power parameter argument to
eda_sl
. - Added plot option to
eda_sl
.
- Initial release of
tukeyedar