View source: R/get_demographics.R
get_demographics | R Documentation |
get_demographics function
get_demographics(dataset, completers = T, convert = F, checks = T)
dataset |
original dataset "demographics" from the bundle |
completers |
boolean parameter, if True filters out participants that are not labeled as completers |
convert |
boolean parameter, if True converts all categorical values into integers |
checks |
boolean parameter, if True checks for improbable values in age, weight and height columns |
dataframe with eleven columns: PIN, gender, age,height,weight,BMI, marital status, education,employment, income, location
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.