logib
R implementation of the Swiss Confederation's equal pay analysis method
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (8.1%) to scientific vocabulary
Repository
R implementation of the Swiss Confederation's equal pay analysis method
Basic Info
Statistics
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 1
- Releases: 2
Metadata Files
README.md
Logib
Introduction
The package logib is an R implementation of the Swiss Confederation's salary analysis tool for assessing equal pay practices (https://www.logib.admin.ch)
Installation
GitHub
In order to install the package from GitHub, use the devtools package:
R
install.packages("devtools")
devtools::install_github("admin-ebg/logib")
CRAN
In order to install the latest release from CRAN, use:
R
install.packages("logib")
Examples
```R library(logib)
------------------------------------------------------------------------------
Variant 1: Using an official datalist or exportfile
Indicate path to the pre-filled datalist or exportfile
(see 'Further Resources' below)
pathtomydata <- "path/to/my/datalistor_exportfile.xlsx"
Read the data from an official datalist to R
mydata <- readdata(datapath = pathtomydata)
------------------------------------------------------------------------------
Variant 2: Using a pre-loaded dataframe called 'my_dataframe'
Read the data from the pre-loaded dataframe
mydata <- readdata(customdata = mydataframe)
------------------------------------------------------------------------------
Variant 3: Using the included example datalist called 'datalist_example'
datalist_example
==============================================================================
Run the analysis and store the results
results <- analysis(data = datalistexample, referencemonth = 1, referenceyear = 2019, usualweeklyhours = 40, femalespec = "F", malespec = "M", agespec = "age")
Display the results of the analysis
summary(results) ```
Further Resources
Owner
- Login: admin-ebg
- Kind: user
- Repositories: 1
- Profile: https://github.com/admin-ebg
GitHub Events
Total
- Create event: 1
- Release event: 1
- Issues event: 3
- Watch event: 1
- Push event: 16
- Pull request event: 2
Last Year
- Create event: 1
- Release event: 1
- Issues event: 3
- Watch event: 1
- Push event: 16
- Pull request event: 2
Packages
- Total packages: 1
-
Total downloads:
- cran 260 last-month
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 4
- Total maintainers: 1
cran.r-project.org: logib
Salary Analysis by the Swiss Federal Office for Gender Equality
- Homepage: https://github.com/admin-ebg/logib
- Documentation: http://cran.r-project.org/web/packages/logib/logib.pdf
- License: GPL (≥ 3)
-
Latest release: 0.2.0
published about 1 year ago