-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.Rmd
34 lines (23 loc) · 826 Bytes
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>"
)
```
# inpatient-falls-cox-cpm
<!-- badges: start -->
<!-- badges: end -->
This repository contains the analyses code used to develop and evaluate a
prognostic model for inpatient falls using data from the electronic medical
records of patients admitted to Metro South hospitals.
It uses a [`{targets}`](https://books.ropensci.org/targets/) workflow that
includes all model fitting, evaluation and generation of figures and tables
presented in the (forthcoming) publication.
## `{targets}` workflow
```{r, results = "asis", echo = FALSE}
cat(c("```mermaid", targets::tar_mermaid(targets_only = TRUE), "```"), sep = "\n")
```