-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathREADME.Rmd
51 lines (41 loc) · 1.87 KB
/
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file, then:
rmarkdown::render("README.Rmd")
-->
```{r setup, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# physiology
<!-- badges: start -->
[](https://github.com/jackwasey/physiology/actions/workflows/R-CMD-check.yaml)
[](https://cran.r-project.org/package=physiology)
[](https://www.repostatus.org/#active)
[](https://app.codecov.io/gh/jackwasey/physiology?branch=master)
[](https://www.tidyverse.org/lifecycle/#maturing)
<!-- badges: end -->
## Calculate physiologic characteristics of awake and anesthetized adults, children and infants
```{r pkgdesc, results='asis', echo = FALSE}
# This relies on having the package installed
cat(
unclass(
utils::packageDescription("physiology")
)[["Description"]]
)
```
Functions are provided for estimation of a range of physiologic characteristics of infant, child and adult humans.
- Height, weight and fluid compartments.
- Henderson-Hasslebalch
- Alveolar gas equation
- Airway dead-space
Each formula is referenced to the original publication. Warnings can be given for
estimation based on input data outside of normal ranges. Future functions
will cover more material with a focus on anaesthesia, critical
care and peri-operative medicine.
Contributions welcome.