Learn R Programming

PELVIS

Using PELVIS as a web application

It is not the recommended way to use PELVIS, but it is possible to use it online as a web application: https://f-santos.shinyapps.io/pelvis/

This does not require anything else than a web browser and an access to the Internet (in particular, you do not even need to install R), but it might be slower, and the web app will not be updated in a regular basis. This way of using PELVIS should be reserved to non-R users who are not willing to install R on their computer. In any other case, it is better to use PELVIS as an R package, as detailed below.

Installation of the R package PELVIS from GitLab

Install prerequisites

  1. Install the R package remotes by typing the following command line into the R console:
install.packages("remotes")
  1. Install build environment
    • Windows: Install latest version of Rtools.
    • OSX: Install XCODE

Installing PELVIS

Run the following command in R:

remotes::install_git('https://gitlab.com/f-santos/pelvis.git')

Installation of the R package PEVIS from CRAN

The latest stable version of PELVIS is also available on CRAN, and can be installed by typing the following command line into the R console :

install.packages("PELVIS", dep = TRUE)

Running PELVIS

To start the graphical interface, run the following commands into the R console:

library(PELVIS)
start_pelvis()

For most devices, it will be advisable to decrease the zoom level in your web browser.

Citing PELVIS

To cite the package in a scientific article, type:

citation("PELVIS")

into the R console, after installing the package.

Copy Link

Version

Install

install.packages('PELVIS')

Monthly Downloads

234

Version

2.0.4

License

CeCILL-2 | file LICENSE

Maintainer

Frederic Santos

Last Published

August 8th, 2023

Functions in PELVIS (2.0.4)

PELVIS-package

Probabilistic Sex Estimate using Logistic Regression, Based on VISual Traits of the Human Os Coxae
refDataBruzek02

Learning dataset for logistic regression models
rightBonesDataBruzek

Dataset including 518 right ossa coxae
CTscanDataBruzek

Dataset including 198 virtually reconstructed ossa coxae
indiv_sexing

Internal function for sexing one single human os coxae using revised Bruzek's method (2019)
add_metavars

Add the five Bruzek's main characters to a dataframe containing the eleven basic traits.
start_pelvis

An R-Shiny application for the sex estimation of the human os coxae
dataframe_sexing

Internal function for sexing several human ossa coxae using both original and revised Bruzek's methods (2002, 2019)
bruzek02

Internal function for sexing the human os coxae using Bruzek's method (2002)