Title: Interface to 'TensorFlow' Estimators
Description: Interface to 'TensorFlow' Estimators
<https://www.tensorflow.org/guide/estimator>, a high-level
API that provides implementations of many different model types
including linear models and deep neural networks.
Author: JJ Allaire [aut],
Yuan Tang [aut] (<https://orcid.org/0000-0001-5243-233X>),
Kevin Ushey [aut],
Kevin Kuo [aut] (<https://orcid.org/0000-0001-7803-7901>),
Tomasz Kalinowski [cre],
Daniel Falbel [ctb, cph],
RStudio [cph, fnd],
Google Inc. [cph]
Maintainer: Tomasz Kalinowski <tomasz.kalinowski@rstudio.com>
Diff between tfestimators versions 1.9.1 dated 2018-11-07 and 1.9.2 dated 2021-08-09
tfestimators-1.9.1/tfestimators/inst/python/estimatortools/__init__.pyc |only tfestimators-1.9.1/tfestimators/inst/python/estimatortools/functions.pyc |only tfestimators-1.9.1/tfestimators/inst/python/estimatortools/session_run_hooks.pyc |only tfestimators-1.9.2/tfestimators/DESCRIPTION | 22 tfestimators-1.9.2/tfestimators/MD5 | 175 +- tfestimators-1.9.2/tfestimators/NEWS.md | 4 tfestimators-1.9.2/tfestimators/R/package.R | 21 tfestimators-1.9.2/tfestimators/R/tf_custom_estimator.R | 2 tfestimators-1.9.2/tfestimators/README.md | 2 tfestimators-1.9.2/tfestimators/build/vignette.rds |binary tfestimators-1.9.2/tfestimators/inst/CITATION | 2 tfestimators-1.9.2/tfestimators/inst/doc/creating_estimators.R | 2 tfestimators-1.9.2/tfestimators/inst/doc/creating_estimators.Rmd | 2 tfestimators-1.9.2/tfestimators/inst/doc/creating_estimators.html | 502 ++----- tfestimators-1.9.2/tfestimators/inst/doc/dataset_api.R | 10 tfestimators-1.9.2/tfestimators/inst/doc/dataset_api.Rmd | 6 tfestimators-1.9.2/tfestimators/inst/doc/dataset_api.html | 358 +---- tfestimators-1.9.2/tfestimators/inst/doc/estimator_basics.R | 22 tfestimators-1.9.2/tfestimators/inst/doc/estimator_basics.Rmd | 2 tfestimators-1.9.2/tfestimators/inst/doc/estimator_basics.html | 374 +---- tfestimators-1.9.2/tfestimators/inst/doc/feature_columns.R | 14 tfestimators-1.9.2/tfestimators/inst/doc/feature_columns.Rmd | 2 tfestimators-1.9.2/tfestimators/inst/doc/feature_columns.html | 322 +--- tfestimators-1.9.2/tfestimators/inst/doc/input_functions.R | 14 tfestimators-1.9.2/tfestimators/inst/doc/input_functions.html | 342 +--- tfestimators-1.9.2/tfestimators/inst/doc/parsing_spec.R | 14 tfestimators-1.9.2/tfestimators/inst/doc/parsing_spec.html | 344 +--- tfestimators-1.9.2/tfestimators/inst/doc/run_hooks.R | 10 tfestimators-1.9.2/tfestimators/inst/doc/run_hooks.html | 368 +---- tfestimators-1.9.2/tfestimators/inst/doc/tensorboard.R | 4 tfestimators-1.9.2/tfestimators/inst/doc/tensorboard.html | 274 +-- tfestimators-1.9.2/tfestimators/inst/doc/tensorflow_layers.R | 2 tfestimators-1.9.2/tfestimators/inst/doc/tensorflow_layers.Rmd | 8 tfestimators-1.9.2/tfestimators/inst/doc/tensorflow_layers.html | 692 ++++------ tfestimators-1.9.2/tfestimators/man/boosted_trees_estimators.Rd | 56 tfestimators-1.9.2/tfestimators/man/classifier_parse_example_spec.Rd | 16 tfestimators-1.9.2/tfestimators/man/column_bucketized.Rd | 18 tfestimators-1.9.2/tfestimators/man/column_categorical_weighted.Rd | 27 tfestimators-1.9.2/tfestimators/man/column_categorical_with_hash_bucket.Rd | 27 tfestimators-1.9.2/tfestimators/man/column_categorical_with_identity.Rd | 24 tfestimators-1.9.2/tfestimators/man/column_categorical_with_vocabulary_file.Rd | 31 tfestimators-1.9.2/tfestimators/man/column_categorical_with_vocabulary_list.Rd | 29 tfestimators-1.9.2/tfestimators/man/column_crossed.Rd | 20 tfestimators-1.9.2/tfestimators/man/column_embedding.Rd | 35 tfestimators-1.9.2/tfestimators/man/column_indicator.Rd | 4 tfestimators-1.9.2/tfestimators/man/column_numeric.Rd | 29 tfestimators-1.9.2/tfestimators/man/dnn_estimators.Rd | 50 tfestimators-1.9.2/tfestimators/man/dnn_linear_combined_estimators.Rd | 59 tfestimators-1.9.2/tfestimators/man/estimator.Rd | 22 tfestimators-1.9.2/tfestimators/man/estimator_spec.Rd | 27 tfestimators-1.9.2/tfestimators/man/estimators.Rd | 6 tfestimators-1.9.2/tfestimators/man/eval_spec.Rd | 16 tfestimators-1.9.2/tfestimators/man/evaluate.tf_estimator.Rd | 24 tfestimators-1.9.2/tfestimators/man/export_savedmodel.tf_estimator.Rd | 26 tfestimators-1.9.2/tfestimators/man/graph_keys.Rd | 3 tfestimators-1.9.2/tfestimators/man/hook_checkpoint_saver.Rd | 34 tfestimators-1.9.2/tfestimators/man/hook_global_step_waiter.Rd | 19 tfestimators-1.9.2/tfestimators/man/hook_history_saver.Rd | 19 tfestimators-1.9.2/tfestimators/man/hook_logging_tensor.Rd | 28 tfestimators-1.9.2/tfestimators/man/hook_nan_tensor.Rd | 19 tfestimators-1.9.2/tfestimators/man/hook_progress_bar.Rd | 19 tfestimators-1.9.2/tfestimators/man/hook_step_counter.Rd | 27 tfestimators-1.9.2/tfestimators/man/hook_stop_at_step.Rd | 19 tfestimators-1.9.2/tfestimators/man/hook_summary_saver.Rd | 30 tfestimators-1.9.2/tfestimators/man/input_fn.Rd | 33 tfestimators-1.9.2/tfestimators/man/input_layer.Rd | 27 tfestimators-1.9.2/tfestimators/man/keras_model_to_estimator.Rd | 9 tfestimators-1.9.2/tfestimators/man/latest_checkpoint.Rd | 3 tfestimators-1.9.2/tfestimators/man/linear_estimators.Rd | 40 tfestimators-1.9.2/tfestimators/man/metric_keys.Rd | 5 tfestimators-1.9.2/tfestimators/man/mode_keys.Rd | 5 tfestimators-1.9.2/tfestimators/man/numpy_input_fn.Rd | 14 tfestimators-1.9.2/tfestimators/man/plot.tf_estimator_history.Rd | 9 tfestimators-1.9.2/tfestimators/man/predict.tf_estimator.Rd | 27 tfestimators-1.9.2/tfestimators/man/prediction_keys.Rd | 5 tfestimators-1.9.2/tfestimators/man/reexports.Rd | 12 tfestimators-1.9.2/tfestimators/man/regressor_parse_example_spec.Rd | 26 tfestimators-1.9.2/tfestimators/man/run_config.Rd | 3 tfestimators-1.9.2/tfestimators/man/session_run_hook.Rd | 38 tfestimators-1.9.2/tfestimators/man/task_type.Rd | 3 tfestimators-1.9.2/tfestimators/man/tfestimators.Rd | 3 tfestimators-1.9.2/tfestimators/man/train.tf_estimator.Rd | 22 tfestimators-1.9.2/tfestimators/man/train_and_evaluate.tf_estimator.Rd | 8 tfestimators-1.9.2/tfestimators/man/train_spec.Rd | 5 tfestimators-1.9.2/tfestimators/tests/testthat.R | 4 tfestimators-1.9.2/tfestimators/vignettes/creating_estimators.Rmd | 2 tfestimators-1.9.2/tfestimators/vignettes/dataset_api.Rmd | 6 tfestimators-1.9.2/tfestimators/vignettes/estimator_basics.Rmd | 2 tfestimators-1.9.2/tfestimators/vignettes/feature_columns.Rmd | 2 tfestimators-1.9.2/tfestimators/vignettes/tensorflow_layers.Rmd | 8 90 files changed, 2034 insertions(+), 2966 deletions(-)
Title: Bhavcopy and Live Market Data from National Stock Exchange(NSE)
India of Equities and Derivatives(F&O)
Description: Download Historical Bhavcopy and get Live Market data from NSE of Equities and Derivatives(F&O) segment. Data source <https://www.nseindia.com/all-reports>.
Author: Nandan Patil [cre, aut]
Maintainer: Nandan Patil <tryanother609@gmail.com>
Diff between nser versions 1.1.0 dated 2021-08-03 and 1.2.0 dated 2021-08-09
DESCRIPTION | 14 MD5 | 46 + NAMESPACE | 50 - R/bhavs.R |only R/utils-pipe.R | 1 build/vignette.rds |binary inst/doc/bhavs.R |only inst/doc/bhavs.Rmd |only inst/doc/bhavs.html |only inst/doc/nseindex.html | 116 +-- inst/doc/nseipo.html | 26 inst/doc/nselive.html | 1290 +++++++++++++++++++++---------------------- inst/doc/nseopen.html | 860 ++++++++++++++-------------- man/bhav.Rd | 74 +- man/bhavs.Rd |only man/fobhav.Rd | 72 +- man/nseindex.Rd | 66 +- man/nseipo.Rd | 60 +- man/nselive.Rd | 84 +- man/nseopen.Rd | 84 +- man/pipe.Rd | 40 - vignettes/Bc010721.csv |only vignettes/Gl010721.csv |only vignettes/HL010721.csv |only vignettes/Pd010721.csv |only vignettes/Pr010721.csv |only vignettes/Tt010721.csv |only vignettes/bh010721.csv |only vignettes/bhavs.Rmd |only vignettes/corpbond010721.csv |only vignettes/etf010721.csv |only vignettes/sme010721.csv |only 32 files changed, 1452 insertions(+), 1431 deletions(-)
Title: Relative Risk Regression Using the Log-Binomial Model
Description: Methods for fitting log-link GLMs and GAMs to binomial data,
including EM-type algorithms with more stable convergence properties than standard methods.
Author: Mark W. Donoghoe [aut, cre] (<https://orcid.org/0000-0003-0212-6443>),
Ian C. Marschner [ths] (<https://orcid.org/0000-0002-6225-1572>),
Alexandra C. Gillett [ctb] (wrote an initial version of the nplbin
function, <https://orcid.org/0000-0002-5069-3197>)
Maintainer: Mark W. Donoghoe <markdonoghoe@gmail.com>
Diff between logbin versions 2.0.4 dated 2018-08-31 and 2.0.5 dated 2021-08-09
logbin-2.0.4/logbin/man/conv.test.Rd |only logbin-2.0.5/logbin/DESCRIPTION | 26 +- logbin-2.0.5/logbin/MD5 | 37 +-- logbin-2.0.5/logbin/NAMESPACE | 6 logbin-2.0.5/logbin/NEWS.md | 8 logbin-2.0.5/logbin/R/conv.test.r | 15 - logbin-2.0.5/logbin/R/logbin.ab.r | 13 - logbin-2.0.5/logbin/R/logbin.cem.r | 88 ++++--- logbin-2.0.5/logbin/R/logbin.design.r | 54 +--- logbin-2.0.5/logbin/R/logbin.em.r | 41 +-- logbin-2.0.5/logbin/R/logbin.r | 16 - logbin-2.0.5/logbin/R/logbin.reparameterise.r | 222 +++++++++++-------- logbin-2.0.5/logbin/R/logbin.smooth.r | 4 logbin-2.0.5/logbin/R/logbin.smooth.reparameterise.r | 4 logbin-2.0.5/logbin/R/nplbin.r | 42 +-- logbin-2.0.5/logbin/README.md | 15 - logbin-2.0.5/logbin/man/logbin-package.Rd | 2 logbin-2.0.5/logbin/man/logbin.Rd | 11 logbin-2.0.5/logbin/man/logbin.control.Rd | 2 logbin-2.0.5/logbin/man/nplbin.Rd | 9 20 files changed, 338 insertions(+), 277 deletions(-)
Title: Preparation, Checking and Post-Processing Data for PK/PD
Modeling
Description: Efficient tools for preparation, checking and post-processing of data in PK/PD (pharmacokinetics/pharmacodynamics) modeling, with focus on use of Nonmem. Helps with trivial but tedious tasks and tries to identify errors to save time on debugging. Implemented in 'data.table', but easily integrated with 'base' and 'tidyverse'.
Author: Philip Delff [aut, cre]
Maintainer: Philip Delff <philip@delff.dk>
Diff between NMdata versions 0.0.8 dated 2021-07-09 and 0.0.9 dated 2021-08-09
DESCRIPTION | 6 +++--- MD5 | 14 +++++++------- NEWS.md | 4 ++++ README.md | 1 + inst/doc/DataCreate.html | 20 ++++++++++---------- inst/doc/NMdata-FAQ.html | 2 +- inst/doc/NMscanData.html | 2 +- tests/testthat.R | 35 +++++++++++++++++++++++++++++++---- 8 files changed, 58 insertions(+), 26 deletions(-)
Title: Nanosecond-Resolution Time Support for R
Description: Full 64-bit resolution date and time functionality with
nanosecond granularity is provided, with easy transition to and from
the standard 'POSIXct' type. Three additional classes offer interval,
period and duration functionality for nanosecond-resolution timestamps.
Author: Dirk Eddelbuettel and Leonardo Silvestri
Maintainer: Dirk Eddelbuettel <edd@debian.org>
Diff between nanotime versions 0.3.2 dated 2020-09-04 and 0.3.3 dated 2021-08-09
ChangeLog | 79 +++++++++++++++++++++++++++++++ DESCRIPTION | 11 ++-- MD5 | 35 +++++++------ R/nanoduration.R | 19 +++++++ R/nanoperiod.R | 17 +++++- README.md | 42 ++++++++++------ build/vignette.rds |binary demo/00Index | 1 demo/ggplot2Example.R |only inst/NEWS.Rd | 13 +++++ inst/doc/nanotime-introduction.pdf |binary inst/tinytest/test_nanoduration.R | 41 +++++++++++++--- inst/tinytest/test_nanoival.R | 1 inst/tinytest/test_nanoperiod.R | 93 ++++++++++++++++++++++++++++++++++++- inst/tinytest/test_nanotime.R | 12 ++-- inst/tinytest/test_ops.R | 6 +- man/nanoduration.Rd | 11 ++++ man/nanoperiod.Rd | 17 +++++- src/period.cpp | 12 +++- 19 files changed, 346 insertions(+), 64 deletions(-)
Title: Modelling and Analysis of Dynamic Computer Experiments
Description: Emulating and solving inverse problems for dynamic computer experiments.
It contains two major functionalities: (1) localized GP model for large-scale
dynamic computer experiments using the algorithm proposed by
Zhang et al. (2018) <arXiv:1611.09488>; (2) solving inverse problems
in dynamic computer experiments. The current version only supports 64-bit
version of R.
Author: Ru Zhang [aut, cre],
Chunfang Devon Lin [aut],
Pritam Ranjan [aut],
Robert B Gramacy [ctb],
Nicolas Devillard [ctb],
Jorge Nocedal [ctb],
Jose Luis Morales [ctb],
Ciyou Zhu [ctb],
Richard Byrd [ctb],
Peihuang Lu-Chen [ctb],
Berend Hasselman [ctb],
Jack Dongarra [ctb],
Jeremy Du Croz [ctb],
Sven Hammarling [ctb],
Richard Hanson [ctb],
University of Chicago [cph],
University of California [cph]
Maintainer: Ru Zhang <heavenmarshal@gmail.com>
Diff between DynamicGP versions 1.1-6 dated 2020-04-19 and 1.1-7 dated 2021-08-09
DESCRIPTION | 8 ++++---- MD5 | 4 ++-- src/gp_sep.cpp | 5 ++++- 3 files changed, 10 insertions(+), 7 deletions(-)
Title: Tools to Support Relative Importance Analysis
Description: Provides tools that support relative importance analysis focusing
on dominance analysis. Dominance analysis is a methodology for
determining the relative importance of predictors/features/independent
variables (Azen, R., & Budescu, D. V. (2003) <doi:10.1037/1082-989X.8.2.129>;
Groemping, U. (2007) <doi:10.1198/000313007X188252>)
as well as parameter estimates (Luchman, J. N, Lei, X., & Kaplan, S.
(2020) <doi:10.47263/JASEM.4(2)02>).
These tools are intended to extend relative importance analysis to,
effectively, any statistical or machine learning function as defined or
desired by the user-especially those where the user wants to use custom
importance/fit statistic or modeling function.
Author: Joseph Luchman [aut, cre] (<https://orcid.org/0000-0002-8886-9717>)
Maintainer: Joseph Luchman <jluchman@gmail.com>
Diff between domir versions 0.0.1 dated 2021-03-29 and 0.1.0 dated 2021-08-09
DESCRIPTION | 10 MD5 | 14 NEWS.md |only R/domin.r | 716 +++++++++++++++++++++++++++++++++++++-------------- R/domir-package.r | 73 ++--- README.md |only man/domin.Rd | 150 +++++++--- man/domir-package.Rd | 70 ++-- man/print.domin.Rd | 4 9 files changed, 716 insertions(+), 321 deletions(-)
Title: Simulate Models Based on the Generalized Linear Model
Description: Simulates regression models,
including both simple regression and generalized linear mixed
models with up to three level of nesting. Power simulations that are
flexible allowing the specification of missing data, unbalanced designs,
and different random error distributions are built into the package.
Author: Brandon LeBeau [aut, cre]
Maintainer: Brandon LeBeau <lebebr01+simglm@gmail.com>
Diff between simglm versions 0.8.0 dated 2020-06-12 and 0.8.8 dated 2021-08-09
simglm-0.8.0/simglm/R/pow_sim_glm.r |only simglm-0.8.0/simglm/R/sim_glm_func.r |only simglm-0.8.0/simglm/R/sim_pow.r |only simglm-0.8.0/simglm/R/sim_reg.r |only simglm-0.8.0/simglm/R/sim_reg_func.r |only simglm-0.8.0/simglm/R/varcov_randeff.r |only simglm-0.8.0/simglm/man/corr_variables.Rd |only simglm-0.8.0/simglm/man/cross_class.Rd |only simglm-0.8.0/simglm/man/data_glm_nested.Rd |only simglm-0.8.0/simglm/man/data_glm_nested3.Rd |only simglm-0.8.0/simglm/man/data_glm_single.Rd |only simglm-0.8.0/simglm/man/data_reg_nested.Rd |only simglm-0.8.0/simglm/man/data_reg_nested3.Rd |only simglm-0.8.0/simglm/man/data_reg_single.Rd |only simglm-0.8.0/simglm/man/sim_continuous.Rd |only simglm-0.8.0/simglm/man/sim_err_nested.Rd |only simglm-0.8.0/simglm/man/sim_err_single.Rd |only simglm-0.8.0/simglm/man/sim_factor.Rd |only simglm-0.8.0/simglm/man/sim_fixef_nested.Rd |only simglm-0.8.0/simglm/man/sim_fixef_nested3.Rd |only simglm-0.8.0/simglm/man/sim_fixef_single.Rd |only simglm-0.8.0/simglm/man/sim_glm.Rd |only simglm-0.8.0/simglm/man/sim_glm_nested.Rd |only simglm-0.8.0/simglm/man/sim_glm_nested3.Rd |only simglm-0.8.0/simglm/man/sim_glm_single.Rd |only simglm-0.8.0/simglm/man/sim_knot.Rd |only simglm-0.8.0/simglm/man/sim_pow.Rd |only simglm-0.8.0/simglm/man/sim_pow_glm.Rd |only simglm-0.8.0/simglm/man/sim_pow_glm_nested.Rd |only simglm-0.8.0/simglm/man/sim_pow_glm_nested3.Rd |only simglm-0.8.0/simglm/man/sim_pow_glm_single.Rd |only simglm-0.8.0/simglm/man/sim_pow_nested.Rd |only simglm-0.8.0/simglm/man/sim_pow_nested3.Rd |only simglm-0.8.0/simglm/man/sim_pow_single.Rd |only simglm-0.8.0/simglm/man/sim_rand_eff.Rd |only simglm-0.8.0/simglm/man/sim_reg.Rd |only simglm-0.8.0/simglm/man/sim_reg_nested.Rd |only simglm-0.8.0/simglm/man/sim_reg_nested3.Rd |only simglm-0.8.0/simglm/man/sim_reg_single.Rd |only simglm-0.8.0/simglm/man/varcov_randeff.Rd |only simglm-0.8.8/simglm/DESCRIPTION | 9 simglm-0.8.8/simglm/MD5 | 107 simglm-0.8.8/simglm/NAMESPACE | 54 simglm-0.8.8/simglm/R/corr_variables.r | 191 simglm-0.8.8/simglm/R/data_glm.r | 191 simglm-0.8.8/simglm/R/data_reg.r | 331 simglm-0.8.8/simglm/R/err_sim.r | 224 simglm-0.8.8/simglm/R/fixef_sim.r | 663 simglm-0.8.8/simglm/R/missing_data.r | 469 simglm-0.8.8/simglm/R/parse_formula.r | 43 simglm-0.8.8/simglm/R/pow_sim.r | 709 simglm-0.8.8/simglm/R/rand_eff_sim.r | 334 simglm-0.8.8/simglm/R/simglm.r | 21 simglm-0.8.8/simglm/R/util.r | 120 simglm-0.8.8/simglm/README.md | 8 simglm-0.8.8/simglm/build/vignette.rds |binary simglm-0.8.8/simglm/inst/doc/simulation_arguments.R | 1019 - simglm-0.8.8/simglm/inst/doc/simulation_arguments.Rmd | 122 simglm-0.8.8/simglm/inst/doc/simulation_arguments.html |12237 ++++++-------- simglm-0.8.8/simglm/inst/doc/tidy_simulation.R | 582 simglm-0.8.8/simglm/inst/doc/tidy_simulation.Rmd | 111 simglm-0.8.8/simglm/inst/doc/tidy_simulation.html | 1595 - simglm-0.8.8/simglm/man/correlate_variables.Rd |only simglm-0.8.8/simglm/man/missing.Rd | 2 simglm-0.8.8/simglm/man/parse_correlation.Rd |only simglm-0.8.8/simglm/man/simglm.Rd | 5 simglm-0.8.8/simglm/man/simulate_knot.Rd |only simglm-0.8.8/simglm/tests/testthat/test_correlation.r |only simglm-0.8.8/simglm/tests/testthat/test_crossclass.r |only simglm-0.8.8/simglm/tests/testthat/test_data_generation.r |only simglm-0.8.8/simglm/tests/testthat/test_fixef.r | 49 simglm-0.8.8/simglm/tests/testthat/test_heterogeneity.r | 109 simglm-0.8.8/simglm/tests/testthat/test_interactions.r |only simglm-0.8.8/simglm/tests/testthat/test_missing.r | 232 simglm-0.8.8/simglm/tests/testthat/test_poly_ns_bs.r | 2 simglm-0.8.8/simglm/tests/testthat/test_power_struc.r | 290 simglm-0.8.8/simglm/vignettes/simulation_arguments.Rmd | 122 simglm-0.8.8/simglm/vignettes/tidy_simulation.Rmd | 111 78 files changed, 9417 insertions(+), 10645 deletions(-)
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2021-08-06 1.3.0
2021-07-02 1.2.0
2021-05-05 1.1.0
2021-04-06 1.0.0
Title: Fair Models in Machine Learning
Description: Fair machine learning regression models which take sensitive attributes into account in
model estimation. Currently implementing Komiyama et al. (2018)
<http://proceedings.mlr.press/v80/komiyama18a/komiyama18a.pdf>, Zafar et al.
(2019) <https://www.jmlr.org/papers/volume20/18-262/18-262.pdf> and my own
approach that uses ridge regression to enforce fairness.
Author: Marco Scutari [aut, cre]
Maintainer: Marco Scutari <marco.scutari@gmail.com>
Diff between fairml versions 0.5 dated 2021-06-16 and 0.6 dated 2021-08-09
fairml-0.5/fairml/R/deviance-and-likelihood.R |only fairml-0.5/fairml/man/vuc.Rd |only fairml-0.5/fairml/man/vur.Rd |only fairml-0.5/fairml/man/zlrm.Rd |only fairml-0.6/fairml/Changelog | 11 + fairml-0.6/fairml/DESCRIPTION | 8 fairml-0.6/fairml/MD5 | 60 ++--- fairml-0.6/fairml/NAMESPACE | 12 - fairml-0.6/fairml/R/comparisons.R | 24 +- fairml-0.6/fairml/R/crossvalidation.R | 265 +++++++++++++++---------- fairml-0.6/fairml/R/fgrrm.R |only fairml-0.6/fairml/R/frrm.R | 117 ++--------- fairml-0.6/fairml/R/getters.R | 29 ++ fairml-0.6/fairml/R/globals.R | 33 +-- fairml-0.6/fairml/R/nclm.R | 14 - fairml-0.6/fairml/R/predict.R | 124 +++++++++-- fairml-0.6/fairml/R/print.R | 26 +- fairml-0.6/fairml/R/profile-plots.R | 83 ++++++- fairml-0.6/fairml/R/sanitization-data.R | 12 - fairml-0.6/fairml/R/summary.R | 135 ++++++------ fairml-0.6/fairml/R/two-stage-regression.R | 40 ++- fairml-0.6/fairml/R/utils.R | 19 + fairml-0.6/fairml/R/zlm.R |only fairml-0.6/fairml/R/zlrm.R | 58 ++++- fairml-0.6/fairml/data/bank.rda |binary fairml-0.6/fairml/man/bank.Rd | 9 fairml-0.6/fairml/man/communities.and.crime.Rd | 2 fairml-0.6/fairml/man/fairml-package.Rd | 5 fairml-0.6/fairml/man/fairml.cv.Rd | 10 fairml-0.6/fairml/man/fairness.profile.plot.Rd | 33 +-- fairml-0.6/fairml/man/frrm.Rd | 22 +- fairml-0.6/fairml/man/methods.Rd | 32 +-- fairml-0.6/fairml/man/nclm.Rd | 4 fairml-0.6/fairml/man/synthetic.Rd |only fairml-0.6/fairml/man/zlm.Rd |only 35 files changed, 747 insertions(+), 440 deletions(-)
Title: R Interface to 'FishBase'
Description: A programmatic interface to 'FishBase', re-written
based on an accompanying 'RESTful' API. Access tables describing over 30,000
species of fish, their biology, ecology, morphology, and more. This package also
supports experimental access to 'SeaLifeBase' data, which contains
nearly 200,000 species records for all types of aquatic life not covered by
'FishBase.'
Author: Carl Boettiger [cre, aut] (<https://orcid.org/0000-0002-1642-628X>),
Scott Chamberlain [aut] (<https://orcid.org/0000-0003-1444-9135>),
Duncan Temple Lang [aut],
Peter Wainwright [aut],
Kevin Cazelles [ctb] (<https://orcid.org/0000-0001-6619-9874>)
Maintainer: Carl Boettiger <cboettig@gmail.com>
Diff between rfishbase versions 3.1.8 dated 2021-06-07 and 3.1.9 dated 2021-08-09
DESCRIPTION | 6 MD5 | 15 - NEWS.md | 5 R/fb_tbl.R | 45 +--- R/local_db.R | 3 build/vignette.rds |binary inst/doc/rfishbase.html | 245 ++------------------------ inst/extdata/rfishbase_available_releases.txt |only tests/testthat/test_endpoint.R | 2 9 files changed, 58 insertions(+), 263 deletions(-)
Title: Read 'Bibtex' Files and Convert Between Bibliography Formats
Description: Read and write 'Bibtex' files. Convert between bibliography
formats, including 'Bibtex', 'Biblatex', 'Endnote', and 'Bibentry'.
Includes a port of the 'bibutils' utilities by Chris Putnam
<https://sourceforge.net/projects/bibutils/>. Supports all
bibliography formats and character encodings implemented in
'bibutils'.
Author: Georgi N. Boshnakov [aut, cre] (R port, R code, new C code and
modifications to bibutils' C code, conversion to Bibentry (R and C
code)),
Chris Putman [aut] (src/*, author of the bibutils libraries,
https://sourceforge.net/projects/bibutils/),
Richard Mathar [ctb] (src/addsout.c),
Johannes Wilm [ctb] (src/biblatexin.c, src/bltypes.c)
Maintainer: Georgi N. Boshnakov <georgi.boshnakov@manchester.ac.uk>
Diff between rbibutils versions 2.2.2 dated 2021-07-31 and 2.2.3 dated 2021-08-09
DESCRIPTION | 9 +++--- MD5 | 14 ++++----- NEWS.md | 8 ++++- README.md | 26 ++++++++++++------ build/partial.rdb |binary man/bibConvert.Rd | 6 ++++ src/medin.c | 1 src/str.c | 78 +++++++++++++++++++++++++++++++++++++++--------------- 8 files changed, 101 insertions(+), 41 deletions(-)
More information about ConformalSmallest at CRAN
Permanent link
Title: Nonparametric and Cox-Based Estimation of ATE in Competing Risks
Description: Estimation of average treatment effects (ATE) of two static treatment regimes on time-to-event outcomes with K competing events (K can be 1). The method uses propensity scores weighting for emulation of baseline randomization.
Author: Bella Vakulenko-Lagun, Colin Magdamo, Marie-Laure Charpignon, Bang Zheng, Mark Albers, Sudeshna Das
Maintainer: Bella Vakulenko-Lagun <blagun@stat.haifa.ac.il>
Diff between causalCmprsk versions 1.0.2 dated 2021-08-09 and 1.0.3 dated 2021-08-09
DESCRIPTION | 6 MD5 | 10 inst/doc/cmp_rsk_RHC.R | 19 inst/doc/cmp_rsk_RHC.Rmd | 23 inst/doc/cmp_rsk_RHC.html | 1258 +++++++++++++++++++++++----------------------- vignettes/cmp_rsk_RHC.Rmd | 23 6 files changed, 695 insertions(+), 644 deletions(-)
Title: Sparse Estimation of Large Time Series Models
Description: Estimation of large Vector AutoRegressive (VAR), Vector AutoRegressive with Exogenous Variables X (VARX) and Vector AutoRegressive Moving Average (VARMA) Models with Structured Lasso Penalties, see Nicholson, Wilms, Bien and Matteson (2020) <https://jmlr.org/papers/v21/19-777.html> and Wilms, Basu, Bien and Matteson (2021) <doi:10.1080/01621459.2021.1942013>.
Author: Ines Wilms [cre, aut],
David S. Matteson [aut],
Jacob Bien [aut],
Sumanta Basu [aut],
Will Nicholson [aut],
Enrico Wegner [aut]
Maintainer: Ines Wilms <i.wilms@maastrichtuniversity.nl>
Diff between bigtime versions 0.2.0 dated 2021-06-24 and 0.2.1 dated 2021-08-09
DESCRIPTION | 10 +++++----- MD5 | 6 +++--- NEWS.md | 4 ++++ src/RcppExports.cpp | 5 +++++ 4 files changed, 17 insertions(+), 8 deletions(-)
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2020-10-24 0.1.3
2020-07-07 0.1.1
2020-07-06 0.1.0
Title: Loading Fonts into R
Description: Loading system fonts and Google Fonts
<https://fonts.google.com/> into R, in order to
support other packages such as 'R2SWF' and 'showtext'.
Author: Yixuan Qiu and authors/contributors of the
included fonts. See file AUTHORS for details.
Maintainer: Yixuan Qiu <yixuan.qiu@cos.name>
Diff between sysfonts versions 0.8.4 dated 2021-07-26 and 0.8.5 dated 2021-08-09
DESCRIPTION | 8 +++--- MD5 | 10 ++++---- configure | 70 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ configure.ac | 16 ++++++++++++ inst/NEWS.Rd | 9 +++++++ src/font_name.c | 4 +-- 6 files changed, 106 insertions(+), 11 deletions(-)
Title: Rendering Font into 'data.frame'
Description: Extract glyph information from a font file, and translate the
outline curves to flattened paths or tessellated polygons. The converted
data is returned as a 'data.frame' in easy-to-plot format.
Author: Hiroaki Yutani [aut, cre] (<https://orcid.org/0000-0002-3385-7233>)
Maintainer: Hiroaki Yutani <yutani.ini@gmail.com>
Diff between string2path versions 0.0.1 dated 2021-08-04 and 0.0.2 dated 2021-08-09
DESCRIPTION | 8 ++++---- MD5 | 14 ++++++++------ NEWS.md |only R/main.R | 3 +++ README.md | 5 +++++ configure |only src/Makevars | 2 +- src/Makevars.win | 4 ++-- src/rust/src/into_path.rs | 10 +++++++++- 9 files changed, 32 insertions(+), 14 deletions(-)
Title: Estimation and Inference for the Fractionally Cointegrated VAR
Description: Estimation and inference using the Fractionally Cointegrated
Vector Autoregressive (VAR) model. It includes functions for model specification,
including lag selection and cointegration rank selection, as well as a comprehensive
set of options for hypothesis testing, including tests of hypotheses on the
cointegrating relations, the adjustment coefficients and the fractional
differencing parameters.
An article describing the FCVAR model with examples is available on the Webpage
<https://sites.google.com/view/mortennielsen/software>.
Author: Lealand Morin [aut, cre] (<https://orcid.org/0000-0001-8539-1386>),
Morten Nielsen [aut] (<https://orcid.org/0000-0002-1337-9844>),
Michal Popiel [aut]
Maintainer: Lealand Morin <lealand.morin@ucf.edu>
Diff between FCVAR versions 0.1.0 dated 2021-08-05 and 0.1.1 dated 2021-08-09
DESCRIPTION | 6 ++-- MD5 | 18 +++++++------- NEWS.md | 15 +++-------- R/FCVAR.R | 3 -- R/FCVAR_spec.R | 2 + README.md | 32 +++++++++++++++++++++---- man/FCVAR.Rd | 3 -- man/FCVARlagSelect.Rd | 2 + tests/testthat/test_estn.R | 57 ++++++++++++++++++++++++++++++++++++++++++--- tests/testthat/test_post.R | 2 - 10 files changed, 105 insertions(+), 35 deletions(-)
Title: Algorithms for Bundling Edges in Networks and Visualizing Flow
and Metro Maps
Description: Implements several algorithms for bundling edges in networks and flow and metro map layouts. This includes force directed edge bundling <doi:10.1111/j.1467-8659.2009.01450.x>, a flow algorithm based on Steiner trees<doi:10.1080/15230406.2018.1437359> and a multicriteria optimization method for metro map layouts <doi:10.1109/TVCG.2010.24>.
Author: David Schoch [aut, cre] (<https://orcid.org/0000-0003-2952-4812>)
Maintainer: David Schoch <david.schoch@manchester.ac.uk>
Diff between edgebundle versions 0.2.0 dated 2021-08-02 and 0.2.1 dated 2021-08-09
DESCRIPTION | 6 +++--- MD5 | 8 ++++---- NEWS.md | 4 ++++ R/metro_multicriteria.R | 2 +- src/metroLayout.cpp | 4 ++-- 5 files changed, 14 insertions(+), 10 deletions(-)
Title: Regression Analysis Linear and Nonlinear for Agriculture
Description: Linear and nonlinear regression analysis common in agricultural science papers (Archontoulis & Miguez (2015). <doi:10.2134/agronj2012.0506>). The package includes linear, quadratic, cubic, inverse quadratic, exponential, negative exponential, biexponential, Gaussian, three- or four-parameter logistic, four- or five-parameter Brain-Cousens logistic, four- or five-parameter Cedergreen-Ritz-Streibig logistic models. five parameters, Gompertz logistic, Michaelis-Menten, logarithmic, linear-linear segmented, linear-plate segmented, quadratic-plate segmented, nonparametric loess. The functions return the model coefficients and their respective p values, coefficient of determination, root mean square error, AIC, BIC, as well as graphs with the equations automatically.
Author: Gabriel Danilo Shimizu [aut, cre]
(<https://orcid.org/0000-0001-8524-508X>),
Leandro Simoes Azeredo Goncalves [aut, ctb]
(<https://orcid.org/0000-0001-9700-9375>)
Maintainer: Gabriel Danilo Shimizu <shimizu@uel.br>
Diff between AgroReg versions 1.0.0 dated 2021-08-02 and 1.1.0 dated 2021-08-09
DESCRIPTION | 10 ++-- MD5 | 85 ++++++++++++++++++++++-------------------- NAMESPACE | 4 + NEWS.md |only R/BC_analysis.R | 36 ++++++++++++----- R/BIEXP_analysis.R | 42 +++++++++++++------- R/CD_analysis.R | 28 ++++++++++--- R/EXP_analysis.R | 34 +++++++++++----- R/EXP_sup_analysis.R | 36 ++++++++++++----- R/GP_analysis.R | 30 ++++++++++---- R/LL_analysis.R | 28 ++++++++++--- R/LM_analysis.R | 69 ++++++++++++++++++++++++---------- R/LNplt_analysis.R | 32 +++++++++++---- R/LOG_analysis.R | 32 +++++++++++---- R/MM_analysis.R | 28 ++++++++++--- R/N_analysis.R | 25 ++++++++---- R/SSasymp_analysis.R |only R/aristolochia_dataset.R | 2 R/beta_analysis.R |only R/gaussian_analysis.R | 30 ++++++++++---- R/linearlinear_analysis.R | 32 +++++++++++---- R/loess_analysis.R | 25 ++++++++---- R/mitscherlich_analysis.R |only R/quadraticplateau_analysis.R | 32 +++++++++++---- R/regression.R | 4 + man/AgroReg-package.Rd | 2 man/BC.Rd | 28 +++++++++++-- man/CD.Rd | 20 +++++++++ man/GP.Rd | 22 +++++++++- man/LL.Rd | 20 +++++++++ man/LM.Rd | 32 +++++++++++++++ man/LOG.Rd | 22 +++++++++- man/MM.Rd | 22 +++++++++- man/Nreg.Rd | 14 ++++++ man/aristolochia.Rd | 2 man/asymptotic.Rd |only man/beta_reg.Rd |only man/biexponential.Rd | 30 +++++++++++--- man/exponential.Rd | 22 +++++++++- man/exponential_neg.Rd | 24 +++++++++++ man/gaussianreg.Rd | 22 +++++++++- man/linear.linear.Rd | 24 ++++++++++- man/linear.plateau.Rd | 24 ++++++++++- man/loessreg.Rd | 17 +++++++- man/mitscherlich.Rd |only man/quadratic.plateau.Rd | 24 ++++++++++- man/regression.Rd | 2 47 files changed, 782 insertions(+), 235 deletions(-)
Title: Lightweight Infrastructure for Handling Multiple R Markdown
Documents
Description: Provides an infrastructure for handling multiple R Markdown
reports, including automated curation and time-stamping of outputs,
parameterisation and provision of helper functions to manage dependencies.
Author: Thibaut Jombart [aut],
Amy Gimma [ctb],
Tim Taylor [aut, cre] (<https://orcid.org/0000-0002-8587-7113>)
Maintainer: Tim Taylor <tim.taylor@hiddenelephants.co.uk>
Diff between reportfactory versions 0.3.1 dated 2021-06-16 and 0.4.0 dated 2021-08-09
DESCRIPTION | 10 +- MD5 | 19 ++--- NEWS.md | 7 +- R/internals.R | 6 + R/list_deps.R | 119 ++++++++++++++++++++++++++++++---- README.md | 37 +++++----- inst/skeletons/example_report.Rmd | 25 +++---- man/list_deps.Rd | 30 +++++++- tests/testthat/test-compile_reports.R | 12 +-- tests/testthat/test-list_deps.R | 51 ++++++++++---- tests/testthat/test_reports/example.R |only 11 files changed, 232 insertions(+), 84 deletions(-)
Title: Tool for the U.S. SEC EDGAR Retrieval and Parsing of Corporate
Filings
Description: In the USA, companies file different forms with the U.S.
Securities and Exchange Commission (SEC) through EDGAR (Electronic
Data Gathering, Analysis, and Retrieval system). The EDGAR
database automated system collects all the different necessary
filings and makes it publicly available. This package facilitates
retrieving, storing, searching, and parsing of all the available
filings on the EDGAR server. It downloads filings from SEC
server in bulk with a single query. Additionally, it provides
various useful functions: extracts 8-K triggering events, extract
"Business (Item 1)" and "Management's Discussion and Analysis(Item 7)"
sections of annual statements, searches filings for desired
keywords, provides sentiment measures, parses filing header
information, and provides HTML view of SEC filings.
Author: Gunratan Lonare <lonare.gunratan@gmail.com>, Bharat Patil
<bharatspatil@gmail.com>
Maintainer: Gunratan Lonare <lonare.gunratan@gmail.com>
Diff between edgar versions 2.0.3 dated 2020-05-22 and 2.0.4 dated 2021-08-09
DESCRIPTION | 12 +-- MD5 | 46 +++++++-------- R/get8KItems.R | 39 ++++++++++-- R/getBusinessDescr.R | 41 +++++++++++-- R/getDailyMaster.R | 87 +++++++++++++++++++++++----- R/getFilingHeader.R | 38 ++++++++++-- R/getFilingInfo.R | 39 ++++++++++-- R/getFilings.R | 99 +++++++++++++++++++++++++------- R/getFilingsHTML.R | 38 ++++++++++-- R/getMasterIndex.R | 148 ++++++++++++++++++++++++++++++++++--------------- R/getMgmtDisc.R | 89 +++++++++++++++++++++++++---- R/getSentiment.R | 37 ++++++++++-- R/searchFilings.R | 35 +++++++++-- man/get8KItems.Rd | 11 ++- man/getBusinDescr.Rd | 14 ++-- man/getDailyMaster.Rd | 9 +- man/getFilingHeader.Rd | 11 ++- man/getFilingInfo.Rd | 11 ++- man/getFilings.Rd | 9 +- man/getFilingsHTML.Rd | 9 +- man/getMasterIndex.Rd | 15 +++- man/getMgmtDisc.Rd | 14 ++-- man/getSentiment.Rd | 9 +- man/searchFilings.Rd | 9 +- 24 files changed, 662 insertions(+), 207 deletions(-)
Title: Plot and Manipulate Multigraphs
Description: Functions to plot and manipulate multigraphs, signed and valued graphs, bipartite graphs, multilevel graphs, and Cayley graphs with various layout options. Please note that this package still under a devel version.
Author: Antonio Rivero Ostoic [aut, cre]
Maintainer: Antonio Rivero Ostoic <multiplex@post.com>
Diff between multigraph versions 0.93 dated 2020-02-28 and 0.95 dated 2021-08-09
DESCRIPTION | 12 ++--- MD5 | 16 +++---- R/multigraph.R | 96 +++++++++++++++++++++++----------------------- inst/CITATION | 23 ++++------- man/conc.Rd | 2 man/frcd.Rd | 2 man/multigraph-package.Rd | 6 +- man/multigraph.Rd | 13 +++--- man/stsm.Rd | 2 9 files changed, 87 insertions(+), 85 deletions(-)
Title: Safety Diagnostics for Dose-Escalation Trial Designs
Description: Enhances various R packages that support the design and simulation
of phase 1 dose-escalation trials, adding diagnostics to examine
the safety characteristics of these designs in light of expected
inter-individual variation in pharmacokinetics and pharmacodynamics.
See Norris (2020b), "Retrospective analysis of a fatal dose-finding
trial" <arXiv:2004.12755> and (2020c) "What Were They Thinking?
Pharmacologic priors implicit in a choice of 3+3 dose-escalation design"
<arXiv:2012.05301>.
Author: David C. Norris [aut, cre, cph]
(<https://orcid.org/0000-0001-9593-6343>),
Markus Triska [ctb]
Maintainer: David C. Norris <david@precisionmethods.guru>
Diff between precautionary versions 0.2-1 dated 2021-01-12 and 0.2.6 dated 2021-08-09
precautionary-0.2-1/precautionary/inst/doc/Safety-Schematic-via-DTP.R |only precautionary-0.2-1/precautionary/inst/doc/Safety-Schematic-via-DTP.Rmd |only precautionary-0.2-1/precautionary/inst/doc/Safety-Schematic-via-DTP.html |only precautionary-0.2-1/precautionary/vignettes/Safety-Schematic-via-DTP.Rmd |only precautionary-0.2.6/precautionary/DESCRIPTION | 31 precautionary-0.2.6/precautionary/INSTALL |only precautionary-0.2.6/precautionary/MD5 | 96 + precautionary-0.2.6/precautionary/NAMESPACE | 27 precautionary-0.2.6/precautionary/NEWS.md | 42 precautionary-0.2.6/precautionary/R/bench.R |only precautionary-0.2.6/precautionary/R/boin.R |only precautionary-0.2.6/precautionary/R/ccd.R |only precautionary-0.2.6/precautionary/R/cpe.R |only precautionary-0.2.6/precautionary/R/crm.R |only precautionary-0.2.6/precautionary/R/dtp.R |only precautionary-0.2.6/precautionary/R/dutycycle.R |only precautionary-0.2.6/precautionary/R/enhance.R | 108 +- precautionary-0.2.6/precautionary/R/exact.R | 70 - precautionary-0.2.6/precautionary/R/extendr-wrappers.R |only precautionary-0.2.6/precautionary/R/hyperprior.R |only precautionary-0.2.6/precautionary/R/mclapply.R |only precautionary-0.2.6/precautionary/R/precautionary-package.R | 83 + precautionary-0.2.6/precautionary/R/simulate_trials.R | 32 precautionary-0.2.6/precautionary/R/sysdata.rda |binary precautionary-0.2.6/precautionary/R/three3.R |only precautionary-0.2.6/precautionary/R/toxicity_generators.R | 28 precautionary-0.2.6/precautionary/README.md |only precautionary-0.2.6/precautionary/build/partial.rdb |binary precautionary-0.2.6/precautionary/build/vignette.rds |binary precautionary-0.2.6/precautionary/data/viola_dtp.rda |binary precautionary-0.2.6/precautionary/inst/WORDLIST | 65 + precautionary-0.2.6/precautionary/inst/doc/FDA-proactive.html | 507 --------- precautionary-0.2.6/precautionary/inst/doc/Intro.R | 2 precautionary-0.2.6/precautionary/inst/doc/Intro.Rmd | 8 precautionary-0.2.6/precautionary/inst/doc/Intro.html | 525 ---------- precautionary-0.2.6/precautionary/inst/doc/Safety-Schematic-via-CPE.R |only precautionary-0.2.6/precautionary/inst/doc/Safety-Schematic-via-CPE.Rmd |only precautionary-0.2.6/precautionary/inst/doc/Safety-Schematic-via-CPE.html |only precautionary-0.2.6/precautionary/inst/shiny-apps/EscRisk/app.R | 511 ++++++--- precautionary-0.2.6/precautionary/inst/shiny-apps/EscRisk/www/events.js |only precautionary-0.2.6/precautionary/inst/shiny-apps/EscRisk/www/help.js | 20 precautionary-0.2.6/precautionary/inst/testdata |only precautionary-0.2.6/precautionary/man/Boin-class.Rd |only precautionary-0.2.6/precautionary/man/Ccd-class.Rd |only precautionary-0.2.6/precautionary/man/Cpe-class.Rd |only precautionary-0.2.6/precautionary/man/Cpe3_3-class.Rd |only precautionary-0.2.6/precautionary/man/Crm-class.Rd |only precautionary-0.2.6/precautionary/man/HyperMTDi-class.Rd |only precautionary-0.2.6/precautionary/man/crm.Rd |only precautionary-0.2.6/precautionary/man/crmh.Rd |only precautionary-0.2.6/precautionary/man/crmh_xo.Rd |only precautionary-0.2.6/precautionary/man/exact.Rd | 4 precautionary-0.2.6/precautionary/man/figures |only precautionary-0.2.6/precautionary/man/format.safetytab.Rd | 2 precautionary-0.2.6/precautionary/man/plan.Rd | 95 + precautionary-0.2.6/precautionary/man/plot_dutycycle.Rd |only precautionary-0.2.6/precautionary/man/precautionary-package.Rd | 2 precautionary-0.2.6/precautionary/man/stop_for_excess_toxicity_empiric.Rd |only precautionary-0.2.6/precautionary/src |only precautionary-0.2.6/precautionary/tests/testthat/test-boin.R |only precautionary-0.2.6/precautionary/tests/testthat/test-crm.R |only precautionary-0.2.6/precautionary/tests/testthat/test-fractionation.R |only precautionary-0.2.6/precautionary/tests/testthat/test-viola-dtp.R |only precautionary-0.2.6/precautionary/vignettes/Intro.Rmd | 8 precautionary-0.2.6/precautionary/vignettes/Safety-Schematic-via-CPE.Rmd |only precautionary-0.2.6/precautionary/vignettes/precautionary-package.bib | 241 ++++ 66 files changed, 1163 insertions(+), 1344 deletions(-)
More information about NonpModelCheck at CRAN
Permanent link
Title: Multivariate Elastic Net Regression
Description: Implements high-dimensional multivariate regression by stacked generalisation (Rauschenberger 2021 <doi:10.1093/bioinformatics/btab576>). For positively correlated outcomes, a single multivariate regression is typically more predictive than multiple univariate regressions. Includes functions for model fitting, extracting coefficients, outcome prediction, and performance measurement. If required, install MRCE or remMap from GitHub (<https://github.com/cran/MRCE>, <https://github.com/cran/remMap>).
Author: Armin Rauschenberger [aut, cre]
Maintainer: Armin Rauschenberger <armin.rauschenberger@uni.lu>
Diff between joinet versions 0.0.8 dated 2021-07-16 and 0.0.10 dated 2021-08-09
DESCRIPTION | 8 - MD5 | 30 +++-- NEWS.md | 58 ++++++----- R/functions.R | 3 R/pkgname.R | 190 ++++++++++++++++++------------------- README.md | 89 ++++++++--------- build/partial.rdb |only inst/CITATION |only inst/doc/article.Rmd | 42 ++++---- inst/doc/article.html | 11 +- inst/doc/joinet.Rmd | 252 +++++++++++++++++++++++++------------------------- inst/doc/joinet.html | 2 man/joinet-package.Rd | 7 - man/joinet.Rd | 3 tests/testthat/test.R | 4 vignettes/article.Rmd | 42 ++++---- vignettes/joinet.Rmd | 252 +++++++++++++++++++++++++------------------------- 17 files changed, 513 insertions(+), 480 deletions(-)
More information about IDSpatialStats at CRAN
Permanent link
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2021-01-09 0.1.0
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2018-10-08 0.1.3
Title: Neural Networks using the Stuttgart Neural Network Simulator
(SNNS)
Description: The Stuttgart Neural Network Simulator (SNNS) is a library
containing many standard implementations of neural networks. This
package wraps the SNNS functionality to make it available from
within R. Using the 'RSNNS' low-level interface, all of the
algorithmic functionality and flexibility of SNNS can be accessed.
Furthermore, the package contains a convenient high-level
interface, so that the most common neural network topologies and
learning algorithms integrate seamlessly into R.
Author: Christoph Bergmeir [aut, cre, cph],
José M. Benítez [ths],
Andreas Zell [ctb] (Part of original SNNS development team),
Niels Mache [ctb] (Part of original SNNS development team),
Günter Mamier [ctb] (Part of original SNNS development team),
Michael Vogt [ctb] (Part of original SNNS development team),
Sven Döring [ctb] (Part of original SNNS development team),
Ralf Hübner [ctb] (Part of original SNNS development team),
Kai-Uwe Herrmann [ctb] (Part of original SNNS development team),
Tobias Soyez [ctb] (Part of original SNNS development team),
Michael Schmalzl [ctb] (Part of original SNNS development team),
Tilman Sommer [ctb] (Part of original SNNS development team),
Artemis Hatzigeorgiou [ctb] (Part of original SNNS development team),
Dietmar Posselt [ctb] (Part of original SNNS development team),
Tobias Schreiner [ctb] (Part of original SNNS development team),
Bernward Kett [ctb] (Part of original SNNS development team),
Martin Reczko [ctb] (Part of original SNNS external contributors),
Martin Riedmiller [ctb] (Part of original SNNS external contributors),
Mark Seemann [ctb] (Part of original SNNS external contributors),
Marcus Ritt [ctb] (Part of original SNNS external contributors),
Jamie DeCoster [ctb] (Part of original SNNS external contributors),
Jochen Biedermann [ctb] (Part of original SNNS external contributors),
Joachim Danz [ctb] (Part of original SNNS development team),
Christian Wehrfritz [ctb] (Part of original SNNS development team),
Patrick Kursawe [ctb] (Contributors to SNNS Version 4.3),
Andre El-Ama [ctb] (Contributors to SNNS Version 4.3)
Maintainer: Christoph Bergmeir <c.bergmeir@decsai.ugr.es>
Diff between RSNNS versions 0.4-12 dated 2019-09-17 and 0.4-13 dated 2021-08-09
ChangeLog | 7 ++++++ DESCRIPTION | 10 ++++---- MD5 | 46 ++++++++++++++++++++--------------------- R/RSNNS-package.R | 10 ++++---- inst/CITATION | 4 +-- man/RSNNS-package.Rd | 14 ++++++------ man/SnnsR-class.Rd | 2 - man/SnnsRObjectMethodCaller.Rd | 1 man/analyzeClassification.Rd | 2 - man/art1.Rd | 24 +++++++++++++++------ man/art2.Rd | 20 ++++++++++++----- man/artmap.Rd | 30 ++++++++++++++++++-------- man/assoz.Rd | 19 ++++++++++++---- man/dlvq.Rd | 16 ++++++++++---- man/elman.Rd | 24 ++++++++++++++++----- man/jordan.Rd | 23 +++++++++++++++----- man/mlp.Rd | 29 ++++++++++++++++++------- man/rbf.Rd | 23 +++++++++++++++----- man/rbfDDA.Rd | 19 ++++++++++++---- man/rsnnsObjectFactory.Rd | 19 +++++++++++++--- man/som.Rd | 22 ++++++++++++++----- man/train.Rd | 12 ++++++++-- src/kr_io.cpp | 14 +++++++----- src/kr_pat_scan.cpp | 2 + 24 files changed, 266 insertions(+), 126 deletions(-)
Title: 'RStudio' Addins and 'Shiny' Modules for Medical Research
Description: 'RStudio' addins and 'Shiny' modules for descriptive statistics, regression and survival analysis.
Author: Jinseob Kim [aut, cre] (<https://orcid.org/0000-0002-9403-605X>),
Zarathu [cph, fnd]
Maintainer: Jinseob Kim <jinseob2kim@gmail.com>
Diff between jsmodule versions 1.1.7 dated 2021-03-13 and 1.1.8 dated 2021-08-09
DESCRIPTION | 20 ++++++++----------- MD5 | 44 +++++++++++++++++++++--------------------- NAMESPACE | 13 ++++++------ NEWS.md | 8 ++++++- R/coxph.R | 2 - R/display2.R | 4 +-- R/gee.R | 2 - R/ggpairs.R | 42 ++++++++++++++++++++++++---------------- R/jsBasicGadget.R | 1 R/kaplan.R | 19 ++++++++++-------- R/regress.R | 2 - R/roc.R | 42 ++++++++++++++++++++-------------------- R/scatter.R | 18 ++++++++++------- R/tb1.R | 6 ++--- R/tb1simple.R | 10 ++------- R/timeroc.R | 51 ++++++++++++++++++++++++++----------------------- build/vignette.rds |binary inst/doc/jsmodule.html | 4 +-- man/rocModule.Rd | 2 - man/rocModule2.Rd | 2 - man/tb1module2.Rd | 2 - man/tb1simple.Rd | 1 man/tb1simple2.Rd | 1 23 files changed, 153 insertions(+), 143 deletions(-)