logib

R implementation of the Swiss Confederation's equal pay analysis method

https://github.com/admin-ebg/logib

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
Last synced: 6 months ago · JSON representation

Repository

R implementation of the Swiss Confederation's equal pay analysis method

Basic Info
  • Host: GitHub
  • Owner: admin-ebg
  • License: gpl-3.0
  • Language: R
  • Default Branch: master
  • Homepage:
  • Size: 2.23 MB
Statistics
  • Stars: 5
  • Watchers: 3
  • Forks: 0
  • Open Issues: 1
  • Releases: 2
Created almost 6 years ago · Last pushed about 1 year ago
Metadata Files
Readme Changelog License

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

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

  • Versions: 4
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 260 Last month
Rankings
Dependent packages count: 29.8%
Dependent repos count: 35.5%
Average: 44.3%
Downloads: 67.6%
Last synced: 6 months ago