Title: Bayesian Analysis of Finite Mixtures of Plackett-Luce Models for
Partial Rankings/Orderings
Description: Fit finite mixtures of Plackett-Luce models for partial top rankings/orderings within the Bayesian framework. It provides MAP point estimates via EM algorithm and posterior MCMC simulations via Gibbs Sampling. It also fits MLE as a special case of the noninformative Bayesian analysis with vague priors. In addition to inferential techniques, the package assists other fundamental phases of a model-based analysis for partial rankings/orderings, by including functions for data manipulation, simulation, descriptive summary, model selection and goodness-of-fit evaluation. Main references on the methods are Mollica and Tardella (2017) <doi.org/10.1007/s11336-016-9530-0> and Mollica and Tardella (2014) <doi/10.1002/sim.6224>.
Author: Cristina Mollica [aut, cre],
Luca Tardella [aut]
Maintainer: Cristina Mollica <cristina.mollica@uniroma1.it>
Diff between PLMIX versions 2.0.1 dated 2018-05-02 and 2.1.0 dated 2019-08-03
DESCRIPTION | 20 MD5 | 83 +- NAMESPACE | 37 + NEWS | 56 + R/PLMIXfunctions.R | 1637 ++++++++++++++++++++++++++++++++++++++------- R/RcppExports.R | 64 - data/d_apa.RData |binary data/d_carconf.RData |binary data/d_dublinwest.RData |binary data/d_german.RData |binary data/d_nascar.RData |binary data/d_occup.RData |only data/d_rice.RData |only man/PLMIX-package.Rd | 45 - man/as.top_ordering.Rd |only man/bicPLMIX.Rd | 14 man/binary_group_ind.Rd | 2 man/d_apa.Rd | 12 man/d_carconf.Rd | 15 man/d_dublinwest.Rd | 10 man/d_german.Rd | 12 man/d_nascar.Rd | 16 man/d_occup.Rd |only man/d_rice.Rd |only man/freq_to_unit.Rd | 4 man/gibbsPLMIX.Rd | 27 man/gsPLMIX_to_mcmc.Rd |only man/is.top_ordering.Rd |only man/label_switchPLMIX.Rd | 40 - man/loglikelihood.Rd | 5 man/make_complete.Rd | 19 man/make_partial.Rd | 13 man/mapPLMIX.Rd | 29 man/mapPLMIX_multistart.Rd | 19 man/paired_comparisons.Rd | 6 man/plot.gsPLMIX.Rd |only man/plot.mpPLMIX.Rd |only man/ppcheckPLMIX.Rd | 16 man/ppcheckPLMIX_cond.Rd | 16 man/print.gsPLMIX.Rd |only man/print.mpPLMIX.Rd |only man/rPLMIX.Rd | 19 man/rank_ord_switch.Rd | 13 man/rank_summaries.Rd | 10 man/selectPLMIX.Rd | 24 man/summary.gsPLMIX.Rd |only man/summary.mpPLMIX.Rd |only man/unit_to_freq.Rd | 8 src/RcppExports.cpp | 258 +++---- 49 files changed, 1902 insertions(+), 647 deletions(-)
Title: 'Rcpp' Bindings for the 'CCTZ' Library
Description: 'Rcpp' Access to the 'CCTZ' timezone library is provided. 'CCTZ' is
a C++ library for translating between absolute and civil times using the rules
of a time zone. The 'CCTZ' source code, released under the Apache 2.0 License,
is included in this package. See <https://github.com/google/cctz> for more
details.
Author: Dirk Eddelbuettel
Maintainer: Dirk Eddelbuettel <edd@debian.org>
Diff between RcppCCTZ versions 0.2.5 dated 2018-10-14 and 0.2.6 dated 2019-08-03
RcppCCTZ-0.2.5/RcppCCTZ/inst/unitTests |only RcppCCTZ-0.2.5/RcppCCTZ/tests/doRUnit.R |only RcppCCTZ-0.2.6/RcppCCTZ/ChangeLog | 35 + RcppCCTZ-0.2.6/RcppCCTZ/DESCRIPTION | 10 RcppCCTZ-0.2.6/RcppCCTZ/MD5 | 68 +- RcppCCTZ-0.2.6/RcppCCTZ/R/RcppExports.R | 5 RcppCCTZ-0.2.6/RcppCCTZ/README.md | 22 RcppCCTZ-0.2.6/RcppCCTZ/inst/NEWS.Rd | 9 RcppCCTZ-0.2.6/RcppCCTZ/inst/include/cctz/civil_time.h | 10 RcppCCTZ-0.2.6/RcppCCTZ/inst/include/cctz/civil_time_detail.h | 74 +- RcppCCTZ-0.2.6/RcppCCTZ/inst/include/cctz/time_zone.h | 4 RcppCCTZ-0.2.6/RcppCCTZ/inst/include/cctz/zone_info_source.h | 2 RcppCCTZ-0.2.6/RcppCCTZ/inst/tinytest |only RcppCCTZ-0.2.6/RcppCCTZ/man/parseDatetime.Rd | 2 RcppCCTZ-0.2.6/RcppCCTZ/man/toTz.Rd | 3 RcppCCTZ-0.2.6/RcppCCTZ/src/civil_time_detail.cc | 2 RcppCCTZ-0.2.6/RcppCCTZ/src/time_tool.cc | 207 ++++--- RcppCCTZ-0.2.6/RcppCCTZ/src/time_zone_fixed.cc | 37 - RcppCCTZ-0.2.6/RcppCCTZ/src/time_zone_fixed.h | 2 RcppCCTZ-0.2.6/RcppCCTZ/src/time_zone_format.cc | 102 ++- RcppCCTZ-0.2.6/RcppCCTZ/src/time_zone_if.cc | 2 RcppCCTZ-0.2.6/RcppCCTZ/src/time_zone_if.h | 2 RcppCCTZ-0.2.6/RcppCCTZ/src/time_zone_impl.cc | 2 RcppCCTZ-0.2.6/RcppCCTZ/src/time_zone_impl.h | 2 RcppCCTZ-0.2.6/RcppCCTZ/src/time_zone_info.cc | 25 RcppCCTZ-0.2.6/RcppCCTZ/src/time_zone_info.h | 4 RcppCCTZ-0.2.6/RcppCCTZ/src/time_zone_libc.cc | 295 +++++++--- RcppCCTZ-0.2.6/RcppCCTZ/src/time_zone_libc.h | 2 RcppCCTZ-0.2.6/RcppCCTZ/src/time_zone_lookup.cc | 37 - RcppCCTZ-0.2.6/RcppCCTZ/src/time_zone_posix.cc | 2 RcppCCTZ-0.2.6/RcppCCTZ/src/time_zone_posix.h | 42 - RcppCCTZ-0.2.6/RcppCCTZ/src/tzfile.h | 22 RcppCCTZ-0.2.6/RcppCCTZ/src/utilities.cpp | 7 RcppCCTZ-0.2.6/RcppCCTZ/src/zone_info_source.cc | 22 RcppCCTZ-0.2.6/RcppCCTZ/tests/tinytest.R |only 35 files changed, 725 insertions(+), 335 deletions(-)
Title: Storage Management in 'Azure'
Description: Manage storage in Microsoft's 'Azure' cloud: <https://azure.microsoft.com/services/storage>. On the admin side, 'AzureStor' includes features to create, modify and delete storage accounts. On the client side, it includes an interface to blob storage, file storage, and 'Azure Data Lake Storage Gen2': upload and download files and blobs; list containers and files/blobs; create containers; and so on. Authenticated access to storage is supported, via either a shared access key or a shared access signature (SAS).
Author: Hong Ooi [aut, cre],
Microsoft [cph]
Maintainer: Hong Ooi <hongooi@microsoft.com>
Diff between AzureStor versions 2.0.2 dated 2019-05-24 and 2.1.0 dated 2019-08-03
DESCRIPTION | 6 ++--- MD5 | 44 +++++++++++++++++++++--------------------- NAMESPACE | 3 ++ NEWS.md | 6 +++++ R/AzureStor.R | 4 +-- R/add_methods.R | 4 +-- R/adls_client_funcs.R | 4 +-- R/adls_transfer_internal.R | 2 - R/azcopy.R | 2 - R/blob_client_funcs.R | 7 +++++- R/blob_copyurl.R |only R/blob_lease.R | 2 - R/file_client_funcs.R | 6 ++--- R/pool.R | 2 - R/transfer_generics.R | 2 - README.md | 12 +++++------ build/vignette.rds |binary man/adls.Rd | 2 - man/blob.Rd | 16 +++++++++++++-- man/create_storage_account.Rd | 2 - man/figures |only man/file.Rd | 2 - man/file_transfer.Rd | 18 ++++++++++++----- tests/testthat/test02_blob.R | 20 ++++++++++++++++++- 24 files changed, 110 insertions(+), 56 deletions(-)
Title: Ecological Indicators
Description: Calculates several indices, such as of diversity, fluctuation, etc., and they are used to estimate ecological indicators.
Author: Cástor Guisande González
Maintainer: Cástor Guisande González <castor@uvigo.es>
Diff between EcoIndR versions 1.5 dated 2019-03-10 and 1.6 dated 2019-08-03
DESCRIPTION | 6 +++--- MD5 | 10 +++++----- NAMESPACE | 2 ++ R/DER.R | 10 +++++++++- R/SINENVAP.R | 6 ++++++ man/DER.Rd | 5 +++-- 6 files changed, 28 insertions(+), 11 deletions(-)
Title: Spatial Implementation of Bayesian Networks and Mapping
Description: Allows spatial implementation of Bayesian networks and mapping in geographical space. It makes maps of expected value (or most likely state) given known and unknown conditions, maps of uncertainty measured as coefficient of variation or Shannon index (entropy), maps of probability associated to any states of any node of the network. Some additional features are provided as well: parallel processing options, data discretization routines and function wrappers designed for users with minimal knowledge of the R language. Outputs can be exported to any common GIS format. Development was funded by the European Union FP7 (2007-2013), under project ROBIN (<http://robinproject.info>).
Author: Dario Masante [aut, cre]
Maintainer: Dario Masante <dario.masante@gmail.com>
Diff between bnspatial versions 1.0.5 dated 2019-03-21 and 1.1 dated 2019-08-03
DESCRIPTION | 15 -- MD5 | 58 ++++--- NEWS.md | 12 + R/Conwy-data.R | 8 - R/aoi.R | 96 ++++++++++-- R/bnspatial.R | 126 ++++++++++++---- R/dataDiscretize.R | 47 ++++-- R/extractByMask.R | 49 +++++- R/linkNode.R | 321 ++++++++++++++++++++++++++++++++++--------- R/loadNetwork.R | 8 - R/mapTarget.R | 255 +++++++++++++++++++++++----------- R/queryNet.R | 67 +++----- R/setClasses.R | 23 ++- R/zzz.R | 12 - data/ConwyData.RData |binary inst/doc/bnspatial.html | 31 ++-- inst/extdata/Conwy.dbf |only inst/extdata/Conwy.prj |only inst/extdata/Conwy.shp |only inst/extdata/Conwy.shx |only inst/extdata/ConwySlope.tif |binary inst/extdata/ConwyStatus.tif |binary man/ConwyData.Rd | 8 - man/aoi.Rd | 41 +++-- man/bnspatial.Rd | 96 +++++++----- man/dataDiscretize.Rd | 3 man/extractByMask.Rd | 6 man/linkNode.Rd | 56 +++++-- man/loadNetwork.Rd | 4 man/mapTarget.Rd | 77 ++++++---- man/queryNet.Rd | 23 ++- man/setClasses.Rd | 8 - 32 files changed, 999 insertions(+), 451 deletions(-)
Title: Drawing Survival Curves using 'ggplot2'
Description: Contains the function 'ggsurvplot()' for drawing easily beautiful
and 'ready-to-publish' survival curves with the 'number at risk' table
and 'censoring count plot'. Other functions are also available to plot
adjusted curves for `Cox` model and to visually examine 'Cox' model assumptions.
Author: Alboukadel Kassambara [aut, cre],
Marcin Kosinski [aut],
Przemyslaw Biecek [aut],
Scheipl Fabian [ctb]
Maintainer: Alboukadel Kassambara <alboukadel.kassambara@gmail.com>
Diff between survminer versions 0.4.4 dated 2019-05-21 and 0.4.5 dated 2019-08-03
DESCRIPTION | 17 ++-- MD5 | 40 +++++----- NAMESPACE | 1 NEWS.md | 13 +++ R/BMT.R | 3 R/ggcompetingrisks.R | 6 + R/ggflexsurvplot.R | 8 +- R/ggsurvplot_facet.R | 2 R/surv_summary.R | 7 + R/utilities.R | 1 inst/doc/Specifiying_weights_in_log-rank_comparisons.Rmd | 2 inst/doc/Specifiying_weights_in_log-rank_comparisons.html | 2 man/BMT.Rd | 3 man/ggcompetingrisks.Rd | 5 + tools/README-ggplot2-basic-survival-plot-1.png |binary tools/README-ggplot2-customized-survival-plot-1.png |binary tools/README-ggplot2-more-customized-survival-plot-1.png |binary tools/README-ggplot2-uber-customized-survival-plot-1.png |binary tools/README-ggplot2-uber-platinium-customized-survival-plot-1.png |binary tools/README-ggplot2-uber-platinium-premium-customized-survival-plot-1.png |binary vignettes/Specifiying_weights_in_log-rank_comparisons.Rmd | 2 21 files changed, 70 insertions(+), 42 deletions(-)
Title: Estimation of an Ordinary Differential Equation Model by
Parameter Cascade Method
Description: An implementation of the parameter cascade method Ramsay, J. O., Hooker,G., Campbell, D., and Cao, J. (2007) <doi:10.1111/j.1467-9868.2007.00610.x> for estimating ordinary differential equation models with missing or complete observations. It combines smoothing method and profile estimation to estimate any non-linear dynamic system. The package also offers variance estimates for parameters of interest based on either bootstrap or Delta method.
Author: Haixu Wang [aut, cre],
Jiguo Cao [aut]
Maintainer: Haixu Wang <haixuw@sfu.ca>
Diff between pCODE versions 0.9.1 dated 2019-07-23 and 0.9.2 dated 2019-08-03
pCODE-0.9.1/pCODE/R/pCODE.R |only pCODE-0.9.1/pCODE/tests/testthat/test-pCODE.R |only pCODE-0.9.2/pCODE/DESCRIPTION | 11 pCODE-0.9.2/pCODE/MD5 | 58 - pCODE-0.9.2/pCODE/NAMESPACE | 26 pCODE-0.9.2/pCODE/NEWS.md | 9 pCODE-0.9.2/pCODE/R/PCODE.R |only pCODE-0.9.2/pCODE/build/vignette.rds |binary pCODE-0.9.2/pCODE/inst/doc/pcode-vignette.R | 176 ++-- pCODE-0.9.2/pCODE/inst/doc/pcode-vignette.html | 994 +++++++++++------------ pCODE-0.9.2/pCODE/man/bootsvar.Rd | 76 - pCODE-0.9.2/pCODE/man/deltavar.Rd | 80 - pCODE-0.9.2/pCODE/man/innerobj.Rd | 50 - pCODE-0.9.2/pCODE/man/innerobj_lkh.Rd | 50 - pCODE-0.9.2/pCODE/man/innerobj_lkh_1d.Rd | 50 - pCODE-0.9.2/pCODE/man/innerobj_multi.Rd | 50 - pCODE-0.9.2/pCODE/man/innerobj_multi_missing.Rd | 50 - pCODE-0.9.2/pCODE/man/nls_optimize.Rd | 50 - pCODE-0.9.2/pCODE/man/nls_optimize.inner.Rd | 46 - pCODE-0.9.2/pCODE/man/outterobj.Rd | 50 - pCODE-0.9.2/pCODE/man/outterobj_lkh.Rd | 50 - pCODE-0.9.2/pCODE/man/outterobj_lkh_1d.Rd | 52 - pCODE-0.9.2/pCODE/man/outterobj_multi_missing.Rd | 50 - pCODE-0.9.2/pCODE/man/outterobj_multi_nls.Rd | 50 - pCODE-0.9.2/pCODE/man/pcode.Rd | 184 ++-- pCODE-0.9.2/pCODE/man/pcode_1d.Rd | 66 - pCODE-0.9.2/pCODE/man/pcode_lkh.Rd | 98 +- pCODE-0.9.2/pCODE/man/pcode_lkh_1d.Rd | 98 +- pCODE-0.9.2/pCODE/man/pcode_missing.Rd | 98 +- pCODE-0.9.2/pCODE/man/prepare_basis.Rd | 62 - pCODE-0.9.2/pCODE/man/tunelambda.Rd | 84 - pCODE-0.9.2/pCODE/tests/testthat/test-PCODE.R |only 32 files changed, 1361 insertions(+), 1357 deletions(-)
Title: Create Tables from Different Types of Regression
Description: Create regression tables from generalized linear model(GLM), generalized estimating equation(GEE), generalized linear mixed-effects model(GLMM), Cox proportional hazards model, survey-weighted generalized linear model(svyglm) and survey-weighted Cox model results for publication.
Author: Jinseob Kim [aut, cre] (<https://orcid.org/0000-0002-9403-605X>),
Zarathu [cph, fnd]
Maintainer: Jinseob Kim <jinseob2kim@gmail.com>
Diff between jstable versions 0.8.4 dated 2019-07-03 and 0.8.5 dated 2019-08-03
DESCRIPTION | 10 +++++----- MD5 | 12 ++++++------ NAMESPACE | 2 +- NEWS.md | 4 ++++ R/forestcox.R | 36 +++++++++++++++++++++++------------- build/vignette.rds |binary inst/doc/jstable.html | 48 ++++++++++++++++++++++++++---------------------- 7 files changed, 65 insertions(+), 47 deletions(-)
Title: Bayesian Latent Variable Analysis
Description: Fit a variety of Bayesian latent variable models, including confirmatory
factor analysis, structural equation models, and latent growth curve models.
Author: Edgar Merkle [aut, cre] (<https://orcid.org/0000-0001-7158-0653>),
Yves Rosseel [aut],
Ben Goodrich [aut],
Mauricio Garnier-Villarreal [ctb]
(<https://orcid.org/0000-0002-2951-6647>, R/ctr_bayes_fit.R),
Terrence D. Jorgensen [ctb] (<https://orcid.org/0000-0001-5111-6773>,
R/ctr_bayes_fit.R, R/ctr_ppmc.R),
Huub Hoofs [ctb] (R/ctr_bayes_fit.R),
Rens van de Schoot [ctb] (R/ctr_bayes_fit.R)
Maintainer: Edgar Merkle <merklee@missouri.edu>
Diff between blavaan versions 0.3-4 dated 2019-01-11 and 0.3-5 dated 2019-08-03
DESCRIPTION | 47 +++-- MD5 | 62 +++--- NAMESPACE | 40 +++- NEWS | 13 + R/blav_object_inspect.R | 11 + R/blav_object_methods.R | 16 + R/blav_utils.R | 100 +++++----- R/blavaan.R | 144 ++++++++++----- R/ctr_bayes_fit.R | 99 ++++++---- R/ctr_ppmc.R |only R/dpriors.R | 31 ++- R/lav_export_mcmc.R | 12 - R/lav_export_stan.R | 19 +- R/lav_export_stanmarg.R |only R/margloglik.R | 7 R/postpred.R | 250 +++++++++++++++++++-------- R/set_priors.R | 6 R/set_stanpars.R | 8 R/stanmarg_data.R |only R/stanmodels.R |only R/zzz.R | 5 inst/include |only inst/testdata/sysdata.rda |binary man/bcfa.Rd | 32 +-- man/bgrowth.Rd | 9 man/blavFitIndices.Rd | 43 ++-- man/blavaan.Rd | 22 +- man/bsem.Rd | 28 +-- man/dpriors.Rd | 6 man/ppmc.Rd |only src |only tests/testthat/tests.blavaan.R | 6 tests/testthat/tests.blavaanobject-methods.R | 33 +++ tools |only 34 files changed, 691 insertions(+), 358 deletions(-)
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2019-03-11 2.1.0
2016-05-11 2.0.0
2015-07-05 1.2.0
2015-04-22 1.1.0
2015-02-08 1.0.0
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2018-08-01 1.3.3
2018-01-29 1.3.2
2018-01-27 1.3.1
2017-12-10 1.3
2017-11-05 1.2
2017-02-14 1.1
2015-12-20 1.0
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2018-07-10 0.9.6
2018-03-09 0.9.2
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2018-08-30 1.9
2018-05-20 1.8
2017-02-16 1.7
2015-03-25 1.5
2015-01-31 1.4
2014-12-16 1.3
2013-11-09 1.1
2013-07-11 1.0
More information about SHAPforxgboost at CRAN
Permanent link
Title: Data Sets from Montgomery, Peck and Vining
Description: Most of this package consists of data sets from the
textbook Introduction
to Linear Regression Analysis (3rd ed), by Montgomery, Peck
and Vining.
Some additional data sets and functions related to visualization
of linear and nonparametric regression results are included.
Author: W.J. Braun
Maintainer: W.J. Braun <john.braun@ubc.ca>
Diff between MPV versions 1.53 dated 2018-06-07 and 1.55 dated 2019-08-03
DESCRIPTION | 11 +++--- MD5 | 32 +++++++++++-------- NAMESPACE | 4 +- R/BiasVarPlot.R |only R/GANOVA.R | 84 +++++++++++++++++++++++++++++++--------------------- R/LPBias.R |only data/Juliet.rda |binary data/cigbutts.rda |binary data/gasdata.rda |binary data/motor.rda |binary data/noisyimage.rda |binary data/oldwash.rda |binary data/pathoeg.rda |binary data/stain.rda |binary data/tarimage.rda |binary data/windWin80.rda |binary man/BiasVarPlot.Rd |only man/GANOVA.Rd | 6 ++- man/LPBias.Rd |only 19 files changed, 82 insertions(+), 55 deletions(-)
Title: Pipe-Friendly Framework for Basic Statistical Tests
Description: Provides a simple and intuitive pipe-friendly framework, coherent with the 'tidyverse' design philosophy,
for performing basic statistical tests, including t-test, Wilcoxon test, ANOVA, Kruskal-Wallis and correlation analyses.
The output of each test is automatically transformed into a tidy data frame to facilitate visualization.
Additional functions are available for reshaping, reordering, manipulating and visualizing correlation matrix.
Functions are also included to facilitate the analysis of factorial experiments, including purely 'within-Ss' designs
(repeated measures), purely 'between-Ss' designs, and mixed 'within-and-between-Ss' designs.
It's also possible to compute several effect size metrics, including "eta squared" for ANOVA, "Cohen's d" for t-test and
"Cramer's V" for the association between categorical variables.
The package contains helper functions for identifying univariate and multivariate outliers, assessing normality and homogeneity of variances.
Author: Alboukadel Kassambara [aut, cre]
Maintainer: Alboukadel Kassambara <alboukadel.kassambara@gmail.com>
Diff between rstatix versions 0.1.1 dated 2019-06-20 and 0.1.2 dated 2019-08-03
rstatix-0.1.1/rstatix/R/utilities_mean_test.R |only rstatix-0.1.2/rstatix/DESCRIPTION | 32 - rstatix-0.1.2/rstatix/MD5 | 86 ++-- rstatix-0.1.2/rstatix/NAMESPACE | 20 rstatix-0.1.2/rstatix/NEWS.md | 31 + rstatix-0.1.2/rstatix/R/add_significance.R | 18 rstatix-0.1.2/rstatix/R/adjust_pvalue.R | 24 - rstatix-0.1.2/rstatix/R/anova_summary.R | 8 rstatix-0.1.2/rstatix/R/anova_test.R | 71 +++ rstatix-0.1.2/rstatix/R/cohens_d.R | 145 ++++++- rstatix-0.1.2/rstatix/R/dunn_test.R | 42 +- rstatix-0.1.2/rstatix/R/emmeans_test.R |only rstatix-0.1.2/rstatix/R/friedman_effesize.R |only rstatix-0.1.2/rstatix/R/friedman_test.R |only rstatix-0.1.2/rstatix/R/games_howell_test.R |only rstatix-0.1.2/rstatix/R/get_manova_table.R |only rstatix-0.1.2/rstatix/R/get_pvalue_position.R | 50 +- rstatix-0.1.2/rstatix/R/get_summary_stats.R | 136 +++--- rstatix-0.1.2/rstatix/R/get_test_label.R |only rstatix-0.1.2/rstatix/R/kruskal_effesize.R |only rstatix-0.1.2/rstatix/R/kruskal_test.R | 28 - rstatix-0.1.2/rstatix/R/p_value.R |only rstatix-0.1.2/rstatix/R/sign_test.R | 66 +-- rstatix-0.1.2/rstatix/R/t_test.R | 133 ++---- rstatix-0.1.2/rstatix/R/tukey_hsd.R | 20 rstatix-0.1.2/rstatix/R/utilities.R | 202 ++++++++-- rstatix-0.1.2/rstatix/R/utilities_two_sample_test.R |only rstatix-0.1.2/rstatix/R/welch_anova_test.R |only rstatix-0.1.2/rstatix/R/wilcox_effsize.R |only rstatix-0.1.2/rstatix/R/wilcox_test.R | 122 +----- rstatix-0.1.2/rstatix/README.md | 114 +++-- rstatix-0.1.2/rstatix/man/add_significance.Rd | 5 rstatix-0.1.2/rstatix/man/adjust_pvalue.Rd | 4 rstatix-0.1.2/rstatix/man/anova_test.Rd | 25 + rstatix-0.1.2/rstatix/man/cohens_d.Rd | 62 ++- rstatix-0.1.2/rstatix/man/dunn_test.Rd | 24 - rstatix-0.1.2/rstatix/man/emmeans_test.Rd |only rstatix-0.1.2/rstatix/man/friedman_effsize.Rd |only rstatix-0.1.2/rstatix/man/friedman_test.Rd |only rstatix-0.1.2/rstatix/man/games_howell_test.Rd |only rstatix-0.1.2/rstatix/man/get_pvalue_position.Rd | 15 rstatix-0.1.2/rstatix/man/get_test_label.Rd |only rstatix-0.1.2/rstatix/man/kruskal_effsize.Rd |only rstatix-0.1.2/rstatix/man/kruskal_test.Rd | 13 rstatix-0.1.2/rstatix/man/p_value.Rd |only rstatix-0.1.2/rstatix/man/sign_test.Rd | 33 - rstatix-0.1.2/rstatix/man/t_test.Rd | 34 - rstatix-0.1.2/rstatix/man/tukey_hsd.Rd | 3 rstatix-0.1.2/rstatix/man/welch_anova_test.Rd |only rstatix-0.1.2/rstatix/man/wilcox_effsize.Rd |only rstatix-0.1.2/rstatix/man/wilcox_test.Rd | 34 - rstatix-0.1.2/rstatix/tools/README-comaprison-against-reference-group-1.png |binary rstatix-0.1.2/rstatix/tools/README-comparison-against-base-mean-1.png |binary rstatix-0.1.2/rstatix/tools/README-unnamed-chunk-10-1.png |only rstatix-0.1.2/rstatix/tools/README-unnamed-chunk-9-1.png |binary 55 files changed, 1050 insertions(+), 550 deletions(-)