Skip to content

A function to easily calculate follow-up completeness in observational studies and trials

Notifications You must be signed in to change notification settings

kevinmveen/fupcompleteness

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Follow-up completeness

Collection of functions to evaluate follow-up completeness. The functions are dependend on the Icens package (1) and interval package (2) and these should be installed first by entering:

if (!require("BiocManager", quietly = TRUE))
    install.packages("BiocManager")

BiocManager::install("Icens")
install.packages("interval")
library(interval)

1: R. Gentleman and Alain Vandal (2020). Icens: NPMLE for Censored and Truncated Data. R package, version 1.62.0. 2: Michael P. Fay, Pamela A. Shaw (2010). Exact and Asymptotic Weighted Logrank Tests for Interval, Censored Data: The interval R Package. Journal of Statistical Software, 36(2), 1-34. doi:10.18637/jss.v036.i02

About

A function to easily calculate follow-up completeness in observational studies and trials

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages