knitr::opts_chunk$set( collapse = TRUE, comment = "#>" )
Data and models are meaningless without good metadata. Metadata should be independently understandable; machine actionable; discoverable, dynamic, interactive. bllFlow uses consistent labels and metadata throughout the workflow. We explain why in our accompanying [document]. tl;dr Nature Videos
bllFlow_variables
bllFlow_variables
is the data file that describes labels and metadata in bllFlow. Add to your own bllFlow_variables
or make a pull request.
Labels and metadata are used in five key areas of research reporting:
1) Data cleaning and variable transformation -- such as applying truncation rules, centering, etc. 1) Aggregated results -- such as Table 1 - Characteristics of study population. 1) Model description -- model coefficeints. 1) Summary statistics -- metrics model performance. 1) Validation data -- example dataset to verify algorithm scoring (for predictive models).
bllFlow_variables
library(DT) dt <- read.csv(file.path(getwd(), '../inst/extdata/bllFlow_variables.csv')) datatable(dt, options = list(pageLength = 5))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.