The repository contains functions to run coversions on certain raw data in the database of LCBC.
The conversions covered so far:
- iq-functions - conversions from raw to T, scaled and fullscale IQ scores (outdated documentation)
- bloodpress-functions - blood pressure conversions
- bmi-functions - Body mass index calculation [no documentation yet]
Thee functions are not properly cleaned and optimised yet. They are remnants of old scripts. There are no unit tests.
Vignettes are written, but are old and do not explain the functions well, just the general consept.
the development version from GitHub with:
# install.packages("remotes")
remotes::install_github("LCBC-UiO/Conversions")
package documentation can be found here