Skip to contents

A lookup table of the short name and long name of each predictor used in the models included with the youthu package.

Usage

predictors_lup

Format

An object of class tbl_df (inherits from tbl, data.frame) with 7 rows and 9 columns.

Details

A tibble

short_name_chr

Short name (a character vector)

long_name_chr

Long name (a character vector)

min_val_dbl

Minimum value (a double vector)

max_val_dbl

Maximum value (a double vector)

class_chr

Class (a character vector)

increment_dbl

Increment (a double vector)

class_fn_chr

Class function (a character vector)

mdl_scaling_dbl

Model scaling (a double vector)

covariate_lgl

Covariate (a logical vector)