Learn R Programming

⚠️There's a newer version (0.2.2.0) of this package.Take me there.

zebu

Description

The zebu R package implements different tools related to local association measures in three main functions. It replaces the previous web application written using shiny.

  • lassie estimates local (and global) association measures: Ducher's Z, pointwise mutual information, normalized pointwise mutual information and chi-squared residuals.

  • permtest accesses the significance of local (and global) association values using p-values estimated by permutations.

  • subgroups identifies if the association between variables is dependent on the value of another variable.

Installation

Install R and RStudio.

Get the released version from CRAN:

install.packages("zebu")

or the development version from Github:

# install.packages("devtools")
devtools::install_github("oliviermfmartin/zebu")

Usage and Theory

Please read the vignette.

vignette("zebu")

Contact

  • Olivier Martin

oliviermfmartin@tutanota.com

  • Michel Ducher

michel.ducher@chu-lyon.fr

License

zebu 0.1 Copyright (C) 2017

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

The GNU General Public License is available at https://gnu.org/licenses/

The source code can be found at https://github.com/oliviermfmartin/zebu

Copy Link

Version

Install

install.packages('zebu')

Monthly Downloads

280

Version

0.1.3.0

License

GPL-3

Issues

Pull Requests

Stars

Forks

Maintainer

Olivier M. F. Martin

Last Published

October 6th, 2020

Functions in zebu (0.1.3.0)

print.lassie

Print a lassie object
zebu

zebu: Local Association Measures
preprocess

Preprocess data
local_association

Local Association Measures
subgroups

Local Association Subgroup Analysis
write.lassie

Write a lassie object
permtest

Permutation test for local and global association measures
trial

Resistance to drug treatment
format.lassie

Format a lassie object
estimate_prob

Estimate marginal and multivariate probabilities
lassie

Local Association Measures
lassie_get

Return the value of 'lassie' object
plot.lassie

Plot a lassie object