Other packages > Find by keyword >

cat2cat  

Handling an Inconsistently Coded Categorical Variable in a Longitudinal Dataset
View on CRAN: Click here


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

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

Install by package version:
library("remotes")
install_version("cat2cat", "0.4.7")



Attach the package and use:
library("cat2cat")
Maintained by
Maciej Nasinski
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2020-09-22
Latest Update: 2024-01-22
Description:
Unifying an inconsistently coded categorical variable between two different time points in accordance with a mapping table. The main rule is to replicate the observation if it could be assigned to a few categories. Then using frequencies or statistical methods to approximate the probabilities of being assigned to each of them. This procedure was invented and implemented in the paper by Nasinski, Majchrowska, and Broniatowska (2020) .
How to cite:
Maciej Nasinski (2020). cat2cat: Handling an Inconsistently Coded Categorical Variable in a Longitudinal Dataset. R package version 0.4.7, https://cran.r-project.org/web/packages/cat2cat. Accessed 21 Nov. 2024.
Previous versions and publish date:
0.1.3 (2020-09-22 12:00), 0.1.7 (2020-11-29 06:30), 0.2.0 (2020-12-08 22:10), 0.2.1 (2021-03-27 03:50), 0.3.1 (2022-02-06 22:00), 0.3.3 (2022-03-11 22:30), 0.4.1 (2022-06-08 22:50), 0.4.2 (2022-08-05 17:50), 0.4.4 (2022-08-31 13:50), 0.4.5 (2022-09-25 12:40), 0.4.6 (2023-02-01 22:40)
Other packages that cited cat2cat R package
View cat2cat citation profile
Other R packages that cat2cat depends, imports, suggests or enhances
Complete documentation for cat2cat
Functions, R codes and Examples using the cat2cat R package
Some associated functions: cat2cat . cat2cat_agg . cat2cat_ml . cat2cat_ml_run . cat_apply_freq . cross_c2c . dummy_c2c . get_freqs . get_mappings . occup . occup_small . plot_c2c . prune_c2c . resolve_frequencies . summary_c2c . trans . validate_cover_cats . verticals . verticals2 . 
Some associated R codes: cat2cat.R . cat2cat_agg.R . cat2cat_ml.R . cat2cat_utils.R . data.R . lms.R . mapping.R . plot_cat2cat.R . read_eq.R .  Full cat2cat package functions and examples
Downloads during the last 30 days
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

SCBiclust  
Identifies Mean, Variance, and Hierarchically Clustered Biclusters
Identifies a bicluster, a submatrix of the data such that the features and observations within the s ...
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  
crossrun  
Joint Distribution of Number of Crossings and Longest Run
Joint distribution of number of crossings and the longest run in a series of independent Bernoulli ...
Download / Learn more Package Citations See dependency  
deductive  
Data Correction and Imputation Using Deductive Methods
Attempt to repair inconsistencies and missing values in data records by using information from vali ...
Download / Learn more Package Citations See dependency  
RcppHNSW  
'Rcpp' Bindings for 'hnswlib', a Library for Approximate Nearest Neighbors
'Hnswlib' is a C++ library for Approximate Nearest Neighbors. This package provides a minimal R int ...
Download / Learn more Package Citations See dependency  
pkgdepends  
Package Dependency Resolution and Downloads
Find recursive dependencies of 'R' packages from various sources. Solve the dependencies to obtain ...
Download / Learn more Package Citations See dependency  

23,229

R Packages

199,929

Dependencies

62,984

Author Associations

23,230

Publication Badges

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