An open API service indexing awesome lists of open source software.

https://github.com/averissimo/loose.rock

An R :package: that contains a wide set of useful functions for data science and survival analysis
https://github.com/averissimo/loose.rock

data-science r r-package

Last synced: about 1 year ago
JSON representation

An R :package: that contains a wide set of useful functions for data science and survival analysis

Awesome Lists containing this project

README

          

---
output:
github_document
---

```{r setup_readme, echo=FALSE, include=FALSE}
dont_run_setup <- TRUE
knitr::opts_chunk$set(
fig.path = "man/figures/README-",
collapse = TRUE,
comment = "#>"
)
#
```

# loose rock

> Set of Functions to Use in Survival Analysis and in Data Science

![R CMD check](https://github.com/averissimo/loose.rock/workflows/R-CMD-check/badge.svg)
[![Coverage Status](https://codecov.io/gh/averissimo/loose.rock/branch/master/graph/badge.svg)](https://codecov.io/github/averissimo/loose.rock?branch=master)
[![CRAN Version](https://img.shields.io/cran/v/loose.rock.svg)](https://cran.r-project.org/package=loose.rock)

```{r, child='vignettes/Overview.Rmd'}
```

```{r, eval=FALSE, include=FALSE}
rmarkdown::render(
'README.Rmd',
output_file = file.path(getwd(), 'README.md'),
output_format = 'github_document'
)
```