A data frame containing variable definitions for the russell_3000 data set. The data definitions can be passed to ExPanD via the df_def parameter.

data(russell_3000_data_def)

Format

An object of class "data.frame".

Details

Data definitions are provided by the package maintainer and are somewhat superficial to make them both, short and informative. User discretion is advised when using this data outside of its didactic purpose.

Examples

data(russell_3000) data(russell_3000_data_def) data(ExPanD_config_russell_3000)
# NOT RUN { ExPanD(russell_3000, df_def = russell_3000_data_def, config_list = ExPanD_config_russell_3000) # }