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]
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 29 Mar. 2025.
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
02/2702/2803/0103/0203/0303/0403/0503/0603/0703/0803/0903/1003/1103/1203/1303/1403/1503/1603/1703/1803/1903/2003/2103/2203/2303/2403/2503/2603/2703/28Downloads for cat2cat05101520253035TrendBars

Today's Hot Picks in Authors and Packages

quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  
landmix  
Landmark Prediction for Mixture Data
Non-parametric prediction of survival outcomes for mixture data that incorporates covariates and a l ...
Download / Learn more Package Citations See dependency  
gglgbtq  
Show Pride on 'ggplot2' Plots
Provides multiple palettes based on pride flags with tailored themes. ...
Download / Learn more Package Citations See dependency  

23,842

R Packages

207,311

Dependencies

64,420

Author Associations

23,781

Publication Badges

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