GreedyExperimentalDesign (Q30001): Difference between revisions

From MaRDI portal
Set profile property.
Swh import (talk | contribs)
SWHID from Software Heritage
 
(23 intermediate revisions by 4 users not shown)
Property / last update
17 November 2022
Timestamp+2022-11-17T00:00:00Z
Timezone+00:00
CalendarGregorian
Precision1 day
Before0
After0
 
Property / last update: 17 November 2022 / rank
Normal rank
 
Property / author
 
Property / author: Adam Kapelner / rank
Normal rank
 
Property / author
 
Property / author: David Azriel / rank
Normal rank
 
Property / author
 
Property / author: Abba M. Krieger / rank
Normal rank
 
Property / maintained by
 
Property / maintained by: Adam Kapelner / rank
Normal rank
 
Property / copyright license
 
Property / copyright license: GNU General Public License, version 3.0 / rank
Normal rank
 
Property / imports
 
Property / imports: survey / rank
Normal rank
 
Property / imports
 
Property / imports: kernlab / rank
Normal rank
 
Property / imports
 
Property / imports: graphics / rank
Normal rank
 
Property / imports
 
Property / imports: stats / rank
Normal rank
 
Property / imports
 
Property / imports: Rcpp / rank
Normal rank
 
Property / imports
 
Property / imports: checkmate / rank
Normal rank
 
Property / imports
 
Property / imports: nbpMatching / rank
Normal rank
 
Property / imports
 
Property / imports: stringr / rank
Normal rank
 
Property / imports
 
Property / imports: stringi / rank
Normal rank
 
Property / imports
 
Property / imports: grDevices / rank
Normal rank
 
Property / cites work
 
Property / cites work: Nearly Random Designs with Greatly Improved Balance / rank
Normal rank
 
Property / cites work
 
Property / cites work: Better Experimental Design by Hybridizing Binary Matching with Imbalance Optimization / rank
Normal rank
 
Property / depends on software
 
Property / depends on software: R / rank
Normal rank
 
Property / depends on software
 
Property / depends on software: rJava / rank
Normal rank
 
Property / software version identifier
 
1.0
Property / software version identifier: 1.0 / rank
 
Normal rank
Property / software version identifier: 1.0 / qualifier
 
publication date: 8 December 2016
Timestamp+2016-12-08T00:00:00Z
Timezone+00:00
CalendarGregorian
Precision1 day
Before0
After0
Property / software version identifier
 
1.1
Property / software version identifier: 1.1 / rank
 
Normal rank
Property / software version identifier: 1.1 / qualifier
 
publication date: 2 March 2018
Timestamp+2018-03-02T00:00:00Z
Timezone+00:00
CalendarGregorian
Precision1 day
Before0
After0
Property / software version identifier
 
1.2
Property / software version identifier: 1.2 / rank
 
Normal rank
Property / software version identifier: 1.2 / qualifier
 
publication date: 15 July 2018
Timestamp+2018-07-15T00:00:00Z
Timezone+00:00
CalendarGregorian
Precision1 day
Before0
After0
Property / software version identifier
 
1.4
Property / software version identifier: 1.4 / rank
 
Normal rank
Property / software version identifier: 1.4 / qualifier
 
publication date: 7 December 2020
Timestamp+2020-12-07T00:00:00Z
Timezone+00:00
CalendarGregorian
Precision1 day
Before0
After0
Property / software version identifier
 
1.5
Property / software version identifier: 1.5 / rank
 
Normal rank
Property / software version identifier: 1.5 / qualifier
 
publication date: 4 November 2022
Timestamp+2022-11-04T00:00:00Z
Timezone+00:00
CalendarGregorian
Precision1 day
Before0
After0
Property / software version identifier
 
1.5.6.1
Property / software version identifier: 1.5.6.1 / rank
 
Normal rank
Property / software version identifier: 1.5.6.1 / qualifier
 
publication date: 12 July 2023
Timestamp+2023-07-12T00:00:00Z
Timezone+00:00
CalendarGregorian
Precision1 day
Before0
After0
Property / maintained by
 
Property / maintained by: Adam Kapelner / rank
 
Normal rank
Property / last update
 
12 July 2023
Timestamp+2023-07-12T00:00:00Z
Timezone+00:00
CalendarGregorian
Precision1 day
Before0
After0
Property / last update: 12 July 2023 / rank
 
Normal rank
Property / description
 
Computes experimental designs for a two-arm experiment with covariates via a number of methods: (0) complete randomization and randomization with forced-balance, (1) Greedily optimizing a balance objective function via pairwise switching. This optimization provides lower variance for the treatment effect estimator (and higher power) while preserving a design that is close to complete randomization. We return all iterations of the designs for use in a permutation test, (2) The second is via numerical optimization (via 'gurobi' which must be installed, see <https://www.gurobi.com/documentation/9.1/quickstart_windows/r_ins_the_r_package.html>) a la Bertsimas and Kallus, (3) rerandomization, (4) Karp's method for one covariate, (5) exhaustive enumeration to find the optimal solution (only for small sample sizes), (6) Binary pair matching using the 'nbpMatching' library, (7) Binary pair matching plus design number (1) to further optimize balance, (8) Binary pair matching plus design number (3) to further optimize balance, (9) Hadamard designs, (10) Simultaneous Multiple Kernels. In (1-9) we allow for three objective functions: Mahalanobis distance, Sum of absolute differences standardized and Kernel distances via the 'kernlab' library. This package is the result of a stream of research that can be found in Krieger, A, Azriel, D and Kapelner, A "Nearly Random Designs with Greatly Improved Balance" (2016) <arXiv:1612.02315>, Krieger, A, Azriel, D and Kapelner, A "Better Experimental Design by Hybridizing Binary Matching with Imbalance Optimization" (2021) <arXiv:2012.03330>.
Property / description: Computes experimental designs for a two-arm experiment with covariates via a number of methods: (0) complete randomization and randomization with forced-balance, (1) Greedily optimizing a balance objective function via pairwise switching. This optimization provides lower variance for the treatment effect estimator (and higher power) while preserving a design that is close to complete randomization. We return all iterations of the designs for use in a permutation test, (2) The second is via numerical optimization (via 'gurobi' which must be installed, see <https://www.gurobi.com/documentation/9.1/quickstart_windows/r_ins_the_r_package.html>) a la Bertsimas and Kallus, (3) rerandomization, (4) Karp's method for one covariate, (5) exhaustive enumeration to find the optimal solution (only for small sample sizes), (6) Binary pair matching using the 'nbpMatching' library, (7) Binary pair matching plus design number (1) to further optimize balance, (8) Binary pair matching plus design number (3) to further optimize balance, (9) Hadamard designs, (10) Simultaneous Multiple Kernels. In (1-9) we allow for three objective functions: Mahalanobis distance, Sum of absolute differences standardized and Kernel distances via the 'kernlab' library. This package is the result of a stream of research that can be found in Krieger, A, Azriel, D and Kapelner, A "Nearly Random Designs with Greatly Improved Balance" (2016) <arXiv:1612.02315>, Krieger, A, Azriel, D and Kapelner, A "Better Experimental Design by Hybridizing Binary Matching with Imbalance Optimization" (2021) <arXiv:2012.03330>. / rank
 
Normal rank
Property / author
 
Property / author: Adam Kapelner / rank
 
Normal rank
Property / author
 
Property / author: David Azriel / rank
 
Normal rank
Property / author
 
Property / author: Abba M. Krieger / rank
 
Normal rank
Property / copyright license
 
Property / copyright license: GNU General Public License, version 3.0 / rank
 
Normal rank
Property / depends on software
 
Property / depends on software: R / rank
 
Normal rank
Property / depends on software: R / qualifier
 
Property / depends on software
 
Property / depends on software: rJava / rank
 
Normal rank
Property / depends on software: rJava / qualifier
 
Property / imports
 
Property / imports: Rcpp / rank
 
Normal rank
Property / imports
 
Property / imports: checkmate / rank
 
Normal rank
Property / imports
 
Property / imports: nbpMatching / rank
 
Normal rank
Property / imports
 
Property / imports: survey / rank
 
Normal rank
Property / imports
 
Property / imports: rlist / rank
 
Normal rank
Property / imports
 
Property / imports: stringr / rank
 
Normal rank
Property / imports
 
Property / imports: stringi / rank
 
Normal rank
Property / imports
 
Property / imports: kernlab / rank
 
Normal rank
Property / imports
 
Property / imports: graphics / rank
 
Normal rank
Property / imports
 
Property / imports: grDevices / rank
 
Normal rank
Property / imports
 
Property / imports: stats / rank
 
Normal rank
Property / cites work
 
Property / cites work: Nearly Random Designs with Greatly Improved Balance / rank
 
Normal rank
Property / cites work
 
Property / cites work: Better Experimental Design by Hybridizing Binary Matching with Imbalance Optimization / rank
 
Normal rank
Property / source code repository
 
Property / source code repository: https://github.com/cran/GreedyExperimentalDesign / rank
 
Normal rank
Property / Software Heritage ID
 
Property / Software Heritage ID: swh:1:snp:ccae768b288e70cbf8d7583f909240d16b86ff4c / rank
 
Normal rank
Property / Software Heritage ID: swh:1:snp:ccae768b288e70cbf8d7583f909240d16b86ff4c / qualifier
 
Property / Software Heritage ID: swh:1:snp:ccae768b288e70cbf8d7583f909240d16b86ff4c / qualifier
 
point in time: 20 July 2023
Timestamp+2023-07-20T00:00:00Z
Timezone+00:00
CalendarGregorian
Precision1 day
Before0
After0
links / mardi / namelinks / mardi / name
 

Latest revision as of 18:37, 21 March 2024

Greedy Experimental Design Construction
Language Label Description Also known as
English
GreedyExperimentalDesign
Greedy Experimental Design Construction

    Statements

    0 references
    1.5.5
    17 November 2022
    0 references
    1.0
    8 December 2016
    0 references
    1.1
    2 March 2018
    0 references
    1.2
    15 July 2018
    0 references
    1.4
    7 December 2020
    0 references
    1.5
    4 November 2022
    0 references
    1.5.6.1
    12 July 2023
    0 references
    0 references
    12 July 2023
    0 references
    Computes experimental designs for a two-arm experiment with covariates via a number of methods: (0) complete randomization and randomization with forced-balance, (1) Greedily optimizing a balance objective function via pairwise switching. This optimization provides lower variance for the treatment effect estimator (and higher power) while preserving a design that is close to complete randomization. We return all iterations of the designs for use in a permutation test, (2) The second is via numerical optimization (via 'gurobi' which must be installed, see <https://www.gurobi.com/documentation/9.1/quickstart_windows/r_ins_the_r_package.html>) a la Bertsimas and Kallus, (3) rerandomization, (4) Karp's method for one covariate, (5) exhaustive enumeration to find the optimal solution (only for small sample sizes), (6) Binary pair matching using the 'nbpMatching' library, (7) Binary pair matching plus design number (1) to further optimize balance, (8) Binary pair matching plus design number (3) to further optimize balance, (9) Hadamard designs, (10) Simultaneous Multiple Kernels. In (1-9) we allow for three objective functions: Mahalanobis distance, Sum of absolute differences standardized and Kernel distances via the 'kernlab' library. This package is the result of a stream of research that can be found in Krieger, A, Azriel, D and Kapelner, A "Nearly Random Designs with Greatly Improved Balance" (2016) <arXiv:1612.02315>, Krieger, A, Azriel, D and Kapelner, A "Better Experimental Design by Hybridizing Binary Matching with Imbalance Optimization" (2021) <arXiv:2012.03330>.
    0 references
    0 references
    0 references
    0 references
    0 references
    0 references
    0 references
    0 references
    0 references
    0 references
    0 references
    0 references
    0 references
    0 references
    0 references

    Identifiers