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
- Host: GitHub
- URL: https://github.com/averissimo/loose.rock
- Owner: averissimo
- License: gpl-3.0
- Created: 2018-04-26T15:23:31.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-11-22T12:09:35.000Z (over 3 years ago)
- Last Synced: 2025-04-24T05:45:25.686Z (about 1 year ago)
- Topics: data-science, r, r-package
- Language: R
- Homepage:
- Size: 2.6 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE
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

[](https://codecov.io/github/averissimo/loose.rock?branch=master)
[](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'
)
```