Skip to content

alanocallaghan/contrast

Folders and files

NameName
Last commit message
Last commit date

Latest commit

bee4194 · Oct 5, 2022

History

38 Commits
Feb 28, 2020
Oct 5, 2022
Feb 28, 2020
Oct 5, 2022
Mar 2, 2020
Oct 5, 2022
Mar 1, 2020
Oct 5, 2022
Oct 5, 2022
Oct 5, 2022
Feb 28, 2020
Oct 5, 2022
Dec 14, 2021
Feb 28, 2020
Feb 28, 2020

Repository files navigation

R build status Coverage Status CRAN_Status_Badge Downloads Lifecycle: stable

contrast contains a set of functions that can make 1 degree of freedom contrasts for several type sof models. The package extends the contrast() function from the rms package.

To install it, use:

install.packages("contrast")

## For the devel version:
require(devtools)
install_github("Alanocallaghan/contrast")