Other packages > Find by keyword >

TestDesign  

Optimal Test Design Approach to Fixed and Adaptive Test Construction
View on CRAN: Click here


Download and install TestDesign package within the R console
Install from CRAN:
install.packages("TestDesign")

Install from Github:
library("remotes")
install_github("cran/TestDesign")

Install by package version:
library("remotes")
install_version("TestDesign", "1.7.0")



Attach the package and use:
library("TestDesign")
Maintained by
Seung W. Choi
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2019-08-20
Latest Update: 2024-08-22
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: 'Rsymphony', 'gurobi', 'lpSolve', and 'Rglpk'. The 'gurobi' package is not available from CRAN; see <https://www.gurobi.com/downloads/>.
How to cite:
Seung W. Choi (2019). TestDesign: Optimal Test Design Approach to Fixed and Adaptive Test Construction. R package version 1.7.0, https://cran.r-project.org/web/packages/TestDesign. Accessed 31 Aug. 2026.
Previous versions and publish date:
(2026-07-09 08:28), 0.2.2 (2019-08-20 11:10), 0.2.3 (2019-08-29 01:30), 0.2.5 (2019-09-12 07:30), 1.0.0 (2019-11-05 00:00), 1.0.1 (2020-01-24 23:50), 1.0.2 (2020-02-06 01:50), 1.1.2 (2020-09-21 08:50), 1.1.3 (2020-10-02 01:20), 1.2.0 (2021-01-22 23:20), 1.2.2 (2021-01-27 14:10), 1.2.3 (2021-05-24 23:50), 1.2.4 (2021-06-05 08:50), 1.2.5 (2021-07-12 09:50), 1.2.6 (2021-09-22 10:40), 1.2.7 (2022-02-03 08:50), 1.3.0 (2022-03-10 23:20), 1.3.1 (2022-04-01 09:10), 1.3.2 (2022-04-29 14:40), 1.3.3 (2022-05-17 01:30), 1.3.4 (2022-07-22 08:10), 1.4.0 (2022-12-17 09:40), 1.5.1 (2023-01-30 16:40), 1.6.1 (2024-03-31 12:00)
Other packages that cited TestDesign R package
View TestDesign citation profile
Other R packages that TestDesign depends, imports, suggests or enhances
Complete documentation for TestDesign
Functions, R codes and Examples using the TestDesign R package
Some associated functions: RE . RMSE . Shadow-methods . Split-methods . Static-methods . TestDesign . TestDesign_alias . a_to_alpha . buildConstraints . calcEscore-methods . calcFisher-methods . calcHessian-methods . calcJacobian-methods . calcLocation-methods . calcLogLikelihood-methods . calcProb-methods . calc_MI_FB . calc_info . calc_info_EB . calc_info_FB . calc_likelihood . calc_posterior . calc_posterior_function . calc_posterior_single . checkConstraints . constraint-class . constraints-class . constraints-operators . createShadowTestConfig . createStaticTestConfig . dataset_bayes . dataset_fatigue . dataset_reading . dataset_science . detectBestSolver . e_item . eap-methods . find_segment . getSolution-methods . getSolutionAttributes . h_item . info_item . iparPosteriorSample . item-classes . item_attrib-operators . item_pool-class . item_pool-operators . item_pool_cluster-class . item_pool_cluster-operators . j_item . lnHyperPars . loadConstraints . loadItemAttrib . loadItemPool . loadStAttrib . logitHyperPars . makeSimulationDataCache-methods . makeTest-methods . makeTestCluster-methods . mle-methods . mlef-methods . output_Shadow-class . output_Shadow_all-class . output_Split-class . output_Static-class . p_item . plot-methods . print-methods . runAssembly . show-methods . simResp-methods . simulation_data_cache-class . st_attrib-operators . summary-classes . summary-methods . test-class . testSolver . test_cluster-class . test_operators . theta_EAP . theta_EB . theta_FB . toggleConstraints . 
Some associated R codes: RcppExports.R . bayes_functions.R . constraint_functions.R . constraints_operators.R . datasets.R . eligibility_functions.R . exposure_control_functions.R . extensions.R . helper_functions.R . import.R . item_attrib_operators.R . item_class.R . item_pool_cluster_operators.R . item_pool_operators.R . loading_functions.R . other_functions.R . plot_functions.R . print_functions.R . runshiny.R . shadow_class.R . shadow_functions.R . shadowtest_functions.R . show_functions.R . solver_functions.R . st_attrib_operators.R . static_class.R . static_functions.R . summary_class.R . summary_functions.R . theta_functions.R . xdata_functions.R .  Full TestDesign package functions and examples
Downloads during the last 30 days

Today's Hot Picks in Authors and Packages

BoundEdgeworth  
Bound on the Error of the First-Order Edgeworth Expansion
Computes uniform bounds on the distance between the cumulative distribution function of a standardi ...
Download / Learn more Package Citations See dependency  
mod  
Lightweight and Self-Contained Modules for Code Organization
Creates modules inline or from a file. Modules can contain any R object and be nested. Each module h ...
Download / Learn more Package Citations See dependency  
ukbabynames  
UK Baby Names Data
Full listing of UK baby names occurring more than three times per year between 1974 and 2020, and ra ...
Download / Learn more Package Citations See dependency  
r2resize  
In-Text Resize for Images, Tables and Fancy Resize Containers in 'shiny', 'rmarkdown' and 'quarto' Documents
Automatic resizing toolbar for containers, images and tables. Various resizable or expandable contai ...
Download / Learn more Package Citations See dependency  

28,400

R Packages

239,283

Dependencies

75,283

Author Associations

28,401

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA