Learn R Programming

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

Description

This package provides an exclusion table in R with which you can keeping track of inclusion and exclusion criteria that you apply to your datasets. Using the exclusion_table() function you can obtain a table listing the number of excluded observation for each inclusion and exclusion criteria. Additionally, if you use the option keep_data == TRUE you can also obtain the dataset without the excluded observations.

Installation

You can download the latest release of this package from CRAN using install.packages(ExclusionTable) or the latest development version using {remotes}.

remotes::install_github("entjos/ExclusionTable")
library(ExclusionTable)

Bugs

If you find any bugs or have any suggestions please don't hesitate to file an issue on GitHub or contact me via my website, Twitter or email.

Copy Link

Version

Install

install.packages('ExclusionTable')

Monthly Downloads

240

Version

1.0.0

License

CC BY 4.0

Issues

Pull Requests

Stars

Forks

Maintainer

Joshua P. Entrop

Last Published

October 5th, 2022

Functions in ExclusionTable (1.0.0)

print.exl_tbl

Prints exl_tbl objects
exclusion_table

Exclusion Table