kdm_nhanes | R Documentation |
Train KDM algorithm in NHANES III and project into NHANES IV.
kdm_nhanes(biomarkers)
biomarkers |
A character vector indicating the names of the biomarkers included in the KDM Biological Age algorithm. |
Training KDM Biological Age algorithm using the NHANES III and projecting into NHANES IV dataset.
An object of class "kdm". This object is a list with two elements (data and fit). The dataset can be drawn by typing 'data'. The model can be drawn by typing 'fit'.
#KDM using NHANES
kdm = kdm_nhanes(biomarkers=c("fev","sbp","totchol","hba1c","albumin","creat","lncrp","alp","bun"))
#Extract KDM dataset
data = kdm$data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.