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

Under Construction

2SPcurves

A Package for the Analysis of Time to Event Outcomes Using Two-Sample Probability Curves.

Installation

You will be able to install the released version of 2SPcurves from CRAN at a later date with:

install.packages("TwoSPC")

And the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("SandraCastroPearson/2SPcurves")

Example

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

#library("2SPcurves")
## basic example code


SandraCastroPearson/2SPcurves documentation built on June 15, 2022, 3:42 a.m.