Skip to content

Instantly share code, notes, and snippets.

Testing drmdel package

This is a test for my drmdel package. To run it you have to install it from CRAN in advance.

Load the package first.

library(drmdel)
@songcai
songcai / drmdel_test.md
Last active December 22, 2015 18:59
Test run for Song's drmdel package

Testing drmdel package

This is a test for my drmdel package. To run it you have to install it from CRAN in advance.

# Load the package first.
library(drmdel)

#Try the main function drmdel for density ratio modelling of multiple samples.
example(drmdel, package = "drmdel")