Project Status: Active – The project has reached a stable, usable state and is being actively developed. minimal R version CRAN_Status_Badge packageversion Travis-CI Build Status AppVeyor Build Status Last-changedate

permDep

knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "README-"
)

permDep implements permutation approaches to test for quasi-independence in left-truncated right-censored survival data.

Installation

You can install and load permDep from CRAN using

install.packages("permDep")
library(permDep)

You can install permDep from github with:

## install.packages("devtools")
devtools::install_github("stc04003/permDep")

Online documentation

Online document includes a demonstration of the main function, permDep.

References:



stc04003/permDep documentation built on Jan. 23, 2022, 6:35 a.m.