Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/strengejacke/sjlabelled
Working with Labelled Data in R
https://github.com/strengejacke/sjlabelled
Last synced: 12 days ago
JSON representation
Working with Labelled Data in R
- Host: GitHub
- URL: https://github.com/strengejacke/sjlabelled
- Owner: strengejacke
- Created: 2017-05-30T19:24:17.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-05-13T13:21:01.000Z (6 months ago)
- Last Synced: 2024-10-11T18:21:30.765Z (about 1 month ago)
- Language: R
- Homepage: https://strengejacke.github.io/sjlabelled
- Size: 4.86 MB
- Stars: 85
- Watchers: 8
- Forks: 11
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sjlabelled - Labelled Data Utility Functions
[![CRAN_Status_Badge](https://www.r-pkg.org/badges/version/sjlabelled)](https://cran.r-project.org/package=sjlabelled) [![Documentation](https://img.shields.io/badge/documentation-sjlabelled-orange.svg?colorB=E91E63)](https://strengejacke.github.io/sjlabelled/) [![downloads](https://cranlogs.r-pkg.org/badges/sjlabelled)](https://cranlogs.r-pkg.org/)
[![total](https://cranlogs.r-pkg.org/badges/grand-total/sjlabelled)](https://cranlogs.r-pkg.org/)This package contains utility functions that are useful when working with labelled data (especially intended for people coming from 'SPSS', 'SAS' or 'Stata' and/or who are new to R).
Basically, this package covers reading and writing data between other statistical packages (like 'SPSS') and R, based on the haven and foreign packages; hence, this package also includes functions to make working with labelled data easier. This includes easy ways to get, set or change value and variable label attributes, to convert labelled vectors into factors or numeric (and vice versa), or to deal with multiple declared missing values.
## Installation
### Latest development build
To install the latest development snapshot (see latest changes below), type following commands into the R console:
```r
library(devtools)
devtools::install_github("strengejacke/sjlabelled")
```### Officiale, stable release
To install the latest stable release from CRAN, type following command into the R console:
```r
install.packages("sjlabelled")
```## Citation
In case you want / have to cite my package, please use `citation('sjlabelled')` for citation information.
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.1249215.svg)](https://doi.org/10.5281/zenodo.1249215)