Title: A Tool for Sensitivity Analysis in Structural Equation Modeling
Description: Perform sensitivity analysis in structural equation modeling using
meta-heuristic optimization methods (e.g., ant colony optimization and others).
The references for the proposed methods are:
(1) Leite, W., & Shen, Z., Marcoulides, K., Fish, C., & Harring, J. (2022).
<doi:10.1080/10705511.2021.1881786>
(2) Harring, J. R., McNeish, D. M., & Hancock, G. R. (2017)
<doi:10.1080/10705511.2018.1506925>;
(3) Fisk, C., Harring, J., Shen, Z., Leite, W., Suen, K., & Marcoulides, K.
(2022). <doi:10.1177/00131644211073121>;
(4) Socha, K., & Dorigo, M. (2008) <doi:10.1016/j.ejor.2006.06.046>.
We also thank Dr. Krzysztof Socha for sharing his research on ant colony optimization
algorithm with continuous domains and associated R code,
which provided the base for the development of this package.
Author: Walter Leite [aut, cre],
Zuchao Shen [aut],
Charles Fisk [aut],
Gail Fish [ctb],
YongSeok Lee [ctb],
Sanaz Nazari [ctb],
Jia Quan [ctb],
Eric Wright [ctb],
Huibin Zhang [ctb]
Maintainer: Walter Leite <walter.leite@coe.ufl.edu>
Diff between SEMsens versions 1.0.5 dated 2022-06-22 and 1.2.5 dated 2022-07-22
DESCRIPTION | 6 +++--- MD5 | 22 ++++++++++++---------- NAMESPACE | 1 + NEWS.md | 4 +++- R/sa.aco.R | 2 +- R/sa.sa.R |only build/vignette.rds |binary inst/doc/Hom-vignette.html | 4 ++-- inst/doc/SEMsens.html | 4 ++-- inst/doc/Smith12vignette.html | 4 ++-- inst/doc/Smith19_6phantom3.html | 4 ++-- man/sa.aco.Rd | 2 +- man/sa.sa.Rd |only 13 files changed, 29 insertions(+), 24 deletions(-)
Title: Kaya Identity Data for Nations and Regions
Description: Provides data for Kaya identity variables (population, gross
domestic product, primary energy consumption, and energy-related
CO2 emissions) for the world and for individual nations, and
utility functions for looking up data, plotting trends of
Kaya variables, and plotting the fuel mix for a given country
or region. The Kaya identity (Yoichi Kaya and Keiichi Yokobori,
"Environment, Energy, and Economy: Strategies for Sustainability"
(United Nations University Press, 1998) and
<https://en.wikipedia.org/wiki/Kaya_identity>) expresses a nation's
or region's greenhouse gas emissions in terms of its population,
per-capita Gross Domestic Product, the energy intensity of its
economy, and the carbon-intensity of its energy supply.
Author: Jonathan Gilligan [cre, aut]
Maintainer: Jonathan Gilligan <jonathan.gilligan@vanderbilt.edu>
Diff between kayadata versions 1.1.0 dated 2022-04-14 and 1.2.0 dated 2022-07-22
DESCRIPTION | 10 LICENSE | 2 MD5 | 52 +-- NEWS.md | 6 R/data.R | 12 R/kaya.R | 14 - build/partial.rdb |binary build/vignette.rds |binary data/fuel_mix.rda |binary data/kaya_data.rda |binary data/td_trends.rda |binary data/td_values.rda |binary inst/doc/kayadata.html | 40 +- inst/doc/policy_analysis.html | 70 ++--- man/figures/README-plot-fuel-mix-1.png |binary man/figures/README-plot-kaya-1.png |binary man/figures/README-plot-kaya-world-1.png |binary man/get_kaya_data.Rd | 10 man/get_top_down_values.Rd | 4 man/kaya_data.Rd | 8 man/project_top_down.Rd | 4 man/td_values.Rd | 4 tests/testthat/_snaps/plot_kaya/fuel-mix-collapsed.svg | 20 - tests/testthat/_snaps/plot_kaya/fuel-mix-colors.svg | 24 - tests/testthat/_snaps/plot_kaya/fuel-mix-full.svg | 24 - tests/testthat/_snaps/plot_kaya/kaya-plot-with-colors.svg | 173 ++++++------ tests/testthat/_snaps/plot_kaya/kaya-plot.svg | 189 +++++++------- 27 files changed, 339 insertions(+), 327 deletions(-)
Title: Transport Accessibility Measures
Description: A set of fast and convenient functions to calculate multiple
transport accessibility measures. Given a pre-computed travel cost
matrix and a land use dataset (containing the location of jobs,
healthcare and population, for example), the package allows one to
calculate active and passive accessibility levels using multiple
accessibility measures, such as: cumulative opportunities (using
either travel cost cutoffs or intervals), minimum travel cost to
closest N number of activities, gravity-based (with different decay
functions) and different floating catchment area methods.
Author: Rafael H. M. Pereira [aut] ,
Daniel Herszenhut [aut, cre] ,
Ipea - Institute for Applied Economic Research [cph, fnd]
Maintainer: Daniel Herszenhut <dhersz@gmail.com>
Diff between accessibility versions 0.1.0 dated 2022-06-30 and 1.0.0 dated 2022-07-22
accessibility-0.1.0/accessibility/R/fca_2sfca.R |only accessibility-0.1.0/accessibility/R/fca_bfca.R |only accessibility-0.1.0/accessibility/R/gravity_model.R |only accessibility-0.1.0/accessibility/R/time_to_closest.R |only accessibility-0.1.0/accessibility/inst/doc/intro_accessibility.R |only accessibility-0.1.0/accessibility/inst/doc/intro_accessibility.Rmd |only accessibility-0.1.0/accessibility/inst/doc/intro_accessibility.html |only accessibility-0.1.0/accessibility/inst/extdata/ttm_bho.rds |only accessibility-0.1.0/accessibility/man/cumulative_time_cutoff.Rd |only accessibility-0.1.0/accessibility/man/cumulative_time_interval.Rd |only accessibility-0.1.0/accessibility/man/fca_2sfca.Rd |only accessibility-0.1.0/accessibility/man/fca_bfca.Rd |only accessibility-0.1.0/accessibility/man/gravity_access.Rd |only accessibility-0.1.0/accessibility/man/roxygen/templates/by_col.R |only accessibility-0.1.0/accessibility/man/roxygen/templates/opportunity_col.R |only accessibility-0.1.0/accessibility/man/roxygen/templates/travel_cost_col.R |only accessibility-0.1.0/accessibility/man/time_to_closest.Rd |only accessibility-0.1.0/accessibility/tests/testthat/test-gravity_access.R |only accessibility-0.1.0/accessibility/tests/testthat/test-time_to_closest.R |only accessibility-0.1.0/accessibility/vignettes/intro_accessibility.Rmd |only accessibility-0.1.0/accessibility/vignettes/references.bib |only accessibility-1.0.0/accessibility/DESCRIPTION | 58 accessibility-1.0.0/accessibility/LICENSE | 4 accessibility-1.0.0/accessibility/MD5 | 135 - accessibility-1.0.0/accessibility/NAMESPACE | 10 accessibility-1.0.0/accessibility/NEWS.md |only accessibility-1.0.0/accessibility/R/accessibility.R | 98 accessibility-1.0.0/accessibility/R/assert_and_assign.R |only accessibility-1.0.0/accessibility/R/cost_to_closest.R |only accessibility-1.0.0/accessibility/R/cumulative_cutoff.R | 174 + accessibility-1.0.0/accessibility/R/cumulative_interval.R | 289 +- accessibility-1.0.0/accessibility/R/decay_binary.R | 69 accessibility-1.0.0/accessibility/R/decay_exponential.R | 69 accessibility-1.0.0/accessibility/R/decay_linear.R | 71 accessibility-1.0.0/accessibility/R/decay_power.R | 69 accessibility-1.0.0/accessibility/R/decay_stepped.R |only accessibility-1.0.0/accessibility/R/do_fill_missing_ids.R |only accessibility-1.0.0/accessibility/R/floating_catchment_area.R | 388 ++- accessibility-1.0.0/accessibility/R/gravity.R |only accessibility-1.0.0/accessibility/R/merge_by_reference.R |only accessibility-1.0.0/accessibility/R/warn_extra_cols.R |only accessibility-1.0.0/accessibility/README.md | 222 +- accessibility-1.0.0/accessibility/build/partial.rdb |binary accessibility-1.0.0/accessibility/build/vignette.rds |binary accessibility-1.0.0/accessibility/inst/REFERENCES.bib |only accessibility-1.0.0/accessibility/inst/doc/accessibility.R |only accessibility-1.0.0/accessibility/inst/doc/accessibility.Rmd |only accessibility-1.0.0/accessibility/inst/doc/accessibility.html |only accessibility-1.0.0/accessibility/inst/doc/decay_functions.R | 153 - accessibility-1.0.0/accessibility/inst/doc/decay_functions.Rmd | 412 ++- accessibility-1.0.0/accessibility/inst/doc/decay_functions.html | 1070 ++++------ accessibility-1.0.0/accessibility/inst/extdata/land_use_data.rds |only accessibility-1.0.0/accessibility/inst/extdata/travel_matrix.rds |only accessibility-1.0.0/accessibility/man/accessibility.Rd | 20 accessibility-1.0.0/accessibility/man/cost_to_closest.Rd |only accessibility-1.0.0/accessibility/man/cumulative_cutoff.Rd |only accessibility-1.0.0/accessibility/man/cumulative_interval.Rd |only accessibility-1.0.0/accessibility/man/decay_binary.Rd | 30 accessibility-1.0.0/accessibility/man/decay_exponential.Rd | 30 accessibility-1.0.0/accessibility/man/decay_linear.Rd | 31 accessibility-1.0.0/accessibility/man/decay_power.Rd | 29 accessibility-1.0.0/accessibility/man/decay_stepped.Rd |only accessibility-1.0.0/accessibility/man/floating_catchment_area.Rd | 192 - accessibility-1.0.0/accessibility/man/gravity.Rd |only accessibility-1.0.0/accessibility/man/roxygen/templates/active.R |only accessibility-1.0.0/accessibility/man/roxygen/templates/arguments_fca.R | 8 accessibility-1.0.0/accessibility/man/roxygen/templates/decay_function.R | 14 accessibility-1.0.0/accessibility/man/roxygen/templates/description_generic_cost.R |only accessibility-1.0.0/accessibility/man/roxygen/templates/fill_missing_ids_combinations.R |only accessibility-1.0.0/accessibility/man/roxygen/templates/group_by.R |only accessibility-1.0.0/accessibility/man/roxygen/templates/input_data.R | 10 accessibility-1.0.0/accessibility/man/roxygen/templates/land_use_data.R |only accessibility-1.0.0/accessibility/man/roxygen/templates/opportunity.R |only accessibility-1.0.0/accessibility/man/roxygen/templates/return_accessibility.R |only accessibility-1.0.0/accessibility/man/roxygen/templates/return_decay_function.R |only accessibility-1.0.0/accessibility/man/roxygen/templates/travel_cost.R |only accessibility-1.0.0/accessibility/man/roxygen/templates/travel_matrix.R |only accessibility-1.0.0/accessibility/tests/test_rafa/decay_functions_ggplot.R | 66 accessibility-1.0.0/accessibility/tests/test_rafa/generate_inst_data.R | 216 +- accessibility-1.0.0/accessibility/tests/test_rafa/reprex_logo.R | 228 +- accessibility-1.0.0/accessibility/tests/test_rafa/test_rafa.R | 400 +-- accessibility-1.0.0/accessibility/tests/testthat.R | 8 accessibility-1.0.0/accessibility/tests/testthat/setup.R | 14 accessibility-1.0.0/accessibility/tests/testthat/test-cost_to_closest.R |only accessibility-1.0.0/accessibility/tests/testthat/test-cumulative_cutoff.R | 311 ++ accessibility-1.0.0/accessibility/tests/testthat/test-cumulative_interval.R | 383 ++- accessibility-1.0.0/accessibility/tests/testthat/test-decay_binary.R | 66 accessibility-1.0.0/accessibility/tests/testthat/test-decay_exponential.R | 80 accessibility-1.0.0/accessibility/tests/testthat/test-decay_linear.R | 81 accessibility-1.0.0/accessibility/tests/testthat/test-decay_power.R | 81 accessibility-1.0.0/accessibility/tests/testthat/test-decay_stepped.R |only accessibility-1.0.0/accessibility/tests/testthat/test-do_fill_missing_ids.R |only accessibility-1.0.0/accessibility/tests/testthat/test-floating_catchment_area.R | 378 ++- accessibility-1.0.0/accessibility/tests/testthat/test-gravity.R |only accessibility-1.0.0/accessibility/vignettes/accessibility.Rmd |only accessibility-1.0.0/accessibility/vignettes/decay_functions.Rmd | 412 ++- 96 files changed, 3722 insertions(+), 2657 deletions(-)
Title: Japanese Text Processing Tools
Description: A collection of Japanese text processing tools for filling
Japanese iteration marks, Japanese character type conversions,
segmentation by phrase, and text normalization which is based on rules
for the 'Sudachi' morphological analyzer and the 'NEologd' (Neologism
dictionary for 'MeCab'). These features are specific to Japanese and
are not implemented in 'ICU' (International Components for Unicode).
Author: Akiru Kato [cre, aut],
Koki Takahashi [cph] ,
Shuhei Iitsuka [cph] ,
Taku Kudo [cph]
Maintainer: Akiru Kato <paithiov909@gmail.com>
Diff between audubon versions 0.2.0 dated 2022-05-24 and 0.3.0 dated 2022-07-22
audubon-0.2.0/audubon/R/strj-tinyseg.R |only audubon-0.3.0/audubon/DESCRIPTION | 10 audubon-0.3.0/audubon/MD5 | 56 +- audubon-0.3.0/audubon/NAMESPACE | 2 audubon-0.3.0/audubon/NEWS.md | 7 audubon-0.3.0/audubon/R/pack.R | 2 audubon-0.3.0/audubon/R/prettify.R |only audubon-0.3.0/audubon/R/strj-fill.R | 14 audubon-0.3.0/audubon/R/strj-japanese.R | 14 audubon-0.3.0/audubon/R/strj-normalize.R | 4 audubon-0.3.0/audubon/R/strj-rewrite.R | 4 audubon-0.3.0/audubon/R/strj-segment.R | 59 +- audubon-0.3.0/audubon/R/strj-tokenize.R | 169 +++++- audubon-0.3.0/audubon/README.md | 272 +++++----- audubon-0.3.0/audubon/inst/WORDLIST | 15 audubon-0.3.0/audubon/man/get_dict_features.Rd |only audubon-0.3.0/audubon/man/pack.Rd | 2 audubon-0.3.0/audubon/man/prettify.Rd |only audubon-0.3.0/audubon/man/read_rewrite_def.Rd | 2 audubon-0.3.0/audubon/man/strj_fill_iter_mark.Rd | 4 audubon-0.3.0/audubon/man/strj_hiraganize.Rd | 4 audubon-0.3.0/audubon/man/strj_katakanize.Rd | 4 audubon-0.3.0/audubon/man/strj_normalize.Rd | 4 audubon-0.3.0/audubon/man/strj_rewrite_as_def.Rd | 2 audubon-0.3.0/audubon/man/strj_romanize.Rd | 2 audubon-0.3.0/audubon/man/strj_segment.Rd | 15 audubon-0.3.0/audubon/man/strj_tinyseg.Rd | 9 audubon-0.3.0/audubon/man/strj_tokenize.Rd | 26 audubon-0.3.0/audubon/man/strj_transcribe_num.Rd | 4 audubon-0.3.0/audubon/tests/testthat/test_strj-fill.R | 2 audubon-0.3.0/audubon/tests/testthat/test_strj-tokenize-and-segment.R | 41 + 31 files changed, 496 insertions(+), 253 deletions(-)
Title: Creating Demographic Table
Description: Functions for creating demographic table with simple summary
statistics, with optional comparison(s) over one or more groups.
Numeric variables are summarized in means, standard deviations,
medians, inter-quartile-ranges (IQR), skewness, Shapiro-Wilk
normality test and ranges, and compared using two-sample t-test,
Wilcoxon test, ANOVA and/or Kruskal-Wallis test. Logical and
factor variables are summarized in counts and percentages and
compared using chi-squared test and/or Fisher's exact test.
Author: Tingting Zhan [aut, cre, cph]
Maintainer: Tingting Zhan <tingtingzhan@gmail.com>
Diff between DemographicTable versions 0.1.5 dated 2022-06-24 and 0.1.6 dated 2022-07-22
DESCRIPTION | 31 +++++++++++++++---------------- MD5 | 6 +++--- NEWS.md | 2 ++ R/DemographicTable.R | 7 ++++++- 4 files changed, 26 insertions(+), 20 deletions(-)
More information about DemographicTable at CRAN
Permanent link
Title: Bayesian Probit Choice Modeling
Description: Bayes estimation of probit choice models, both in the cross-sectional and
panel setting. The package can analyze binary, multivariate, ordered, and
ranked choices, and places a special focus on modeling heterogeneity of
choice behavior among deciders. The main functionality includes model
fitting via Markov chain Monte Carlo methods, tools for convergence
diagnostic, choice data simulation, in-sample and out-of-sample choice
prediction, and model selection using information criteria and Bayes
factors. The latent class model extension facilitates preference-based
decider classification, where the number of latent classes can be inferred
via the Dirichlet process or a weight-based updating scheme. This allows for
flexible modeling of choice behavior without the need to impose structural
constraints. For a reference on the method see Oelschlaeger and Bauer (2021)
<https://trid.trb.org/view/1759753>.
Author: Lennart Oelschlaeger [aut, cre]
,
Dietmar Bauer [aut] ,
Sebastian Buescher [ctb],
Manuel Batram [ctb]
Maintainer: Lennart Oelschlaeger <oelschlaeger.lennart@gmail.com>
Diff between RprobitB versions 1.0.0 dated 2021-11-12 and 1.1.0 dated 2022-07-22
RprobitB-1.0.0/RprobitB/R/R_hat.R |only RprobitB-1.0.0/RprobitB/R/RprobitB_data.R |only RprobitB-1.0.0/RprobitB/R/RprobitB_gibbs_samples_statistics.R |only RprobitB-1.0.0/RprobitB/R/RprobitB_latent_classes.R |only RprobitB-1.0.0/RprobitB/R/RprobitB_model.R |only RprobitB-1.0.0/RprobitB/R/RprobitB_normalization.R |only RprobitB-1.0.0/RprobitB/R/RprobitB_parameter.R |only RprobitB-1.0.0/RprobitB/R/check_distr.R |only RprobitB-1.0.0/RprobitB/R/check_form.R |only RprobitB-1.0.0/RprobitB/R/check_prior.R |only RprobitB-1.0.0/RprobitB/R/choice_probs.R |only RprobitB-1.0.0/RprobitB/R/classify.R |only RprobitB-1.0.0/RprobitB/R/compare.R |only RprobitB-1.0.0/RprobitB/R/compute_choice_probabilities.R |only RprobitB-1.0.0/RprobitB/R/compute_log_likelihood.R |only RprobitB-1.0.0/RprobitB/R/compute_point_estimates.R |only RprobitB-1.0.0/RprobitB/R/compute_sufficient_statistics.R |only RprobitB-1.0.0/RprobitB/R/create_parameter_labels.R |only RprobitB-1.0.0/RprobitB/R/delta.R |only RprobitB-1.0.0/RprobitB/R/filter_gibbs_samples.R |only RprobitB-1.0.0/RprobitB/R/is_covariance_matrix.R |only RprobitB-1.0.0/RprobitB/R/mcmc.R |only RprobitB-1.0.0/RprobitB/R/overview_effects.R |only RprobitB-1.0.0/RprobitB/R/plot.RprobitB_model.R |only RprobitB-1.0.0/RprobitB/R/plot_acf.R |only RprobitB-1.0.0/RprobitB/R/plot_effects.R |only RprobitB-1.0.0/RprobitB/R/plot_mixture_contour.R |only RprobitB-1.0.0/RprobitB/R/plot_mixture_marginal.R |only RprobitB-1.0.0/RprobitB/R/plot_trace.R |only RprobitB-1.0.0/RprobitB/R/predict.R |only RprobitB-1.0.0/RprobitB/R/preference_flip.R |only RprobitB-1.0.0/RprobitB/R/prepare.R |only RprobitB-1.0.0/RprobitB/R/print.RprobitB_data.R |only RprobitB-1.0.0/RprobitB/R/print.RprobitB_gibbs_samples_statistics.R |only RprobitB-1.0.0/RprobitB/R/print.RprobitB_latent_classes.R |only RprobitB-1.0.0/RprobitB/R/print.RprobitB_model.R |only RprobitB-1.0.0/RprobitB/R/print.RprobitB_normalization.R |only RprobitB-1.0.0/RprobitB/R/print.summary.RprobitB_data.R |only RprobitB-1.0.0/RprobitB/R/print.summary.RprobitB_model.R |only RprobitB-1.0.0/RprobitB/R/set_initial_gibbs_values.R |only RprobitB-1.0.0/RprobitB/R/set_mfrow.R |only RprobitB-1.0.0/RprobitB/R/simulate.R |only RprobitB-1.0.0/RprobitB/R/summary.RprobitB_data.R |only RprobitB-1.0.0/RprobitB/R/summary.RprobitB_model.R |only RprobitB-1.0.0/RprobitB/R/transform.R |only RprobitB-1.0.0/RprobitB/R/transform_gibbs_samples.R |only RprobitB-1.0.0/RprobitB/R/transform_parameter.R |only RprobitB-1.0.0/RprobitB/R/undiff_Sigma.R |only RprobitB-1.0.0/RprobitB/R/zzz.R |only RprobitB-1.0.0/RprobitB/inst/doc/data_management.R |only RprobitB-1.0.0/RprobitB/inst/doc/data_management.Rmd |only RprobitB-1.0.0/RprobitB/inst/doc/data_management.html |only RprobitB-1.0.0/RprobitB/inst/doc/introduction_to_RprobitB_and_model_formulation.R |only RprobitB-1.0.0/RprobitB/inst/doc/introduction_to_RprobitB_and_model_formulation.Rmd |only RprobitB-1.0.0/RprobitB/inst/doc/introduction_to_RprobitB_and_model_formulation.html |only RprobitB-1.0.0/RprobitB/inst/doc/model_fitting.R |only RprobitB-1.0.0/RprobitB/inst/doc/model_fitting.Rmd |only RprobitB-1.0.0/RprobitB/inst/doc/model_fitting.html |only RprobitB-1.0.0/RprobitB/man/RprobitB_model.Rd |only RprobitB-1.0.0/RprobitB/man/check_distr.Rd |only RprobitB-1.0.0/RprobitB/man/choice_probs.Rd |only RprobitB-1.0.0/RprobitB/man/classify.Rd |only RprobitB-1.0.0/RprobitB/man/compare.Rd |only RprobitB-1.0.0/RprobitB/man/compute_log_likelihood.Rd |only RprobitB-1.0.0/RprobitB/man/compute_point_estimates.Rd |only RprobitB-1.0.0/RprobitB/man/compute_sufficient_statistics.Rd |only RprobitB-1.0.0/RprobitB/man/create_parameter_labels.Rd |only RprobitB-1.0.0/RprobitB/man/dmvnrm_arma_mc.Rd |only RprobitB-1.0.0/RprobitB/man/mcmc.Rd |only RprobitB-1.0.0/RprobitB/man/plot.RprobitB_model.Rd |only RprobitB-1.0.0/RprobitB/man/plot_effects.Rd |only RprobitB-1.0.0/RprobitB/man/plot_trace.Rd |only RprobitB-1.0.0/RprobitB/man/predict.Rd |only RprobitB-1.0.0/RprobitB/man/prepare.Rd |only RprobitB-1.0.0/RprobitB/man/print.RprobitB_data.Rd |only RprobitB-1.0.0/RprobitB/man/print.RprobitB_gibbs_samples_statistics.Rd |only RprobitB-1.0.0/RprobitB/man/print.RprobitB_latent_classes.Rd |only RprobitB-1.0.0/RprobitB/man/print.RprobitB_model.Rd |only RprobitB-1.0.0/RprobitB/man/print.RprobitB_normalization.Rd |only RprobitB-1.0.0/RprobitB/man/print.summary.RprobitB_data.Rd |only RprobitB-1.0.0/RprobitB/man/print.summary.RprobitB_model.Rd |only RprobitB-1.0.0/RprobitB/man/set_mfrow.Rd |only RprobitB-1.0.0/RprobitB/man/simulate.Rd |only RprobitB-1.0.0/RprobitB/man/summary.RprobitB_data.Rd |only RprobitB-1.0.0/RprobitB/man/summary.RprobitB_model.Rd |only RprobitB-1.0.0/RprobitB/src/gibbs_sampling.cpp |only RprobitB-1.0.0/RprobitB/tests/testthat/_snaps/RprobitB_normalization.md |only RprobitB-1.0.0/RprobitB/tests/testthat/_snaps/RprobitB_parameter.md |only RprobitB-1.0.0/RprobitB/tests/testthat/_snaps/classify.md |only RprobitB-1.0.0/RprobitB/tests/testthat/_snaps/compute_log_likelihood.md |only RprobitB-1.0.0/RprobitB/tests/testthat/_snaps/mcmc.md |only RprobitB-1.0.0/RprobitB/tests/testthat/_snaps/overview_effects.md |only RprobitB-1.0.0/RprobitB/tests/testthat/_snaps/plot |only RprobitB-1.0.0/RprobitB/tests/testthat/_snaps/predict.md |only RprobitB-1.0.0/RprobitB/tests/testthat/_snaps/prepare.md |only RprobitB-1.0.0/RprobitB/tests/testthat/_snaps/simulate.md |only RprobitB-1.0.0/RprobitB/tests/testthat/test-RprobitB_normalization.R |only RprobitB-1.0.0/RprobitB/tests/testthat/test-RprobitB_parameter.R |only RprobitB-1.0.0/RprobitB/tests/testthat/test-check_form.R |only RprobitB-1.0.0/RprobitB/tests/testthat/test-choice_probs.R |only RprobitB-1.0.0/RprobitB/tests/testthat/test-classify.R |only RprobitB-1.0.0/RprobitB/tests/testthat/test-compute_log_likelihood.R |only RprobitB-1.0.0/RprobitB/tests/testthat/test-create_parameter_labels.R |only RprobitB-1.0.0/RprobitB/tests/testthat/test-is_covariance_matrix.R |only RprobitB-1.0.0/RprobitB/tests/testthat/test-mcmc.R |only RprobitB-1.0.0/RprobitB/tests/testthat/test-overview_effects.R |only RprobitB-1.0.0/RprobitB/tests/testthat/test-plot.R |only RprobitB-1.0.0/RprobitB/tests/testthat/test-predict.R |only RprobitB-1.0.0/RprobitB/tests/testthat/test-prepare.R |only RprobitB-1.0.0/RprobitB/tests/testthat/test-simulate.R |only RprobitB-1.0.0/RprobitB/tests/testthat/test-transform.R |only RprobitB-1.0.0/RprobitB/tests/testthat/test-undiff_Sigma.R |only RprobitB-1.0.0/RprobitB/vignettes/data_management.Rmd |only RprobitB-1.0.0/RprobitB/vignettes/introduction_to_RprobitB_and_model_formulation.Rmd |only RprobitB-1.0.0/RprobitB/vignettes/model_fitting.Rmd |only RprobitB-1.1.0/RprobitB/DESCRIPTION | 52 RprobitB-1.1.0/RprobitB/MD5 | 331 ++-- RprobitB-1.1.0/RprobitB/NAMESPACE | 174 +- RprobitB-1.1.0/RprobitB/NEWS.md | 49 RprobitB-1.1.0/RprobitB/R/RcppExports.R | 714 +++++++++- RprobitB-1.1.0/RprobitB/R/RprobitB_package.R |only RprobitB-1.1.0/RprobitB/R/data_management.R |only RprobitB-1.1.0/RprobitB/R/datasets.R |only RprobitB-1.1.0/RprobitB/R/model_evaluation.R |only RprobitB-1.1.0/RprobitB/R/model_fitting.R |only RprobitB-1.1.0/RprobitB/R/model_selection.R |only RprobitB-1.1.0/RprobitB/R/plot.R |only RprobitB-1.1.0/RprobitB/R/utils.R |only RprobitB-1.1.0/RprobitB/README.md | 180 +- RprobitB-1.1.0/RprobitB/build/vignette.rds |binary RprobitB-1.1.0/RprobitB/data |only RprobitB-1.1.0/RprobitB/inst/doc/RprobitB.R |only RprobitB-1.1.0/RprobitB/inst/doc/RprobitB.Rmd |only RprobitB-1.1.0/RprobitB/inst/doc/RprobitB.html |only RprobitB-1.1.0/RprobitB/inst/doc/v01_model_definition.R |only RprobitB-1.1.0/RprobitB/inst/doc/v01_model_definition.Rmd |only RprobitB-1.1.0/RprobitB/inst/doc/v01_model_definition.html |only RprobitB-1.1.0/RprobitB/inst/doc/v02_choice_data.R |only RprobitB-1.1.0/RprobitB/inst/doc/v02_choice_data.Rmd |only RprobitB-1.1.0/RprobitB/inst/doc/v02_choice_data.html |only RprobitB-1.1.0/RprobitB/inst/doc/v03_model_fitting.R |only RprobitB-1.1.0/RprobitB/inst/doc/v03_model_fitting.Rmd |only RprobitB-1.1.0/RprobitB/inst/doc/v03_model_fitting.html |only RprobitB-1.1.0/RprobitB/inst/doc/v04_modeling_heterogeneity.R |only RprobitB-1.1.0/RprobitB/inst/doc/v04_modeling_heterogeneity.Rmd |only RprobitB-1.1.0/RprobitB/inst/doc/v04_modeling_heterogeneity.html |only RprobitB-1.1.0/RprobitB/inst/doc/v05_choice_prediction.R |only RprobitB-1.1.0/RprobitB/inst/doc/v05_choice_prediction.Rmd |only RprobitB-1.1.0/RprobitB/inst/doc/v05_choice_prediction.html |only RprobitB-1.1.0/RprobitB/inst/doc/v06_model_selection.R |only RprobitB-1.1.0/RprobitB/inst/doc/v06_model_selection.Rmd |only RprobitB-1.1.0/RprobitB/inst/doc/v06_model_selection.html |only RprobitB-1.1.0/RprobitB/man/M.Rd |only RprobitB-1.1.0/RprobitB/man/R_hat.Rd | 74 - RprobitB-1.1.0/RprobitB/man/RprobitB.Rd |only RprobitB-1.1.0/RprobitB/man/RprobitB_data.Rd | 234 +-- RprobitB-1.1.0/RprobitB/man/RprobitB_fit.Rd |only RprobitB-1.1.0/RprobitB/man/RprobitB_gibbs_samples_statistics.Rd | 66 RprobitB-1.1.0/RprobitB/man/RprobitB_latent_classes.Rd | 96 - RprobitB-1.1.0/RprobitB/man/RprobitB_normalization.Rd | 124 + RprobitB-1.1.0/RprobitB/man/RprobitB_parameter.Rd | 174 +- RprobitB-1.1.0/RprobitB/man/WAIC.Rd |only RprobitB-1.1.0/RprobitB/man/as_cov_names.Rd |only RprobitB-1.1.0/RprobitB/man/check_form.Rd | 107 - RprobitB-1.1.0/RprobitB/man/check_prior.Rd | 157 +- RprobitB-1.1.0/RprobitB/man/choice_berserk.Rd |only RprobitB-1.1.0/RprobitB/man/choice_probabilities.Rd |only RprobitB-1.1.0/RprobitB/man/classification.Rd |only RprobitB-1.1.0/RprobitB/man/coef.RprobitB_fit.Rd |only RprobitB-1.1.0/RprobitB/man/compute_choice_probabilities.Rd | 53 RprobitB-1.1.0/RprobitB/man/compute_p_si.Rd |only RprobitB-1.1.0/RprobitB/man/cov_mix.Rd |only RprobitB-1.1.0/RprobitB/man/create_labels_Omega.Rd | 53 RprobitB-1.1.0/RprobitB/man/create_labels_Sigma.Rd | 55 RprobitB-1.1.0/RprobitB/man/create_labels_alpha.Rd | 40 RprobitB-1.1.0/RprobitB/man/create_labels_b.Rd | 46 RprobitB-1.1.0/RprobitB/man/create_labels_d.Rd |only RprobitB-1.1.0/RprobitB/man/create_labels_s.Rd | 42 RprobitB-1.1.0/RprobitB/man/create_lagged_cov.Rd |only RprobitB-1.1.0/RprobitB/man/d_to_gamma.Rd |only RprobitB-1.1.0/RprobitB/man/delta.Rd | 58 RprobitB-1.1.0/RprobitB/man/dmvnorm.Rd |only RprobitB-1.1.0/RprobitB/man/draw_from_prior.Rd |only RprobitB-1.1.0/RprobitB/man/euc_dist.Rd |only RprobitB-1.1.0/RprobitB/man/figures/README-coef-1.png |only RprobitB-1.1.0/RprobitB/man/figures/logo.png |binary RprobitB-1.1.0/RprobitB/man/figures/logo.svg |only RprobitB-1.1.0/RprobitB/man/filter_gibbs_samples.Rd | 86 - RprobitB-1.1.0/RprobitB/man/fit_model.Rd |only RprobitB-1.1.0/RprobitB/man/get_cov.Rd |only RprobitB-1.1.0/RprobitB/man/gibbs_sampling.Rd | 195 +- RprobitB-1.1.0/RprobitB/man/is_covariance_matrix.Rd | 43 RprobitB-1.1.0/RprobitB/man/ll_ordered.Rd |only RprobitB-1.1.0/RprobitB/man/missing_covariates.Rd |only RprobitB-1.1.0/RprobitB/man/mml.Rd |only RprobitB-1.1.0/RprobitB/man/model_selection.Rd |only RprobitB-1.1.0/RprobitB/man/npar.Rd |only RprobitB-1.1.0/RprobitB/man/overview_effects.Rd | 67 RprobitB-1.1.0/RprobitB/man/parameter_labels.Rd |only RprobitB-1.1.0/RprobitB/man/permutations.Rd |only RprobitB-1.1.0/RprobitB/man/plot.RprobitB_data.Rd |only RprobitB-1.1.0/RprobitB/man/plot.RprobitB_fit.Rd |only RprobitB-1.1.0/RprobitB/man/plot_acf.Rd | 26 RprobitB-1.1.0/RprobitB/man/plot_class_allocation.Rd |only RprobitB-1.1.0/RprobitB/man/plot_mixture_contour.Rd | 67 RprobitB-1.1.0/RprobitB/man/plot_mixture_marginal.Rd | 76 - RprobitB-1.1.0/RprobitB/man/plot_roc.Rd |only RprobitB-1.1.0/RprobitB/man/point_estimates.Rd |only RprobitB-1.1.0/RprobitB/man/posterior_pars.Rd |only RprobitB-1.1.0/RprobitB/man/pprint.Rd |only RprobitB-1.1.0/RprobitB/man/pred_acc.Rd |only RprobitB-1.1.0/RprobitB/man/predict.RprobitB_fit.Rd |only RprobitB-1.1.0/RprobitB/man/preference_flip.Rd | 40 RprobitB-1.1.0/RprobitB/man/prepare_data.Rd |only RprobitB-1.1.0/RprobitB/man/rdirichlet.Rd | 13 RprobitB-1.1.0/RprobitB/man/rmvnorm.Rd |only RprobitB-1.1.0/RprobitB/man/rtnorm.Rd |only RprobitB-1.1.0/RprobitB/man/rttnorm.Rd |only RprobitB-1.1.0/RprobitB/man/rwishart.Rd | 24 RprobitB-1.1.0/RprobitB/man/set_initial_gibbs_values.Rd | 31 RprobitB-1.1.0/RprobitB/man/simulate_choices.Rd |only RprobitB-1.1.0/RprobitB/man/sufficient_statistics.Rd |only RprobitB-1.1.0/RprobitB/man/train_test.Rd |only RprobitB-1.1.0/RprobitB/man/transform.Rd | 48 RprobitB-1.1.0/RprobitB/man/transform_gibbs_samples.Rd | 81 - RprobitB-1.1.0/RprobitB/man/transform_parameter.Rd | 43 RprobitB-1.1.0/RprobitB/man/undiff_Sigma.Rd | 63 RprobitB-1.1.0/RprobitB/man/update.RprobitB_fit.Rd |only RprobitB-1.1.0/RprobitB/man/update_Omega.Rd |only RprobitB-1.1.0/RprobitB/man/update_Sigma.Rd |only RprobitB-1.1.0/RprobitB/man/update_U.Rd |only RprobitB-1.1.0/RprobitB/man/update_U_ranked.Rd |only RprobitB-1.1.0/RprobitB/man/update_b.Rd |only RprobitB-1.1.0/RprobitB/man/update_classes_dp.Rd |only RprobitB-1.1.0/RprobitB/man/update_classes_wb.Rd |only RprobitB-1.1.0/RprobitB/man/update_d.Rd |only RprobitB-1.1.0/RprobitB/man/update_m.Rd |only RprobitB-1.1.0/RprobitB/man/update_reg.Rd |only RprobitB-1.1.0/RprobitB/man/update_s.Rd |only RprobitB-1.1.0/RprobitB/man/update_z.Rd |only RprobitB-1.1.0/RprobitB/src/RcppExports.cpp | 323 ++++ RprobitB-1.1.0/RprobitB/src/class_update.cpp |only RprobitB-1.1.0/RprobitB/src/class_update.h |only RprobitB-1.1.0/RprobitB/src/distributions.cpp |only RprobitB-1.1.0/RprobitB/src/distributions.h |only RprobitB-1.1.0/RprobitB/src/gibbs.cpp |only RprobitB-1.1.0/RprobitB/src/gibbs.h |only RprobitB-1.1.0/RprobitB/src/truncated_normal.cpp |only RprobitB-1.1.0/RprobitB/src/truncated_normal.h |only RprobitB-1.1.0/RprobitB/tests/testthat/_snaps/data_management.md |only RprobitB-1.1.0/RprobitB/tests/testthat/_snaps/model_evaluation.md |only RprobitB-1.1.0/RprobitB/tests/testthat/_snaps/model_fitting.md |only RprobitB-1.1.0/RprobitB/tests/testthat/_snaps/model_selection.md |only RprobitB-1.1.0/RprobitB/tests/testthat/_snaps/utils.md |only RprobitB-1.1.0/RprobitB/tests/testthat/test-data_management.R |only RprobitB-1.1.0/RprobitB/tests/testthat/test-model_evaluation.R |only RprobitB-1.1.0/RprobitB/tests/testthat/test-model_fitting.R |only RprobitB-1.1.0/RprobitB/tests/testthat/test-model_selection.R |only RprobitB-1.1.0/RprobitB/tests/testthat/test-utils.R |only RprobitB-1.1.0/RprobitB/vignettes/RprobitB.Rmd |only RprobitB-1.1.0/RprobitB/vignettes/img |only RprobitB-1.1.0/RprobitB/vignettes/ref.bib | 525 ++++++- RprobitB-1.1.0/RprobitB/vignettes/v01_model_definition.Rmd |only RprobitB-1.1.0/RprobitB/vignettes/v02_choice_data.Rmd |only RprobitB-1.1.0/RprobitB/vignettes/v03_model_fitting.Rmd |only RprobitB-1.1.0/RprobitB/vignettes/v04_modeling_heterogeneity.Rmd |only RprobitB-1.1.0/RprobitB/vignettes/v05_choice_prediction.Rmd |only RprobitB-1.1.0/RprobitB/vignettes/v06_model_selection.Rmd |only 268 files changed, 3207 insertions(+), 1423 deletions(-)
Title: Unified Parallel and Distributed Processing in R for Everyone
Description: The purpose of this package is to provide a lightweight and
unified Future API for sequential and parallel processing of R
expression via futures. The simplest way to evaluate an expression
in parallel is to use `x %<-% { expression }` with `plan(multisession)`.
This package implements sequential, multicore, multisession, and
cluster futures. With these, R expressions can be evaluated on the
local machine, in parallel a set of local machines, or distributed
on a mix of local and remote machines.
Extensions to this package implement additional backends for
processing futures via compute cluster schedulers, etc.
Because of its unified API, there is no need to modify any code in order
switch from sequential on the local machine to, say, distributed
processing on a remote compute cluster.
Another strength of this package is that global variables and functions
are automatically identified and exported as needed, making it
straightforward to tweak existing code to make use of futures.
Author: Henrik Bengtsson [aut, cre, cph]
Maintainer: Henrik Bengtsson <henrikb@braju.com>
Diff between future versions 1.26.1 dated 2022-05-27 and 1.27.0 dated 2022-07-22
future-1.26.1/future/R/rng.R |only future-1.26.1/future/man/as_lecyer_cmrg_seed.Rd |only future-1.26.1/future/man/make_rng_seeds.Rd |only future-1.27.0/future/DESCRIPTION | 10 - future-1.27.0/future/MD5 | 54 +++--- future-1.27.0/future/NAMESPACE | 1 future-1.27.0/future/NEWS.md | 16 + future-1.27.0/future/R/Future-class.R | 7 future-1.27.0/future/R/FutureResult-class.R | 3 future-1.27.0/future/R/UniprocessFuture-class.R | 2 future-1.27.0/future/R/multicore.R | 12 - future-1.27.0/future/R/multisession.R | 8 future-1.27.0/future/R/rng_utils.R |only future-1.27.0/future/R/utils,conditions.R |only future-1.27.0/future/R/utils.R | 12 - future-1.27.0/future/build/vignette.rds |binary future-1.27.0/future/inst/WORDLIST | 1 future-1.27.0/future/inst/doc/future-4-non-exportable-objects.html | 77 ++++++++- future-1.27.0/future/inst/doc/future-4-non-exportable-objects.md.rsp | 81 +++++++++- future-1.27.0/future/inst/doc/future-7-for-package-developers.html | 2 future-1.27.0/future/inst/doc/future-7-for-package-developers.md.rsp | 2 future-1.27.0/future/inst/doc/future-8-how-future-is-validated.html | 5 future-1.27.0/future/inst/doc/future-8-how-future-is-validated.md.rsp | 7 future-1.27.0/future/man/multicore.Rd | 7 future-1.27.0/future/man/multisession.Rd | 4 future-1.27.0/future/tests/cluster.R | 22 +- future-1.27.0/future/tests/incl/start,load-only.R | 6 future-1.27.0/future/tests/rng_utils.R |only future-1.27.0/future/vignettes/future-4-non-exportable-objects.md.rsp | 81 +++++++++- future-1.27.0/future/vignettes/future-7-for-package-developers.md.rsp | 2 future-1.27.0/future/vignettes/future-8-how-future-is-validated.md.rsp | 7 31 files changed, 318 insertions(+), 111 deletions(-)
Title: Correction Factors for Tree Plot Areas Intersected by Stand
Boundaries
Description: The German national forest inventory uses angle count sampling,
a sampling method first published as `Bitterlich, W.: Die Winkelzählmessung.
Allgemeine Forst- und Holzwirtschaftliche Zeitung, 58. Jahrg., Folge 11/12
vom Juni 1947` and extended by Grosenbaugh
(<https://academic.oup.com/jof/article-abstract/50/1/32/4684174>)
as probability proportional to size sampling.
When plots are located near stand boundaries, their sizes and hence
their probabilities need to be corrected.
Author: Andreas Dominik Cullmann [aut, cre],
Bernhard Boesch [ctb],
Christoph Fischer [ctb],
Gerald Kaendler [ctb]
Maintainer: Andreas Dominik Cullmann <fvafrcu@mailbox.org>
Diff between treePlotArea versions 1.0.0 dated 2022-07-14 and 1.1.0 dated 2022-07-22
treePlotArea-1.0.0/treePlotArea/R/plot.R |only treePlotArea-1.1.0/treePlotArea/DESCRIPTION | 12 treePlotArea-1.1.0/treePlotArea/MD5 | 61 ++-- treePlotArea-1.1.0/treePlotArea/NAMESPACE | 3 treePlotArea-1.1.0/treePlotArea/NEWS.md | 22 + treePlotArea-1.1.0/treePlotArea/R/add_boundaries_to_plot.R |only treePlotArea-1.1.0/treePlotArea/R/bw2bwi2022de.R | 3 treePlotArea-1.1.0/treePlotArea/R/check_boundaries.R |only treePlotArea-1.1.0/treePlotArea/R/delete_extraneous_boundaries.R | 6 treePlotArea-1.1.0/treePlotArea/R/get_boundary_polygons.R | 25 + treePlotArea-1.1.0/treePlotArea/R/get_correction_factors.R | 148 +++++++--- treePlotArea-1.1.0/treePlotArea/R/get_intersection.R |only treePlotArea-1.1.0/treePlotArea/R/plot_tree_plot_area.R |only treePlotArea-1.1.0/treePlotArea/R/points2equation.R | 1 treePlotArea-1.1.0/treePlotArea/R/secant_intersections.R | 7 treePlotArea-1.1.0/treePlotArea/R/tree_and_boundary.R |only treePlotArea-1.1.0/treePlotArea/R/validate_data.R |only treePlotArea-1.1.0/treePlotArea/R/vector_length.R | 21 + treePlotArea-1.1.0/treePlotArea/README.md | 2 treePlotArea-1.1.0/treePlotArea/inst/NEWS.rd | 24 + treePlotArea-1.1.0/treePlotArea/inst/doc/An_Introduction_to_treePlotArea.R | 52 ++- treePlotArea-1.1.0/treePlotArea/inst/doc/An_Introduction_to_treePlotArea.Rnw | 41 ++ treePlotArea-1.1.0/treePlotArea/inst/doc/An_Introduction_to_treePlotArea.pdf |binary treePlotArea-1.1.0/treePlotArea/inst/runit_tests/runit-get_boundary_polygons.R |only treePlotArea-1.1.0/treePlotArea/inst/runit_tests/runit-get_correction_factors.R | 37 +- treePlotArea-1.1.0/treePlotArea/inst/tinytest/test_plot.R | 2 treePlotArea-1.1.0/treePlotArea/inst/vignettes_code/An_Introduction_to_treePlotArea.R | 52 ++- treePlotArea-1.1.0/treePlotArea/man/get_boundary_polygons.Rd | 23 + treePlotArea-1.1.0/treePlotArea/man/get_correction_factors.Rd | 46 ++- treePlotArea-1.1.0/treePlotArea/man/get_intersection.Rd |only treePlotArea-1.1.0/treePlotArea/man/plot_tree_plot_area.Rd | 14 treePlotArea-1.1.0/treePlotArea/man/points2equation.Rd | 6 treePlotArea-1.1.0/treePlotArea/man/secant_intersections.Rd | 6 treePlotArea-1.1.0/treePlotArea/man/select_valid_angle_count_trees.Rd | 3 treePlotArea-1.1.0/treePlotArea/man/validate_data.Rd |only treePlotArea-1.1.0/treePlotArea/man/vector_length.Rd |only treePlotArea-1.1.0/treePlotArea/vignettes/An_Introduction_to_treePlotArea.Rnw | 41 ++ 37 files changed, 520 insertions(+), 138 deletions(-)
Title: Simple Data Frames
Description: Provides a 'tbl_df' class (the 'tibble') with stricter checking and better formatting than the traditional
data frame.
Author: Kirill Mueller [aut, cre],
Hadley Wickham [aut],
Romain Francois [ctb],
Jennifer Bryan [ctb],
RStudio [cph, fnd]
Maintainer: Kirill Mueller <krlmlr+r@mailbox.org>
Diff between tibble versions 3.1.7 dated 2022-05-03 and 3.1.8 dated 2022-07-22
tibble-3.1.7/tibble/tests/testthat/zzz-output |only tibble-3.1.8/tibble/DESCRIPTION | 14 - tibble-3.1.8/tibble/MD5 | 95 ++------- tibble-3.1.8/tibble/NAMESPACE | 1 tibble-3.1.8/tibble/NEWS.md | 9 tibble-3.1.8/tibble/R/as_tibble.R | 3 tibble-3.1.8/tibble/R/pillar.R | 4 tibble-3.1.8/tibble/R/subsetting.R | 13 + tibble-3.1.8/tibble/R/tbl_df.R | 1 tibble-3.1.8/tibble/R/tibble-package.R | 1 tibble-3.1.8/tibble/inst/doc/invariants.html | 59 +++--- tibble-3.1.8/tibble/inst/doc/numbers.R | 4 tibble-3.1.8/tibble/inst/doc/numbers.Rmd | 7 tibble-3.1.8/tibble/inst/doc/numbers.html | 96 +++++----- tibble-3.1.8/tibble/inst/doc/tibble.html | 29 +-- tibble-3.1.8/tibble/inst/doc/types.html | 51 ++--- tibble-3.1.8/tibble/man/name-repair-superseded.Rd | 6 tibble-3.1.8/tibble/man/tibble-package.Rd | 2 tibble-3.1.8/tibble/tests/testthat/_snaps/print.md | 15 + tibble-3.1.8/tibble/tests/testthat/_snaps/subsetting.md | 48 ++--- tibble-3.1.8/tibble/tests/testthat/_snaps/vignette-invariants/invariants.md | 12 + tibble-3.1.8/tibble/tests/testthat/_snaps/vignette-numbers/numbers.md | 14 + tibble-3.1.8/tibble/tests/testthat/_snaps/vignette-tibble/tibble.md | 18 + tibble-3.1.8/tibble/tests/testthat/_snaps/zzz-trunc-mat.md |only tibble-3.1.8/tibble/tests/testthat/helper-zzz.R | 5 tibble-3.1.8/tibble/tests/testthat/test-tribble.R | 1 tibble-3.1.8/tibble/tests/testthat/test-zzz-tribble.R | 1 tibble-3.1.8/tibble/vignettes/numbers.Rmd | 7 28 files changed, 280 insertions(+), 236 deletions(-)
Title: Optimal Test Design Approach to Fixed and Adaptive Test
Construction
Description: Uses the optimal test design approach by Birnbaum (1968, ISBN:9781593119348) and
van der Linden (2018) <doi:10.1201/9781315117430> to construct fixed, adaptive, and parallel tests.
Supports the following mixed-integer programming (MIP) solver packages: 'lpsymphony', 'Rsymphony',
'gurobi', 'lpSolve', and 'Rglpk'. The 'gurobi' package is not available from CRAN; see <https://www.gurobi.com/downloads/>.
Author: Seung W. Choi [aut, cre] ,
Sangdon Lim [aut]
Maintainer: Seung W. Choi <schoi@austin.utexas.edu>
Diff between TestDesign versions 1.3.3 dated 2022-05-16 and 1.3.4 dated 2022-07-22
TestDesign-1.3.3/TestDesign/R/item_functions.R |only TestDesign-1.3.3/TestDesign/R/test_operators.R |only TestDesign-1.3.3/TestDesign/src/item_functions.cpp |only TestDesign-1.3.3/TestDesign/src/item_functions.h |only TestDesign-1.3.4/TestDesign/DESCRIPTION | 32 TestDesign-1.3.4/TestDesign/MD5 | 125 - TestDesign-1.3.4/TestDesign/NAMESPACE | 40 TestDesign-1.3.4/TestDesign/NEWS.md | 17 TestDesign-1.3.4/TestDesign/R/RcppExports.R | 288 ++ TestDesign-1.3.4/TestDesign/R/bayes_functions.R | 164 - TestDesign-1.3.4/TestDesign/R/calc_escore_functions.r |only TestDesign-1.3.4/TestDesign/R/calc_fisher_functions.r |only TestDesign-1.3.4/TestDesign/R/calc_hessian_functions.r |only TestDesign-1.3.4/TestDesign/R/calc_jacobian_functions.r |only TestDesign-1.3.4/TestDesign/R/calc_location_functions.r |only TestDesign-1.3.4/TestDesign/R/calc_loglikelihood_functions.r |only TestDesign-1.3.4/TestDesign/R/calc_prob_functions.r |only TestDesign-1.3.4/TestDesign/R/cpp_documents.R | 152 + TestDesign-1.3.4/TestDesign/R/eligibility_functions.R | 25 TestDesign-1.3.4/TestDesign/R/exposure_control_functions.R | 2 TestDesign-1.3.4/TestDesign/R/import.R | 3 TestDesign-1.3.4/TestDesign/R/item_pool_operators.R | 8 TestDesign-1.3.4/TestDesign/R/loading_functions.R | 288 +- TestDesign-1.3.4/TestDesign/R/other_functions.R | 124 - TestDesign-1.3.4/TestDesign/R/plot_functions.R | 1121 ++++------ TestDesign-1.3.4/TestDesign/R/shadow_class.R | 106 TestDesign-1.3.4/TestDesign/R/shadow_functions.R | 224 - TestDesign-1.3.4/TestDesign/R/sim_resp_functions.r |only TestDesign-1.3.4/TestDesign/R/simulation_data_cache_class.r |only TestDesign-1.3.4/TestDesign/R/simulation_data_cache_operators.r |only TestDesign-1.3.4/TestDesign/R/static_functions.R | 10 TestDesign-1.3.4/TestDesign/R/summary_class.R | 10 TestDesign-1.3.4/TestDesign/R/theta_functions.R | 206 + TestDesign-1.3.4/TestDesign/build/vignette.rds |binary TestDesign-1.3.4/TestDesign/inst/doc/constraints.html | 525 ++++ TestDesign-1.3.4/TestDesign/inst/doc/rsymphony.html | 294 ++ TestDesign-1.3.4/TestDesign/inst/doc/split.html | 224 + TestDesign-1.3.4/TestDesign/man/Shadow-methods.Rd | 10 TestDesign-1.3.4/TestDesign/man/calcEscore-methods.Rd | 4 TestDesign-1.3.4/TestDesign/man/calcFisher-methods.Rd | 2 TestDesign-1.3.4/TestDesign/man/calcHessian-methods.Rd | 26 TestDesign-1.3.4/TestDesign/man/calcJacobian-methods.Rd | 30 TestDesign-1.3.4/TestDesign/man/calcLocation-methods.Rd | 2 TestDesign-1.3.4/TestDesign/man/calcLogLikelihood-methods.Rd | 2 TestDesign-1.3.4/TestDesign/man/calcProb-methods.Rd | 2 TestDesign-1.3.4/TestDesign/man/createShadowTestConfig.Rd | 1 TestDesign-1.3.4/TestDesign/man/e_item.Rd |only TestDesign-1.3.4/TestDesign/man/eap-methods.Rd | 2 TestDesign-1.3.4/TestDesign/man/h_item.Rd |only TestDesign-1.3.4/TestDesign/man/j_item.Rd |only TestDesign-1.3.4/TestDesign/man/makeSimulationDataCache-methods.Rd |only TestDesign-1.3.4/TestDesign/man/makeTest-methods.Rd | 8 TestDesign-1.3.4/TestDesign/man/makeTestCluster-methods.Rd | 14 TestDesign-1.3.4/TestDesign/man/simResp-methods.Rd | 25 TestDesign-1.3.4/TestDesign/man/simulation_data_cache-class.Rd |only TestDesign-1.3.4/TestDesign/man/test-class.Rd | 9 TestDesign-1.3.4/TestDesign/man/test_cluster-class.Rd | 8 TestDesign-1.3.4/TestDesign/man/test_operators.Rd | 2 TestDesign-1.3.4/TestDesign/src/Makevars.win |only TestDesign-1.3.4/TestDesign/src/RcppExports.cpp | 642 +++++ TestDesign-1.3.4/TestDesign/src/expected_score.cpp |only TestDesign-1.3.4/TestDesign/src/expected_score.h |only TestDesign-1.3.4/TestDesign/src/hessian.cpp |only TestDesign-1.3.4/TestDesign/src/hessian.h |only TestDesign-1.3.4/TestDesign/src/info_array_functions.cpp | 3 TestDesign-1.3.4/TestDesign/src/item_information.cpp |only TestDesign-1.3.4/TestDesign/src/item_information.h |only TestDesign-1.3.4/TestDesign/src/item_probability.cpp |only TestDesign-1.3.4/TestDesign/src/item_probability.h |only TestDesign-1.3.4/TestDesign/src/jacobian.cpp |only TestDesign-1.3.4/TestDesign/src/jacobian.h |only TestDesign-1.3.4/TestDesign/src/other_functions.cpp | 1 TestDesign-1.3.4/TestDesign/src/posterior_functions.cpp | 2 TestDesign-1.3.4/TestDesign/src/posterior_functions.h | 8 TestDesign-1.3.4/TestDesign/src/theta_functions.cpp | 1 TestDesign-1.3.4/TestDesign/tests/testthat/test-gfi.R | 2 TestDesign-1.3.4/TestDesign/tests/testthat/test-refresh-methods.R | 4 TestDesign-1.3.4/TestDesign/tests/testthat/test-theta-methods.R | 2 TestDesign-1.3.4/TestDesign/tests/testthat/test_unidimensional.r |only 79 files changed, 3397 insertions(+), 1403 deletions(-)
Title: Location Identify Tool
Description: Determine the sea area where the fishing boat operates.
The latitude and longitude of geographic coordinates are used to match oceanic areas and economic sea areas.
You can plot the distribution map with dotplot() function.
Please refer to Flanders Marine Institute (2020) <doi:10.14284/403>.
Author: shiao chih hao [aut, cre, ctb],
chang shu ting [aut, ctb]
Maintainer: shiao chih hao <chihhao@ofdc.org.tw>
Diff between oceanic versions 0.1.3 dated 2022-03-22 and 0.1.4 dated 2022-07-22
DESCRIPTION | 14 +++++++------- MD5 | 16 +++++++++++----- NAMESPACE | 32 +++++++++++++++++--------------- R/data.R | 9 ++++++++- R/idfocean.R | 1 + R/idfport.R |only R/sixtytoten.R |only data/port.rda |only man/eez_rg.Rd | 2 +- man/idfport.Rd |only man/port.Rd |only man/sixtytoten.Rd |only 12 files changed, 45 insertions(+), 29 deletions(-)