knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

survtools

Codecov test coverage R-CMD-check

The goal of survtools is to ...

Installation

You can install the released version of survtools with:

install.packages("remotes")
remotes::install_github("vitorcapdeville/survtools")

Example

This is a basic example which shows you how to solve a common problem:

library(survtools)
## basic example code
# worked?


vitorcapdeville/survtools documentation built on Feb. 12, 2023, 12:01 p.m.