Returns a character vector containing the names of the chapters available in the Tidy Finance resource. It provides a quick reference to the various topics covered.
Value
A character vector where each element is the name of a chapter available in the Tidy Finance resource. These names correspond to specific chapters in Tidy Finance with R.
See also
Other utility functions:
create_summary_statistics(),
get_available_huggingface_files(),
list_supported_datasets(),
list_supported_datasets_ff(),
list_supported_datasets_ff_legacy(),
list_supported_datasets_macro_predictors(),
list_supported_datasets_other(),
list_supported_datasets_pseudo(),
list_supported_datasets_wrds(),
list_supported_indexes(),
list_supported_jkp_factors(),
open_tidy_finance_website(),
trim(),
validate_dates(),
winsorize()
Examples
list_tidy_finance_chapters()
#> [1] "setting-up-your-environment"
#> [2] "introduction-to-tidy-finance"
#> [3] "accessing-and-managing-financial-data"
#> [4] "wrds-crsp-and-compustat"
#> [5] "trace-and-fisd"
#> [6] "other-data-providers"
#> [7] "beta-estimation"
#> [8] "univariate-portfolio-sorts"
#> [9] "size-sorts-and-p-hacking"
#> [10] "value-and-bivariate-sorts"
#> [11] "replicating-fama-and-french-factors"
#> [12] "fama-macbeth-regressions"
#> [13] "fixed-effects-and-clustered-standard-errors"
#> [14] "difference-in-differences"
#> [15] "factor-selection-via-machine-learning"
#> [16] "option-pricing-via-machine-learning"
#> [17] "parametric-portfolio-policies"
#> [18] "constrained-optimization-and-backtesting"
#> [19] "wrds-dummy-data"
#> [20] "cover-and-logo-design"
#> [21] "clean-enhanced-trace-with-r"
#> [22] "proofs"
#> [23] "hex-sticker"
#> [24] "changelog"