Welcome to ClientVPS Mirrors

README

Logib

Introduction

The package logib is an R implementation of the Swiss Confederation’s salary analysis tool for assessing equal pay practices (www.logib.admin.ch)

Installation

GitHub

In order to install the package from GitHub, use the devtools package:

install.packages("devtools")
devtools::install_github("admin-ebg/logib")

CRAN

In order to install the latest release from CRAN, use:

install.packages("logib")

Examples

library(logib)

# ------------------------------------------------------------------------------
# Variant 1: Using an official datalist or exportfile

# Indicate path to the pre-filled datalist or exportfile 
# (see 'Further Resources' below)
path_to_my_data <- "path/to/my/datalist_or_exportfile.xlsx"
# Read the data from an official datalist to R
my_data <- read_data(data_path = path_to_my_data)

# ------------------------------------------------------------------------------
# Variant 2: Using a pre-loaded dataframe called 'my_dataframe'

# Read the data from the pre-loaded dataframe
my_data <- read_data(custom_data = my_dataframe)

# ------------------------------------------------------------------------------
# Variant 3: Using the included example datalist called 'datalist_example'

datalist_example

# ==============================================================================
# Run the analysis and store the results
results <- analysis(data = datalist_example, 
   reference_month = 1, reference_year = 2019, usual_weekly_hours = 40, 
   female_spec = "F", male_spec = "M", age_spec = "age")
# Display the results of the analysis
summary(results)

Further Resources

Need a high-speed mirror for your open-source project?
Contact our mirror admin team at info@clientvps.com.

This archive is provided as a free public service to the community.
Proudly supported by infrastructure from VPSPulse , RxServers , BuyNumber , UnitVPS , OffshoreName and secure payment technology by ArionPay.