Title: Summary Tables and Plots for Statistical Models and Data:
Beautiful, Customizable, and Publication-Ready
Description: Create beautiful and customizable tables to summarize several
statistical models side-by-side. Draw coefficient plots, multi-level
cross-tabs, dataset summaries, balance tables (a.k.a. "Table 1s"), and
correlation matrices. This package supports dozens of statistical models,
and it can produce tables in HTML, LaTeX, Word, Markdown, PDF, PowerPoint,
Excel, RTF, JPG, or PNG. Tables can easily be embedded in 'Rmarkdown' or
'knitr' dynamic documents.
Author: Vincent Arel-Bundock [aut, cre]
(<https://orcid.org/0000-0003-2042-7063>)
Maintainer: Vincent Arel-Bundock <vincent.arel-bundock@umontreal.ca>
Diff between modelsummary versions 0.6.2 dated 2020-09-29 and 0.6.3 dated 2020-10-24
DESCRIPTION | 14 ++-- MD5 | 131 +++++++++++++++++++++++++++++----------- NAMESPACE | 4 + NEWS.md | 10 +++ R/datasummary.R | 11 ++- R/datasummary_balance.R | 6 - R/datasummary_correlation.R | 4 - R/datasummary_df.R | 4 - R/datasummary_extract.R | 2 R/datasummary_functions.R | 30 +++++---- R/datasummary_skim.R | 24 +++---- R/extract_estimates.R | 25 +++++-- R/extract_gof.R | 7 ++ R/extract_models.R | 4 - R/factory.R | 6 - R/factory_dataframe.R | 7 ++ R/factory_kableExtra.R | 25 ++++++- R/glance_custom.R | 14 ++++ R/gof_map.R | 58 ++++++++--------- R/modelsummary.R | 26 ++++--- R/modelsummary_list.R |only R/modelsummary_wide.R |only R/sanity_checks.R | 21 +++--- R/utils_rounding.R | 16 +++- README.md | 22 +++--- build/modelsummary.pdf |binary man/Histogram.Rd | 7 +- man/datasummary.Rd | 19 +++-- man/datasummary_balance.Rd | 12 ++- man/datasummary_correlation.Rd | 12 ++- man/datasummary_df.Rd | 12 ++- man/datasummary_skim.Rd | 10 +-- man/extract_estimates.Rd | 10 +-- man/extract_gof.Rd | 10 +-- man/extract_models.Rd | 14 ++-- man/factory.Rd | 12 ++- man/glance.modelsummary_list.Rd |only man/glance_custom.felm.Rd |only man/modelplot.Rd | 2 man/modelsummary.Rd | 21 ++++-- man/modelsummary_wide.Rd |only man/msummary.Rd | 21 ++++-- man/tidy.modelsummary_list.Rd |only tests |only 44 files changed, 417 insertions(+), 216 deletions(-)
Title: Results for Forest Inventories
Description: The functions return sampling parameters for forest inventories with tables and graphics. Methods used in the
package refers to Pellico e Brena (1997) <https://bit.ly/2BDbHJI>.
Author: Igor Cobelo Ferreira
Maintainer: Igor Cobelo Ferreira <cobelo.igor@gmail.com>
Diff between florestal versions 0.1.1 dated 2020-07-07 and 0.1.3 dated 2020-10-24
DESCRIPTION | 6 +- MD5 | 31 +++++++++------ R/ace.R | 104 ++++++++++++++++++++++++++++----------------------- R/acs.R | 109 ++++++++++++++++++++++++++++++------------------------ R/bit.R | 31 +++++++-------- R/fito.R | 59 ++++++++++++++++++++--------- R/indvol.R | 12 ++--- README.md |only inst/Equations.md |only inst/citation | 12 ++--- inst/img |only man/ace.Rd | 8 +-- man/acs.Rd | 8 +-- man/bit.Rd | 6 +- man/fito.Rd | 6 +- man/indvol.Rd | 2 16 files changed, 225 insertions(+), 169 deletions(-)
Title: Create Compact Hash Digests of R Objects
Description: Implementation of a function 'digest()' for the creation of hash
digests of arbitrary R objects (using the 'md5', 'sha-1', 'sha-256', 'crc32',
'xxhash', 'murmurhash', 'spookyhash' and 'blake3' algorithms) permitting easy
comparison of R language objects, as well as functions such as'hmac()' to
create hash-based message authentication code. Please note that this package
is not meant to be deployed for cryptographic purposes for which more
comprehensive (and widely tested) libraries such as 'OpenSSL' should be
used.
Author: Dirk Eddelbuettel <edd@debian.org> with contributions
by Antoine Lucas, Jarek Tuszynski, Henrik Bengtsson, Simon Urbanek,
Mario Frasca, Bryan Lewis, Murray Stokely, Hannes Muehleisen,
Duncan Murdoch, Jim Hester, Wush Wu, Qiang Kou, Thierry Onkelinx,
Michel Lang, Viliam Simko, Kurt Hornik, Radford Neal, Kendon Bell,
Matthew de Queljoe, Ion Suruceanu, Bill Denney, Dirk Schumacher,
and Winston Chang.
Maintainer: Dirk Eddelbuettel <edd@debian.org>
Diff between digest versions 0.6.26 dated 2020-10-17 and 0.6.27 dated 2020-10-24
ChangeLog | 11 + DESCRIPTION | 8 MD5 | 8 inst/doc/sha1.html | 446 ++++++++++++++++++++++++++------------------------ src/blake3_dispatch.c | 20 +- 5 files changed, 270 insertions(+), 223 deletions(-)
Title: Embedded JavaScript and WebAssembly Engine for R
Description: An R interface to V8: Google's open source JavaScript and WebAssembly
engine. This package can be compiled either with V8 version 6 and up, a NodeJS
shared library, or the legacy 3.14/3.15 branch of V8.
Author: Jeroen Ooms [aut, cre] (<https://orcid.org/0000-0002-4035-0289>)
Maintainer: Jeroen Ooms <jeroen@berkeley.edu>
Diff between V8 versions 3.2.0 dated 2020-06-19 and 3.3.0 dated 2020-10-24
DESCRIPTION | 11 +++++------ MD5 | 26 +++++++++++++------------- NEWS | 3 +++ R/V8.R | 4 ++-- build/partial.rdb |binary build/vignette.rds |binary configure | 22 ++++++++++++++++++---- inst/doc/npm.html | 15 ++++++++++++--- inst/doc/v8_intro.Rmd | 2 +- inst/doc/v8_intro.html | 19 ++++++++++++++----- man/V8.Rd | 4 ++-- man/wasm.Rd | 6 ++++-- tests/testthat/test_exception.R | 3 ++- vignettes/v8_intro.Rmd | 2 +- 14 files changed, 77 insertions(+), 40 deletions(-)
Title: Miscellaneous Functions for Vasicek Distribution
Description: Provide a collection of miscellaneous R functions
related to the Vasicek distribution with the intent to make
the lives of risk modelers easier.
Author: WenSui Liu
Maintainer: WenSui Liu <liuwensui@gmail.com>
Diff between vasicek versions 0.0.1 dated 2020-10-10 and 0.0.2 dated 2020-10-24
DESCRIPTION | 10 +++++----- MD5 | 10 ++++++++-- NAMESPACE | 7 ++++++- R/gof_ks.R |only R/vsk_dmm.R |only R/vsk_qbe.R |only man/gof_ks.Rd |only man/vsk_dmm.Rd |only man/vsk_qbe.Rd |only 9 files changed, 19 insertions(+), 8 deletions(-)
Title: GEMMA Multivariate Linear Mixed Model
Description: Fits a multivariate linear mixed effects model that uses a polygenic term, after Zhou & Stephens (2014) (<https://www.nature.com/articles/nmeth.2848>). Of particular interest is the estimation of variance components with restricted maximum likelihood (REML) methods. Genome-wide efficient mixed-model association (GEMMA), as implemented in the package 'gemma2', uses an expectation-maximization algorithm for variance components inference for use in quantitative trait locus studies.
Author: Frederick Boehm [aut, cre] (<https://orcid.org/0000-0002-1644-5931>)
Maintainer: Frederick Boehm <frederick.boehm@gmail.com>
Diff between gemma2 versions 0.1.1 dated 2019-10-01 and 0.1.3 dated 2020-10-24
DESCRIPTION | 12 MD5 | 28 - NEWS.md | 25 + R/gemma2-package.r | 4 R/stagger_mats.R | 2 README.md | 3 build/vignette.rds |binary inst/doc/compare-with-GEMMAv096.R | 32 - inst/doc/compare-with-GEMMAv096.html | 648 +++++++++++++++++++---------------- man/MphEM.Rd | 12 man/UpdateRL_B.Rd | 6 man/gemma2.Rd | 5 man/update_e.Rd | 6 man/update_u.Rd | 6 man/update_v.Rd | 6 15 files changed, 460 insertions(+), 335 deletions(-)
Title: Syllabifier for CMU Dictionary Transcriptions
Description: Implements tidy syllabification of transcription.
Based on @kylebgorman's 'python' implementation <https://github.com/kylebgorman/syllabify>.
Author: Josef Fruehwald
Maintainer: Josef Fruehwald <jofrhwld@gmail.com>
Diff between syllabifyr versions 0.1.0 dated 2018-07-10 and 0.1.1 dated 2020-10-24
DESCRIPTION | 10 +++++----- LICENSE |only MD5 | 11 ++++++----- NEWS.md | 4 ++++ R/syllabify.R | 2 +- README.md | 10 ++++++++-- man/syllabifyr.Rd | 1 - 7 files changed, 24 insertions(+), 14 deletions(-)
Title: Multivariate Stochastic Linear Ornstein-Uhlenbeck Models for
Phylogenetic Comparative Hypotheses
Description: Fits multivariate Ornstein-Uhlenbeck types of models to continues trait data from species related by a common evolutionary history. See K. Bartoszek, J, Pienaar, P. Mostad, S. Andersson, T. F.Hansen (2012) <doi:10.1016/j.jtbi.2012.08.005>. The suggested PCMBaseCpp package (which significantly speeds up the likelihood calculations) can be obtained from <https://github.com/venelin/PCMBaseCpp/>.
Author: Krzysztof Bartoszek <krzbar@protonmail.ch>
Maintainer: Krzysztof Bartoszek <krzbar@protonmail.ch>
Diff between mvSLOUCH versions 2.5 dated 2020-06-03 and 2.6 dated 2020-10-24
DESCRIPTION | 8 ++-- MD5 | 44 ++++++++++++------------- R/PhyloSDEestim.R | 63 +++++++++++++++++++++++++++---------- R/bootstrap.R | 10 ++--- R/estimGLSGC.R | 1 R/evolmodelest.R | 6 ++- R/modelparamssummary.R | 12 ++++--- R/modelparamstransform.R | 2 - R/phylgls.R | 34 +++++++++++-------- R/precalcs.R | 9 ++--- R/wrappers.R | 8 ++-- man/BrownianMotionModel.Rd | 3 + man/SummarizeBM.Rd | 3 + man/SummarizeMVSLOUCH.Rd | 3 + man/SummarizeOUCH.Rd | 3 + man/estimate.evolutionary.model.Rd | 6 ++- man/mvSLOUCH-package.Rd | 4 +- man/mvslouchModel.Rd | 9 +++-- man/ouchModel.Rd | 3 + man/parametric.bootstrap.Rd | 8 +++- man/simulBMProcPhylTree.Rd | 3 + man/simulMVSLOUCHProcPhylTree.Rd | 3 + man/simulOUCHProcPhylTree.Rd | 3 + 23 files changed, 154 insertions(+), 94 deletions(-)
Title: Global Envelopes
Description: Implementation of global envelopes for a set of general d-dimensional vectors T
in various applications. A 100(1-alpha)% global envelope is a band bounded by two
vectors such that the probability that T falls outside this envelope in any of the d
points is equal to alpha. Global means that the probability is controlled simultaneously
for all the d elements of the vectors. The global envelopes can be used for graphical
Monte Carlo and permutation tests where the test statistic is a multivariate vector or
function (e.g. goodness-of-fit testing for point patterns and random sets, functional
analysis of variance, functional general linear model, n-sample test of correspondence
of distribution functions), for central regions of functional or multivariate data (e.g.
outlier detection, functional boxplot) and for global confidence and prediction bands
(e.g. confidence band in polynomial regression, Bayesian posterior prediction). See
Myllymäki and Mrkvička (2020) <arXiv:1911.06583>,
Myllymäki et al. (2017) <doi: 10.1111/rssb.12172>,
Mrkvička et al. (2017) <doi: 10.1007/s11222-016-9683-9>,
Mrkvička et al. (2020) <doi: 10.14736/kyb-2020-3-0432>,
Mrkvička et al. (2019) <doi: 10.1007/s11009-019-09756-y>,
Mrkvička et al. (2019) <arXiv:1902.04926>,
Mrkvička et al. (2016) <doi: 10.1016/j.spasta.2016.04.005>, and
Myllymäki et al. (2020) <doi: 10.1016/j.spasta.2020.100436>.
Author: Mari Myllymäki [aut, cre],
Tomáš Mrkvička [aut],
Pavel Grabarnik [ctb],
Ute Hahn [ctb],
Mikko Kuronen [ctb],
Michael Rost [ctb],
Henri Seijo [ctb]
Maintainer: Mari Myllymäki <mari.myllymaki@luke.fi>
Diff between GET versions 0.1-8 dated 2020-08-29 and 0.2 dated 2020-10-24
GET-0.1-8/GET/R/deprecated.R |only GET-0.1-8/GET/R/imageset1.r |only GET-0.1-8/GET/R/imageset2.r |only GET-0.1-8/GET/data/imageset1.RData |only GET-0.1-8/GET/data/imageset2.RData |only GET-0.1-8/GET/man/imageset1.Rd |only GET-0.1-8/GET/man/imageset2.Rd |only GET-0.2/GET/DESCRIPTION | 42 +++++++----- GET-0.2/GET/MD5 | 104 +++++++++++++++----------------- GET-0.2/GET/NAMESPACE | 6 - GET-0.2/GET/R/GDPtax.r | 1 GET-0.2/GET/R/GET-package.r | 56 ++++++++--------- GET-0.2/GET/R/abide_9002_23.r | 1 GET-0.2/GET/R/adjusted_envelopes.r | 2 GET-0.2/GET/R/appl_ecdf.r | 23 +++---- GET-0.2/GET/R/cgec.r | 5 - GET-0.2/GET/R/deviation_test.r | 28 ++++---- GET-0.2/GET/R/envelopes.r | 13 ++-- GET-0.2/GET/R/fallen_trees.r | 2 GET-0.2/GET/R/glm.R | 48 ++++++++------ GET-0.2/GET/R/graphfanova.r | 42 ++++++------ GET-0.2/GET/R/imageset3.r | 6 - GET-0.2/GET/R/rimov.r | 1 GET-0.2/GET/R/util.r |only GET-0.2/GET/README.md | 23 +++++-- GET-0.2/GET/build/vignette.rds |binary GET-0.2/GET/data/GDPtax.RData |binary GET-0.2/GET/data/abide_9002_23.RData |binary GET-0.2/GET/data/adult_trees.RData |binary GET-0.2/GET/data/cgec.RData |binary GET-0.2/GET/data/datalist | 2 GET-0.2/GET/data/fallen_trees.RData |binary GET-0.2/GET/data/imageset3.RData |binary GET-0.2/GET/data/rimov.RData |binary GET-0.2/GET/data/saplings.RData |binary GET-0.2/GET/inst/doc/GET.Rnw | 52 +++++++--------- GET-0.2/GET/inst/doc/GET.pdf |binary GET-0.2/GET/inst/doc/pointpatterns.pdf |binary GET-0.2/GET/man/GDPtax.Rd | 1 GET-0.2/GET/man/GET-package.Rd | 55 ++++++++-------- GET-0.2/GET/man/GET.composite.Rd | 2 GET-0.2/GET/man/GET.necdf.Rd | 23 +++---- GET-0.2/GET/man/abide_9002_23.Rd | 1 GET-0.2/GET/man/central_region.Rd | 1 GET-0.2/GET/man/cgec.Rd | 5 - GET-0.2/GET/man/deviation_test.Rd | 28 ++++---- GET-0.2/GET/man/fallen_trees.Rd | 3 GET-0.2/GET/man/frank.fanova.Rd | 16 ++-- GET-0.2/GET/man/frank.flm.Rd | 11 +-- GET-0.2/GET/man/global_envelope_test.Rd | 11 +-- GET-0.2/GET/man/graph.fanova.Rd | 30 ++++----- GET-0.2/GET/man/graph.flm.Rd | 31 ++++++--- GET-0.2/GET/man/imageset3.Rd | 6 - GET-0.2/GET/man/rimov.Rd | 1 GET-0.2/GET/tests |only GET-0.2/GET/vignettes/GET.Rnw | 52 +++++++--------- GET-0.2/GET/vignettes/GETbibfile.bib | 9 ++ 57 files changed, 379 insertions(+), 364 deletions(-)
Title: Penalised Likelihood for Survival Analysis with Dependent
Censoring
Description: Fitting Cox proportional hazard model under dependent right censoring using copula and maximum penalised likelihood methods.
Author: Jing Xu [aut, cre],
Jun Ma [aut],
Thomas Fung [aut] (<https://orcid.org/0000-0003-2601-0728>)
Maintainer: Jing Xu <kenny.xu@duke-nus.edu.sg>
Diff between survivalMPLdc versions 0.1.0 dated 2020-10-13 and 0.1.1 dated 2020-10-24
DESCRIPTION | 9 - MD5 | 30 ++-- NAMESPACE | 2 NEWS.md | 4 R/plot.coxph_mpl_dc.R | 2 README.md | 2 inst/doc/README.html | 74 +++++++++- tests/testthat/Rplots.pdf |binary vignettes/README_cache/html/unnamed-chunk-10_d2afcad211f2a7f16c275efbf914e7ce.RData |binary vignettes/README_cache/html/unnamed-chunk-4_712bb9e6d878e9f80327fff6d3d44423.RData |binary vignettes/README_cache/html/unnamed-chunk-5_b048d62d8c586404f245ecbd274f7e84.RData |binary vignettes/README_cache/html/unnamed-chunk-6_053ccab58f2fac1c42a8df940484de51.RData |binary vignettes/README_cache/html/unnamed-chunk-7_94e49b93b331b6ecad92db3615bfcb48.RData |binary vignettes/README_cache/html/unnamed-chunk-8_672762091621c299aa2ce3e682068388.RData |binary vignettes/README_cache/html/unnamed-chunk-9_43703ed9e83360c3dd825910cc78033e.RData |binary vignettes/survivalMPLdc.webarchive |binary 16 files changed, 96 insertions(+), 27 deletions(-)
Title: Extracts Environmental Data from 'ERDDAP' Web Services
Description: Contains three functions that access
environmental data from any 'ERDDAP' data web service. The rxtracto() function extracts
data along a trajectory for a given "radius" around the point. The
rxtracto_3D() function extracts data in a box. The rxtractogon() function
extracts data in a polygon. All of those three function use the 'rerddap' package
to extract the data, and should work with any 'ERDDAP' server.
There are also two functions, plotBBox() and plotTrack() that use the 'plotdap'
package to simplify the creation of maps of the data.
Author: Roy Mendelssohn [aut, cre]
Maintainer: Roy Mendelssohn <roy.mendelssohn@noaa.gov>
Diff between rerddapXtracto versions 1.0.0 dated 2020-07-29 and 1.0.1 dated 2020-10-24
DESCRIPTION | 8 MD5 | 18 - NEWS.md | 4 R/mbnms.R | 2 R/rxtracto.R | 9 build/vignette.rds |binary inst/doc/UsingrerddapXtracto.Rmd | 2 inst/doc/UsingrerddapXtracto.html | 564 ++++++++++++++++++++------------------ man/mbnms.Rd | 2 vignettes/UsingrerddapXtracto.Rmd | 2 10 files changed, 325 insertions(+), 286 deletions(-)
More information about rerddapXtracto at CRAN
Permanent link
Title: Language Support for 'koRpus' Package: English
Description: Adds support for the English language to the 'koRpus' package. To ask for help, report bugs, suggest feature improvements, or discuss the global development of the
package, please consider subscribing to the koRpus-dev mailing list (<https://korpusml.reaktanz.de>).
Author: Meik Michalke [aut, cre],
Elen Le Foll [ctb] (BNC tagset)
Maintainer: Meik Michalke <meik.michalke@hhu.de>
Diff between koRpus.lang.en versions 0.1-3 dated 2019-05-13 and 0.1-4 dated 2020-10-24
ChangeLog | 18 ++++++++++++---- DESCRIPTION | 12 +++++----- MD5 | 18 ++++++++-------- R/koRpus.lang.en-package.R | 4 +-- R/lang.support-en.R | 47 ++++++++++++++++++++++++++++-------------- README.md | 13 +++++------ build/partial.rdb |binary inst/CITATION | 8 +++---- inst/NEWS.Rd | 31 +++++++++++++++++++++++++++ man/koRpus.lang.en-package.Rd | 4 +-- 10 files changed, 106 insertions(+), 49 deletions(-)
More information about koRpus.lang.en at CRAN
Permanent link
Title: Fast Fixed-Effects Estimations
Description: Fast and user-friendly estimation of econometric models with multiple fixed-effects. Includes ordinary least squares (OLS), generalized linear models (GLM) and the negative binomial.
The core of the package is based on optimized parallel C++ code, scaling especially well for large data sets. The method to obtain the fixed-effects coefficients is based on Berge (2018) <https://wwwen.uni.lu/content/download/110162/1299525/file/2018_13>.
Further provides tools to export and view the results of several estimations with intuitive design to cluster the standard-errors.
Author: Laurent Berge [aut, cre]
Maintainer: Laurent Berge <laurent.berge@uni.lu>
Diff between fixest versions 0.6.0 dated 2020-07-13 and 0.7.0 dated 2020-10-24
fixest-0.6.0/fixest/man/setFixest_na_inf.rm.Rd |only fixest-0.7.0/fixest/DESCRIPTION | 12 fixest-0.7.0/fixest/MD5 | 114 fixest-0.7.0/fixest/NAMESPACE | 6 fixest-0.7.0/fixest/NEWS.md | 122 fixest-0.7.0/fixest/R/ESTIMATION_FUNS.R | 298 + fixest-0.7.0/fixest/R/Lagging.R | 140 fixest-0.7.0/fixest/R/Methods.R | 12 fixest-0.7.0/fixest/R/MiscFuns.R | 1153 ++++--- fixest-0.7.0/fixest/R/RcppExports.R | 24 fixest-0.7.0/fixest/R/coefplot.R | 175 - fixest-0.7.0/fixest/R/etable.R | 492 ++- fixest-0.7.0/fixest/R/femlm.R | 12 fixest-0.7.0/fixest/R/fixest_env.R | 442 +- fixest-0.7.0/fixest/R/onLoad.R | 4 fixest-0.7.0/fixest/R/test_fun.R | 48 fixest-0.7.0/fixest/build/vignette.rds |binary fixest-0.7.0/fixest/inst/doc/exporting_tables.R | 25 fixest-0.7.0/fixest/inst/doc/exporting_tables.Rmd | 31 fixest-0.7.0/fixest/inst/doc/exporting_tables.html | 52 fixest-0.7.0/fixest/inst/doc/fixest_walkthrough.R | 58 fixest-0.7.0/fixest/inst/doc/fixest_walkthrough.Rmd | 66 fixest-0.7.0/fixest/inst/doc/fixest_walkthrough.html | 453 +- fixest-0.7.0/fixest/inst/doc/standard_errors.R | 46 fixest-0.7.0/fixest/inst/doc/standard_errors.Rmd | 122 fixest-0.7.0/fixest/inst/doc/standard_errors.html | 250 - fixest-0.7.0/fixest/man/coefplot.Rd | 26 fixest-0.7.0/fixest/man/coeftable.Rd | 2 fixest-0.7.0/fixest/man/confint.fixest.Rd | 4 fixest-0.7.0/fixest/man/demean.Rd | 14 fixest-0.7.0/fixest/man/dof.Rd | 22 fixest-0.7.0/fixest/man/etable.Rd | 128 fixest-0.7.0/fixest/man/feNmlm.Rd | 26 fixest-0.7.0/fixest/man/feglm.Rd | 43 fixest-0.7.0/fixest/man/femlm.Rd | 40 fixest-0.7.0/fixest/man/feols.Rd | 27 fixest-0.7.0/fixest/man/fitstat.Rd |only fixest-0.7.0/fixest/man/i.Rd | 40 fixest-0.7.0/fixest/man/l.Rd | 19 fixest-0.7.0/fixest/man/lag.formula.Rd | 4 fixest-0.7.0/fixest/man/panel.Rd | 9 fixest-0.7.0/fixest/man/setFixest_coefplot.Rd | 4 fixest-0.7.0/fixest/man/setFixest_fml.Rd | 42 fixest-0.7.0/fixest/man/setFixest_nthreads.Rd | 2 fixest-0.7.0/fixest/man/setFixest_se.Rd | 8 fixest-0.7.0/fixest/man/summary.fixest.Rd | 32 fixest-0.7.0/fixest/man/update.fixest.Rd | 4 fixest-0.7.0/fixest/man/vcov.fixest.Rd | 16 fixest-0.7.0/fixest/src/RcppExports.cpp | 74 fixest-0.7.0/fixest/src/convergence.cpp | 74 fixest-0.7.0/fixest/src/demeaning.cpp | 3054 ++++++++++--------- fixest-0.7.0/fixest/src/lm_related.cpp | 101 fixest-0.7.0/fixest/src/misc_funs.cpp | 54 fixest-0.7.0/fixest/src/parallel_funs.cpp | 218 + fixest-0.7.0/fixest/src/quf.cpp | 100 fixest-0.7.0/fixest/tests/fixest_tests.R | 464 ++ fixest-0.7.0/fixest/vignettes/exporting_tables.Rmd | 31 fixest-0.7.0/fixest/vignettes/fixest_walkthrough.Rmd | 66 fixest-0.7.0/fixest/vignettes/standard_errors.Rmd | 122 59 files changed, 5689 insertions(+), 3338 deletions(-)
Title: Estimates of Standard Errors for Risk and Performance Measures
Description: Estimates of standard errors of popular risk and performance
measures for asset or portfolio returns using methods as described in
Chen and Martin (2018) <https://www.ssrn.com/abstract=3085672>.
Author: Anthony Christidis <anthony.christidis@stat.ubc.ca>,
Xin Chen <chenx26@uw.edu>
Maintainer: Anthony Christidis <anthony.christidis@stat.ubc.ca>
Diff between RPESE versions 1.0.5 dated 2020-06-19 and 1.1.0 dated 2020-10-24
RPESE-1.0.5/RPESE/R/EstimatorSE_utils.R |only RPESE-1.0.5/RPESE/R/HW1981.R |only RPESE-1.0.5/RPESE/R/NSE_NW.R |only RPESE-1.0.5/RPESE/R/Rachev_SE.R |only RPESE-1.0.5/RPESE/R/SharpeRatio_SE.R |only RPESE-1.0.5/RPESE/R/SortinoRatio_SE.R |only RPESE-1.0.5/RPESE/R/StdDev_SE.R |only RPESE-1.0.5/RPESE/R/utils.R |only RPESE-1.0.5/RPESE/man/SharpeRatio.SE.Rd |only RPESE-1.0.5/RPESE/man/SortinoRatio.SE.Rd |only RPESE-1.0.5/RPESE/man/StdDev.SE.Rd |only RPESE-1.1.0/RPESE/DESCRIPTION | 13 - RPESE-1.1.0/RPESE/MD5 | 84 +++--- RPESE-1.1.0/RPESE/NAMESPACE | 10 RPESE-1.1.0/RPESE/NEWS.md | 6 RPESE-1.1.0/RPESE/R/Add_Correlations.R | 28 +- RPESE-1.1.0/RPESE/R/DSR_SE.R |only RPESE-1.1.0/RPESE/R/ES_SE.R | 191 +++------------ RPESE-1.1.0/RPESE/R/ESratio_SE.R | 59 ++-- RPESE-1.1.0/RPESE/R/EstimatorSE.R | 175 +++++-------- RPESE-1.1.0/RPESE/R/EstimatorSE_Format.R |only RPESE-1.1.0/RPESE/R/EstimatorSE_Tools.R |only RPESE-1.1.0/RPESE/R/GLM_EN.R | 157 ++++++------ RPESE-1.1.0/RPESE/R/LPM_SE.R | 81 +++--- RPESE-1.1.0/RPESE/R/Mean_SE.R | 75 +++-- RPESE-1.1.0/RPESE/R/Measures.R | 264 ++++++++++++++------- RPESE-1.1.0/RPESE/R/OmegaRatio_SE.R | 82 +++--- RPESE-1.1.0/RPESE/R/RachevRatio_SE.R |only RPESE-1.1.0/RPESE/R/SD_SE.R |only RPESE-1.1.0/RPESE/R/SR_SE.R |only RPESE-1.1.0/RPESE/R/SemiSD_SE.R | 80 +++--- RPESE-1.1.0/RPESE/R/SoR_SE.R |only RPESE-1.1.0/RPESE/R/VaR_SE.R | 206 +++------------- RPESE-1.1.0/RPESE/R/VaRratio_SE.R | 72 +++-- RPESE-1.1.0/RPESE/R/printSE.R | 28 +- RPESE-1.1.0/RPESE/README.md | 14 - RPESE-1.1.0/RPESE/data |only RPESE-1.1.0/RPESE/inst/doc/RPESEVignette.pdf |binary RPESE-1.1.0/RPESE/man/DSR.SE.Rd |only RPESE-1.1.0/RPESE/man/ES.SE.Rd | 82 +----- RPESE-1.1.0/RPESE/man/ESratio.SE.Rd | 16 - RPESE-1.1.0/RPESE/man/EstimatorSE.Rd | 20 - RPESE-1.1.0/RPESE/man/LPM.SE.Rd | 26 +- RPESE-1.1.0/RPESE/man/Mean.SE.Rd | 20 - RPESE-1.1.0/RPESE/man/OmegaRatio.SE.Rd | 25 + RPESE-1.1.0/RPESE/man/RachevRatio.SE.Rd | 25 + RPESE-1.1.0/RPESE/man/SD.SE.Rd |only RPESE-1.1.0/RPESE/man/SR.SE.Rd |only RPESE-1.1.0/RPESE/man/SemiSD.SE.Rd | 23 - RPESE-1.1.0/RPESE/man/SoR.SE.Rd |only RPESE-1.1.0/RPESE/man/VaR.SE.Rd | 106 +------- RPESE-1.1.0/RPESE/man/VaRratio.SE.Rd | 20 - RPESE-1.1.0/RPESE/man/edhec.Rd |only RPESE-1.1.0/RPESE/man/printSE.Rd | 11 RPESE-1.1.0/RPESE/tests/testthat/test_input_data.R | 2 55 files changed, 884 insertions(+), 1117 deletions(-)
Title: Linear and Nonlinear Mixed Effects Models
Description: Fit and compare Gaussian linear and nonlinear mixed-effects models.
Author: José Pinheiro [aut] (S version),
Douglas Bates [aut] (up to 2007),
Saikat DebRoy [ctb] (up to 2002),
Deepayan Sarkar [ctb] (up to 2005),
EISPACK authors [ctb] (src/rs.f),
Siem Heisterkamp [ctb] (Author fixed sigma),
Bert Van Willigen [ctb] (Programmer fixed sigma),
R-core [aut, cre]
Maintainer: R-core <R-core@R-project.org>
Diff between nlme versions 3.1-149 dated 2020-08-23 and 3.1-150 dated 2020-10-24
nlme-3.1-149/nlme/INDEX |only nlme-3.1-150/nlme/ChangeLog | 11 ++++++++++ nlme-3.1-150/nlme/DESCRIPTION | 8 +++---- nlme-3.1-150/nlme/MD5 | 9 ++++---- nlme-3.1-150/nlme/R/VarCov.R | 38 ++++++++++++++++++++---------------- nlme-3.1-150/nlme/tests/corFactor.R |only nlme-3.1-150/nlme/tests/getVarCov.R |only 7 files changed, 42 insertions(+), 24 deletions(-)
Title: Hypergeometric Function of a Matrix Argument
Description: Evaluates the hypergeometric functions of a matrix argument, which appear in random matrix theory. This is an implementation of Koev & Edelman's algorithm (2006) <doi:10.1090/S0025-5718-06-01824-2>.
Author: Stéphane Laurent
Maintainer: Stéphane Laurent <laurent_step@outlook.fr>
Diff between HypergeoMat versions 3.0.0 dated 2019-10-26 and 3.1.0 dated 2020-10-24
DESCRIPTION | 8 MD5 | 12 - NEWS.md | 5 build/vignette.rds |binary inst/doc/HypergeoMat.R | 6 inst/doc/HypergeoMat.html | 410 +++++++++++++++++++++++++++++++++++++++++----- src/HypergeoMat.cpp | 81 ++++----- 7 files changed, 427 insertions(+), 95 deletions(-)
Title: Trajectory Miner: a Toolbox for Exploring and Rendering
Sequences
Description: Toolbox for the manipulation, description and rendering of sequences, and more generally the mining of sequence data in the field of social sciences. Although the toolbox is primarily intended for analyzing state or event sequences that describe life courses such as family formation histories or professional careers, its features also apply to many other kinds of categorical sequence data. It accepts many different sequence representations as input and provides tools for converting sequences from one format to another. It offers several functions for describing and rendering sequences, for computing distances between sequences with different metrics (among which optimal matching), original dissimilarity-based analysis tools, and simple functions for extracting the most frequent subsequences and identifying the most discriminating ones among them. A user's guide can be found on the TraMineR web page.
Author: Alexis Gabadinho [aut, cph],
Matthias Studer [aut, cph] (<https://orcid.org/0000-0002-6269-1412>),
Nicolas M"{u}ller [aut],
Reto B"{u}rgin [aut],
Pierre-Alexandre Fonta [aut],
Gilbert Ritschard [aut, cre, cph]
(<https://orcid.org/0000-0001-7776-0903>)
Maintainer: Gilbert Ritschard <gilbert.ritschard@unige.ch>
Diff between TraMineR versions 2.2-0.1 dated 2020-04-29 and 2.2-1 dated 2020-10-24
DESCRIPTION | 18 +- MD5 | 80 +++++----- NAMESPACE | 4 NEWS | 59 ++++++- R/plot.stslist.statd.R | 1 R/seqST.R | 64 +++++--- R/seqconc.R | 6 R/seqdecomp.R | 9 - R/seqdist.R | 12 + R/seqdss.R | 9 - R/seqdur.R | 19 +- R/seqformat-SPS_to_STS.R | 30 ++- R/seqformat-STS_to_SPS.R | 7 R/seqibad.R |only R/seqindic.R | 264 +++++++++++++++++++++++++++-------- R/seqintegration.R | 4 R/seqipos.R | 14 - R/seqivardur.R |only R/seqivolatility.R | 10 - R/seqprecarity.R | 144 ++++++++++++++++--- R/seqprecorr.R | 93 +++++++++--- R/seqprecstart.R | 20 ++ R/seqsubsn.R | 21 +- build/vignette.rds |binary data/ex1.rda |binary data/ex2.rda |binary data/famform.rda |binary inst/NEWS.Rd | 73 +++++++++ inst/doc/TraMineR-state-sequence.pdf |binary man/TeXAux |only man/TraMineR-package.Rd | 8 - man/seqST.Rd | 21 +- man/seqdef.Rd | 2 man/seqdist.Rd | 5 man/seqdss.Rd | 26 ++- man/seqdur.Rd | 18 +- man/seqindic.Rd | 44 +++-- man/seqintegration.Rd | 18 +- man/seqipos.Rd | 10 + man/seqivardur.Rd |only man/seqivolatility.Rd | 10 - man/seqprecarity.Rd | 83 +++++++---- man/seqprecstart.Rd | 19 +- 43 files changed, 883 insertions(+), 342 deletions(-)
Title: Transformation Models
Description: Formula-based user-interfaces to specific transformation models
implemented in package 'mlt'. Available models include Cox models, some parametric
survival models (Weibull, etc.), models for ordered categorical variables,
normal and non-normal (Box-Cox type) linear models, and continuous outcome logistic regression
(Lohse et al., 2017, <DOI:10.12688/f1000research.12934.1>). The underlying theory
is described in Hothorn et al. (2018) <DOI:10.1111/sjos.12291>. An extension to
transformation models for clustered data is provided (Hothorn, 2019, <arxiv:1910.09219>).
Multivariate conditional transformation models (<arxiv:1906.03151>) can be fitted as well.
Author: Torsten Hothorn [aut, cre] (<https://orcid.org/0000-0001-8301-0471>),
Luisa Barbanti [aut],
Brian Ripley [ctb],
Bill Venables [ctb],
Douglas M. Bates [ctb],
Nadja Klein [ctb]
Maintainer: Torsten Hothorn <Torsten.Hothorn@R-project.org>
Diff between tram versions 0.5-1 dated 2020-09-04 and 0.5-2 dated 2020-10-24
DESCRIPTION | 8 - MD5 | 20 +- NAMESPACE | 5 R/methods.R | 323 ++++++++++++++++++++++++++++++++++++++++++++++- R/mmlt.R | 12 + build/partial.rdb |binary build/vignette.rds |binary inst/NEWS.Rd | 8 + inst/doc/mtram.pdf |binary inst/doc/tram.pdf |binary inst/simulations/sim2d.R | 53 +++---- 11 files changed, 384 insertions(+), 45 deletions(-)
Title: NASA POWER API Client
Description: Client for 'NASA' 'POWER' global meteorology, surface solar
energy and climatology data 'API'. 'POWER' (Prediction Of Worldwide Energy
Resource) data are freely available global meteorology and surface solar
energy climatology data for download with a resolution of 1/2 by 1/2 arc
degree longitude and latitude and are funded through the 'NASA' Earth
Science Directorate Applied Science Program. For more on the data
themselves, a web-based data viewer and web access, please see
<https://power.larc.nasa.gov/>.
Author: Adam H. Sparks [aut, cre] (<https://orcid.org/0000-0002-0061-8359>),
Scott Chamberlain [rev] (<https://orcid.org/0000-0003-1444-9135>, Scott
Chamberlain reviewed nasapower for rOpenSci, see
https://github.com/ropensci/software-review/issues/155),
Hazel Kavili [rev] (Hazel Kavili reviewed nasapower for rOpenSci, see
https://github.com/ropensci/software-review/issues/155),
Alison Boyer [rev] (Alison Boyer reviewed nasapower for rOpenSci, see
https://github.com/ropensci/software-review/issues/155),
Fernando Miguez [ctb] (<https://orcid.org/0000-0002-4627-8329>,
Fernando Miguez provided assistance in identifying improper missing
value handling in the POWER data, see
<https://github.com/femiguez/apsimx/pull/26>)
Maintainer: Adam H. Sparks <adamhsparks@gmail.com>
Diff between nasapower versions 3.0.0 dated 2020-10-10 and 3.0.1 dated 2020-10-24
DESCRIPTION | 21 + MD5 | 24 - NEWS.md | 11 R/internal_functions.R | 2 R/nasapower-defunct.R | 4 build/vignette.rds |binary inst/doc/nasapower.Rmd | 8 inst/doc/nasapower.html | 109 +++----- inst/doc/nasapower_states_example.Rmd | 236 +++++++++-------- inst/doc/nasapower_states_example.html | 437 +++++++++++++++------------------ man/nasapower-package.Rd | 3 vignettes/nasapower.Rmd | 8 vignettes/nasapower_states_example.Rmd | 236 +++++++++-------- 13 files changed, 543 insertions(+), 556 deletions(-)
Title: Estimated Marginal Means, aka Least-Squares Means
Description: Obtain estimated marginal means (EMMs) for many linear, generalized
linear, and mixed models. Compute contrasts or linear functions of EMMs,
trends, and comparisons of slopes. Plots and other displays.
Least-squares means are discussed, and the term "estimated marginal means"
is suggested, in Searle, Speed, and Milliken (1980) Population marginal means
in the linear model: An alternative to least squares means, The American
Statistician 34(4), 216-221 <doi:10.1080/00031305.1980.10483031>.
Author: Russell Lenth [aut, cre, cph],
Paul Buerkner [ctb],
Maxime Herve [ctb],
Jonathon Love [ctb],
Hannes Riebl [ctb],
Henrik Singmann [ctb]
Maintainer: Russell Lenth <russell-lenth@uiowa.edu>
Diff between emmeans versions 1.5.1 dated 2020-09-18 and 1.5.2 dated 2020-10-24
DESCRIPTION | 8 +- MD5 | 52 +++++++-------- NEWS.md | 48 ++++++++++---- R/0nly-internal.R | 8 +- R/MCMC-support.R | 7 +- R/emmeans.R | 105 +++++++++++++++++++++----------- R/plot.emm.R | 121 ++++++++++++++++++++++--------------- R/ref-grid.R | 1 R/summary.R | 17 +++-- inst/doc/FAQs.html | 8 +- inst/doc/basics.html | 4 - inst/doc/comparisons.html | 14 +--- inst/doc/confidence-intervals.html | 18 +++-- inst/doc/interactions.html | 16 ++-- inst/doc/messy-data.html | 4 - inst/doc/models.html | 4 - inst/doc/predictions.html | 4 - inst/doc/sophisticated.html | 4 - inst/doc/transformations.html | 4 - inst/doc/utilities.html | 5 - inst/doc/vignette-topics.html | 4 - inst/doc/xplanations.html | 11 +-- inst/doc/xtending.html | 8 +- man/as.emmGrid.Rd | 18 +---- man/emmeans.Rd | 53 +++++++++++----- man/emmobj.Rd | 5 + man/plot.Rd | 11 +-- 27 files changed, 338 insertions(+), 224 deletions(-)
Title: Statistical Framework to Define Subgroups in Complex Datasets
Description: High-dimensional datasets that do not exhibit a clear intrinsic clustered structure pose a challenge to conventional clustering algorithms. For this reason, we developed an unsupervised framework that helps scientists to better subgroup their datasets based on visual cues, please see Gao S, Mutter S, Casey A, Makinen V-P (2019) Numero: a statistical framework to define multivariable subgroups in complex population-based datasets, Int J Epidemiology, 48:369-37, <doi:10.1093/ije/dyy113>. The framework includes the necessary functions to construct a self-organizing map of the data, to evaluate the statistical significance of the observed data patterns, and to visualize the results.
Author: Song Gao [aut],
Stefan Mutter [aut],
Aaron E. Casey [aut],
Ville-Petteri Makinen [aut, cre]
Maintainer: Ville-Petteri Makinen <vpmakine@gmail.com>
Diff between Numero versions 1.7.0 dated 2020-09-14 and 1.7.2 dated 2020-10-24
Numero-1.7.0/Numero/R/nroPair.R |only Numero-1.7.0/Numero/R/nroStatistic.R |only Numero-1.7.0/Numero/man/nroPair.Rd |only Numero-1.7.0/Numero/man/nroStatistic.Rd |only Numero-1.7.0/Numero/src/nro_pair.cpp |only Numero-1.7.0/Numero/src/nro_statistic.cpp |only Numero-1.7.2/Numero/DESCRIPTION | 8 +-- Numero-1.7.2/Numero/MD5 | 62 +++++++++++-------------- Numero-1.7.2/Numero/NAMESPACE | 2 Numero-1.7.2/Numero/R/nroPreprocess.R | 2 Numero-1.7.2/Numero/R/numero.create.R | 3 - Numero-1.7.2/Numero/inst/doc/intro.html | 60 ++++++++++++------------ Numero-1.7.2/Numero/inst/extcode/examples.R | 39 --------------- Numero-1.7.2/Numero/src/Numero_init.c | 4 - Numero-1.7.2/Numero/src/nro.h | 4 - Numero-1.7.2/Numero/src/nro.matrix2reals.cpp | 4 - Numero-1.7.2/Numero/src/nro.reals2matrix.cpp | 4 - Numero-1.7.2/Numero/src/nro.reals2topology.cpp | 4 - Numero-1.7.2/Numero/src/nro.reals2vector.cpp | 4 - Numero-1.7.2/Numero/src/nro.vector2reals.cpp | 4 - Numero-1.7.2/Numero/src/nro.vector2sizes.cpp | 4 - Numero-1.7.2/Numero/src/nro_circus_paint.cpp | 4 - Numero-1.7.2/Numero/src/nro_circus_show.cpp | 4 - Numero-1.7.2/Numero/src/nro_circus_write.cpp | 4 - Numero-1.7.2/Numero/src/nro_colorize.cpp | 4 - Numero-1.7.2/Numero/src/nro_destratify.cpp | 4 - Numero-1.7.2/Numero/src/nro_diffuse.cpp | 4 - Numero-1.7.2/Numero/src/nro_figure.cpp | 4 - Numero-1.7.2/Numero/src/nro_impute.cpp | 4 - Numero-1.7.2/Numero/src/nro_kohonen.cpp | 4 - Numero-1.7.2/Numero/src/nro_label.cpp | 4 - Numero-1.7.2/Numero/src/nro_match.cpp | 4 - Numero-1.7.2/Numero/src/nro_permute.cpp | 4 - Numero-1.7.2/Numero/src/nro_train.cpp | 4 - Numero-1.7.2/Numero/src/nro_webpage.cpp | 4 - 35 files changed, 106 insertions(+), 158 deletions(-)
Title: Multi Environment Trials Analysis
Description: Performs stability analysis of multi-environment
trial data using parametric and non-parametric methods. Parametric
methods includes Additive Main Effects and Multiplicative Interaction
(AMMI) analysis by Gauch (2013) <doi:10.2135/cropsci2013.04.0241>,
Ecovalence by Wricke (1965), Genotype plus Genotype-Environment (GGE)
biplot analysis by Yan & Kang (2003) <doi:10.1201/9781420040371>,
geometric adaptability index by Mohammadi & Amri (2008)
<doi:10.1007/s10681-007-9600-6>, joint regression analysis by Eberhart
& Russel (1966) <doi:10.2135/cropsci1966.0011183X000600010011x>,
genotypic confidence index by Annicchiarico (1992), Murakami & Cruz's
(2004) method <doi:10.12702/1984-7033.v04n01a02>, power law residuals
(POLAR) statistics by Doring et al. (2015)
<doi:10.1016/j.fcr.2015.08.005>, scale-adjusted coefficient of
variation by Doring & Reckling (2018) <doi:10.1016/j.eja.2018.06.007>,
stability variance by Shukla (1972) <doi:10.1038/hdy.1972.87>,
weighted average of absolute scores by Olivoto et al. (2019a)
<doi:10.2134/agronj2019.03.0220>, and multi-trait stability index by
Olivoto et al. (2019b) <doi:10.2134/agronj2019.03.0221>.
Non-parametric methods includes superiority index by Lin & Binns
(1988) <doi:10.4141/cjps88-018>, nonparametric measures of phenotypic
stability by Huehn (1990)
<https://link.springer.com/article/10.1007/BF00024241>, TOP third
statistic by Fox et al. (1990) <doi:10.1007/BF00040364>. Functions for
computing biometrical analysis such as path analysis, canonical
correlation, partial correlation, clustering analysis, and tools for
inspecting, manipulating, summarizing and plotting typical
multi-environment trial data are also provided.
Author: Tiago Olivoto [aut, cre, cph] (<https://orcid.org/0000-0002-0241-9636>)
Maintainer: Tiago Olivoto <tiagoolivoto@gmail.com>
Diff between metan versions 1.9.0 dated 2020-09-18 and 1.10.0 dated 2020-10-24
metan-1.10.0/metan/DESCRIPTION | 6 metan-1.10.0/metan/MD5 | 130 metan-1.10.0/metan/NAMESPACE | 23 metan-1.10.0/metan/NEWS.md | 19 metan-1.10.0/metan/R/WAASB.R | 123 metan-1.10.0/metan/R/acv.R | 10 metan-1.10.0/metan/R/as.lpcor.R | 1 metan-1.10.0/metan/R/barplots.R | 2 metan-1.10.0/metan/R/clustering.R | 2 metan-1.10.0/metan/R/corr_plot.R | 36 metan-1.10.0/metan/R/covcor_design.R | 2 metan-1.10.0/metan/R/desc_stat.R | 22 metan-1.10.0/metan/R/env_stratification.R |only metan-1.10.0/metan/R/fai_blup.R | 1 metan-1.10.0/metan/R/gamem.R | 72 metan-1.10.0/metan/R/gamem_met.R | 56 metan-1.10.0/metan/R/get_corvars.R |only metan-1.10.0/metan/R/get_covmat.R |only metan-1.10.0/metan/R/get_dist.R |only metan-1.10.0/metan/R/get_model_data.R | 640 metan-1.10.0/metan/R/inspect.R | 2 metan-1.10.0/metan/R/mahala_design.R | 2 metan-1.10.0/metan/R/mgidi.R | 130 metan-1.10.0/metan/R/mtsi.R | 290 metan-1.10.0/metan/R/pairs_mantel.R | 2 metan-1.10.0/metan/R/performs_ammi.R | 2 metan-1.10.0/metan/R/resca.R | 9 metan-1.10.0/metan/R/resp_surf.R | 31 metan-1.10.0/metan/R/transpose_df.R |only metan-1.10.0/metan/R/utilities.R | 620 metan-1.10.0/metan/R/utils_as.R |only metan-1.10.0/metan/R/utils_na.R | 48 metan-1.10.0/metan/R/waas.R | 32 metan-1.10.0/metan/R/waas_means.R | 35 metan-1.10.0/metan/R/wsmp.R | 2 metan-1.10.0/metan/R/zzz.R | 18 metan-1.10.0/metan/build/metan.pdf |33006 +++++++++++---------- metan-1.10.0/metan/build/partial.rdb |binary metan-1.10.0/metan/inst/doc/metan_start.html | 630 metan-1.10.0/metan/man/acv.Rd | 4 metan-1.10.0/metan/man/as.lpcor.Rd | 3 metan-1.10.0/metan/man/clustering.Rd | 2 metan-1.10.0/metan/man/corr_plot.Rd | 9 metan-1.10.0/metan/man/desc_stat.Rd | 7 metan-1.10.0/metan/man/doo.Rd | 6 metan-1.10.0/metan/man/env_stratification.Rd |only metan-1.10.0/metan/man/figures/README-AMMI-1.png |binary metan-1.10.0/metan/man/figures/README-BLUP-1.png |binary metan-1.10.0/metan/man/figures/README-GGE-1.png |binary metan-1.10.0/metan/man/gamem.Rd | 46 metan-1.10.0/metan/man/gamem_met.Rd | 6 metan-1.10.0/metan/man/get_corvars.Rd |only metan-1.10.0/metan/man/get_covmat.Rd |only metan-1.10.0/metan/man/get_dist.Rd |only metan-1.10.0/metan/man/get_model_data.Rd | 14 metan-1.10.0/metan/man/mgidi.Rd | 10 metan-1.10.0/metan/man/mtsi.Rd | 36 metan-1.10.0/metan/man/plot.env_stratification.Rd |only metan-1.10.0/metan/man/plot.mgidi.Rd | 5 metan-1.10.0/metan/man/plot.mtsi.Rd | 5 metan-1.10.0/metan/man/print.env_stratification.Rd |only metan-1.10.0/metan/man/transpose_df.Rd |only metan-1.10.0/metan/man/utils_as.Rd |only metan-1.10.0/metan/man/utils_mat.Rd | 7 metan-1.10.0/metan/man/utils_na_zero.Rd | 41 metan-1.10.0/metan/man/utils_num_str.Rd | 102 metan-1.10.0/metan/man/utils_rows_cols.Rd | 8 metan-1.10.0/metan/man/utils_stats.Rd | 21 metan-1.10.0/metan/man/waas.Rd | 10 metan-1.10.0/metan/man/waas_means.Rd | 12 metan-1.10.0/metan/man/waasb.Rd | 39 metan-1.10.0/metan/vignettes/indexes.RData |binary metan-1.9.0/metan/R/to_factor.R |only metan-1.9.0/metan/man/to_factor.Rd |only 74 files changed, 19573 insertions(+), 16824 deletions(-)
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2018-02-21 3.0.4
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2020-03-17 1.1.0
2020-01-25 1.0.3
2019-05-06 1.0.2
2018-11-12 1.0.1
2018-03-09 1.0-0
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2020-03-04 0.4.0