Version 0.10.0
- Updated documentation to clarify that the implementation of Levene’s
Test is based on median, which is also known as the Brown-Forsythe test.
Thanks to Brice Langston for pointing this out.
- Objects returned by the basis_...()methods now contain
the actual results of each diagnostic tests. This allows users to
interrogate any diagnostic failures.
- Added condition_summary()methods for producing tables
that compare several environmental conditions.
- Added the function geom_jitter_failure_mode()for
plotting data with multiple failure modes for some (or all)
observations.
- Added a helper function for separating failure modes.
- Added a check in the maximum_normed_residual()test to
ensure that at least 3 observations were provided.
- The calc_cv_star()function now accepts vectors.
Version 0.9.3
- Updated basis_anovafunction to prevent division by
zero when MSE is 0
- Update equiv_change_mean.printmethod so that
t-statistic and pooled SD are displayed.
Version 0.9.2
- Update to Anderson Darling k-Sample vignette to explain differences
with SciPy implementation
- Updated README
- Update plot_nestedto uselinewidthinstead ofsizeinternally due to update toggplot2
Version 0.9.1
- Updated tests to accommodate upcoming changes to the rlang package.
No change to test coverage was made.
Version 0.9.0
- Added the vignette cmstatr_Validation
- Updated the expected value of the order statistic of a normally
distributed variable in the implementation of
hk_ext_z_j_opt. This affects the Basis values computed bybasis_hk_extwhenmethod="optimum-order". Both
the new and old implementations appear to perform equally well. See the
vignettehk_extfor more information.
- Added the function nested_data_plotfor producing
nested data plots.
- Added the vignette hk_ext
- Updated the vignette cmstatr_Graphingto show some
examples of the use ofnested_data_plot.
- Added the additional column batchto thecarbon.data.2example data set.
- In k_factor_normal, suppress warnings emitted byqtwhen the non-central parameter is large.
- Updated the test to use testthatedition 3.
Version 0.8.0
- Updated basis_anovaso that in cases where the
between-batch variance is small compared with the within-batch variance,
a tolerance factor that doesn’t consider the structure of the data is
used. This matches the recommendation of Vangel (1992).
- Added the alias override="all"to allow overriding all
applicable diagnostic tests that are automatically run by thebasis_...functions.
- Improved documentation of diagnostic tests
- Added na.rmargument tocvwith identical
behavior to thena.rmargument ofmeanandsd.
- Fixed bug causing maximum_normed_residualto fail with
small data sets where all but two observations would be considered
outliers.
- When diagnostic tests produce an error (when automatically run by
the basis_...functions), the error message now identifies
which test produced the error.
Version 0.7.1
- Fixed bug in glance.equiv_mean_extremumwhere it would
include empty values when a sample was not specified.
- Moved dplyrfrom Suggests to Depends. It is expected
that nearly all users will use this package in their workflow, and a
future version ofcmstatrwill also rely on functionality
fromdplyr.
- Changed tests and vignettes such that tests and vignette code is not
re-run when the necessary packages are not available. Test coverage and
re-building of vignettes is unchanged when all packages in Depends and
Suggests are available.
Version 0.7.0
- Added optional argument to glance.basisto add
diagnostic test results to resultingdata.frame
Version 0.6.0
- Improved the documentation for several functions
- Made minor formatting changes to the printmethods for:
- ad_ksample
- anderson_darling
- basis
- equiv_mean_extremum
- equiv_chage_mean
- levene_test
- maximum_normed_residual
 
- Added alphainto themnrobject, and
updatedprintandglancemethods to show the
value ofalphaspecified by the user
Version 0.5.2
- Internally use vapplyinstead ofsapplyto
improve code safety
- Increased coverage of unit tests
Version 0.5.1
- Fixed the title of the graphing vignette
Version 0.5.0
- Renamed transform_mod_cv_2totransform_mod_cv_adto better describe the purpose of this
function.
- Removed the optional argument from transform_mod_cv.
Now if several groups are to be transformed separately, this needs to be
done explicitly usingdplyr::group_byor a similar
strategy.
- Fixed bug related to the automated diagnostic tests of pooled basis
methods when modcv = TRUE. Previously, the diagnostic tests
were performed with the unmodified data. After this bug fix, the the
data after the modified CV transform is used for the diagnostic
tests.
- Added statextensions toggplot2:
- stat_normal_surv_functo plot a normal survival
function based on the data given
- stat_esfto plot an empirical survival function
 
- Updated cmstatr_Tutorial vignette
- Created cmstatr_Graphing vignette
- Various documentation improvements
Version 0.4.0
- Added automated diagnostic tests to basis_… methods
- Updated argument names for functions:
- transform_mod_cv
- transform_mod_cv_2
- normalize_group_mean
 
- Updated cmstatr_Tutorial vignette
Version 0.3.0
- Added modified CV functionality
- Added glance and augment methods for most objects
- Added function for calculating CV of a sample
- Breaking changes:
- Renamed function basis_nonparametric_large_sampletobasis_nonpara_large_sample
- Renamed function nonparametric_binomial_ranktononpara_binomial_rank
 
Version 0.2.0
- Added ANOVA basis calculation
- Added non-parametric basis calculations
Version 0.1.0