Skip to content
/ LW1949 Public

An automated approach (R package) to Litchfield and Wilcoxon's (1949) evaluation of dose-effect experiments.

Notifications You must be signed in to change notification settings

JVAdams/LW1949

Repository files navigation

LW1949

LW1949 is a package of functions for the R programming language. It provides an automated approach to Litchfield and Wilcoxon's (1949) evaluation of dose-effect experiments. LW1949 was first introduced by Adams et al. (in preparation). A brief demonstration of LW1949 is given in this web app. An example of how to use the functions in LW1949 is given in this vignette.


To get the current released version from CRAN:

install.packages("LW1949")

To get the current development version from GitHub:

install.packages("devtools")
devtools::install_github("JVAdams/LW1949", build_vignettes=TRUE)

or:

source("https://raw.githubusercontent.com/MangoTheCat/remotes/master/install-github.R")$value("mangothecat/remotes")
remotes::install_github("JVAdams/LW1949")

Then load the package:

library(LW1949)

Thanks to Hilary Parker whose blog post Writing an R package from scratch encouraged me to create my first R package.


U.S. Geological Survey (USGS) Computer Program LW1949 version 1.1.0.9000. Written by Jean V. Adams, USGS - Great Lakes Science Center, Ann Arbor, Michigan, USA. Written in programming language R (R Core Team, 2017, www.R-project.org), version 3.3.3 (2017-03-06). Run on a PC with Intel(R) Core(TM) I7-4600m CPU, 2.90 GHz processor, 16.0 GB RAM, and Microsoft Windows 7 Enterprise operating system 2009 Service Pack 1. Source code is available from Jean V. Adams on GitHub, jvadams (at) usgs (dot) gov.

Disclaimer: This software has been approved for release by the U.S. Geological Survey (USGS). Although the software has been subjected to rigorous review, the USGS reserves the right to update the software as needed pursuant to further analysis and review. No warranty, expressed or implied, is made by the USGS or the U.S. Government as to the functionality of the software and related material nor shall the fact of release constitute any such warranty. Furthermore, the software is released on condition that neither the USGS nor the U.S. Government shall be held liable for any damages resulting from its authorized or unauthorized use.

About

An automated approach (R package) to Litchfield and Wilcoxon's (1949) evaluation of dose-effect experiments.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages