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 22 Dec. 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

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  
LOGANTree  
Tree-Based Models for the Analysis of Log Files from Computer-Based Assessments
Enables researchers to model log-file data from computer-based assessments using machine-learning te ...
Download / Learn more Package Citations See dependency  
Maintainer: Qi Qin (view profile)
Rfast2  
A Collection of Efficient and Extremely Fast R Functions II
A collection of fast statistical and utility functions for data analysis. Functions for regression, ...
Download / Learn more Package Citations See dependency  
composits  
Compositional, Multivariate and Univariate Time Series Outlier Ensemble
A compositional multivariate and univariate time series outlier ensemble.It uses the four R packages ...
Download / Learn more Package Citations See dependency  
elect  
Estimation of Life Expectancies Using Multi-State Models
Functions to compute state-specific and marginal life expectancies. The computation is based on a fi ...
Download / Learn more Package Citations See dependency  
tropAlgebra  
Tropical Algebraic Functions
It includes functions like tropical addition, tropical multiplication for vectors and matrices. In t ...
Download / Learn more Package Citations See dependency  

23,394

R Packages

201,798

Dependencies

63,416

Author Associations

23,395

Publication Badges

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