Showing 5 of total 5 results (show query)
jasjeetsekhon
Matching:Multivariate and Propensity Score Matching with Balance Optimization
Provides functions for multivariate and propensity score matching and for finding optimal balance based on a genetic search algorithm. A variety of univariate and multivariate metrics to determine if balance has been obtained are also provided. For details, see the paper by Jasjeet Sekhon (2007, <doi:10.18637/jss.v042.i07>).
Maintained by Jasjeet Singh Sekhon. Last updated 6 months ago.
24 stars 10.36 score 852 scripts 10 dependentsstatisticsnorway
SSBtools:Algorithms and Tools for Tabular Statistics and Hierarchical Computations
Includes general data manipulation functions, algorithms for statistical disclosure control (Langsrud, 2024) <doi:10.1007/978-3-031-69651-0_6> and functions for hierarchical computations by sparse model matrices (Langsrud, 2023) <doi:10.32614/RJ-2023-088>.
Maintained by Øyvind Langsrud. Last updated 16 days ago.
7 stars 7.62 score 68 scripts 7 dependentsmrchypark
elbird:Blazing Fast Morphological Analyzer Based on Kiwi(Korean Intelligent Word Identifier)
This is the R wrapper package Kiwi(Korean Intelligent Word Identifier), a blazing fast speed morphological analyzer for Korean. It supports configuration of user dictionary and detection of unregistered nouns based on frequency.
Maintained by Chanyub Park. Last updated 2 years ago.
analyzerhacktoberfesthacktoberfest2021morphologicalcpp
34 stars 3.23 score 9 scriptscmann3
matchr:Pattern Matching and Enumerated Types in R
Inspired by pattern matching and enum types in Rust and many functional programming languages, this package offers an updated version of the 'switch' function called 'Match' that accepts atomic values, functions, expressions, and enum variants. Conditions and return expressions are separated by '->' and multiple conditions can be associated with the same return expression using '|'. 'Match' also includes support for 'fallthrough'. The package also replicates the Result and Option enums from Rust.
Maintained by Christopher Mann. Last updated 4 years ago.
1.78 score 9 scripts 2 dependents