Files in chriszheng2016/zstmodelr
Stock Factor Models for China Stock Market Investment

.Rbuildignore
.github/.gitignore
.github/CONTRIBUTING.md .github/ISSUE_TEMPLATE/issue_template.md
.github/workflows/R-CMD-check.yaml
.github/workflows/pkgdown.yaml
.github/workflows/pr-commands.yaml
.github/workflows/test-coverage.yaml
.gitignore
CODE_OF_CONDUCT.md
DESCRIPTION
NAMESPACE
NEWS.md R/code-name-list.R R/data-mgt-gta.R R/data-mgt.R R/factor-analyses.R R/factor-composite.R R/factor-normalize.R R/factor-test.R R/factor-tools.R R/indicator-attribute.R R/indicator-build.R R/indicator-define-funs.R R/indicator-define-gta.R R/indicator-define.R R/indicator-generate.R R/model-backtest.R R/model-predict.R R/model-zscore.R R/model_fundamental.R R/stock-db-default.R R/stock-db-gta.R R/stock-db.R R/utils-cliui.R R/utils-dates.R R/utils-expr.R R/utils-fields.R R/utils-logfile.R R/utils-parallel.R R/utils-pipe.R R/utils-profile.R R/utils-report.R R/utils-series.R R/utils-testthat-helpers.R R/utils-timeseries.R R/utils-withr-helpers.R R/utils.R R/zstmodelr-package.R README.Rmd README.md
codecov.yml
data-raw/gta_fieldname.csv
data-raw/gta_fieldname.xlsx
dev/cheatsheet_pkg.Rmd
dev/cheatsheet_pkg.html
dev/pkg_deploy.R dev/pkg_dev.R dev/pkg_init.R dev/pkg_tools.R
inst/.gitignore
inst/WORDLIST
inst/etc/gta_profile.xlsx
man-roxygen/with.R man/as_period_date.Rd man/backup_indicators.Rd man/build_report.Rd man/build_sort_portfolios.Rd man/clean_extremes_mad.Rd man/clean_extremes_sigma.Rd man/clear_tables.Rd man/close_stock_db.Rd man/code2name.Rd man/code_name_list.Rd man/composite_factor.Rd man/compute_indicator.Rd man/convert_import_file.Rd man/create_attribute_def_fun.Rd man/create_indicator.Rd man/create_indicator_def_fun.Rd man/delete_indicators.Rd man/dir_path_db.Rd man/expect_not_null.Rd man/expect_type_fields.Rd man/factor_test_IC.Rd man/factor_test_sort_portfolios.Rd man/factor_test_uniregress.Rd man/factors_weight_equal.Rd man/factors_zscore.Rd
man/figures/logo.png
man/generate_indicators.Rd man/get_assets_return.Rd man/get_datasource.Rd man/get_factors.Rd man/get_factors_info.Rd man/get_financial_report.Rd man/get_indicator_defs.Rd man/get_indicator_vars.Rd man/get_indicators.Rd man/get_indicators_from_source.Rd man/get_indicators_info.Rd man/get_industry_info.Rd man/get_market_return.Rd man/get_profile.Rd man/get_riskfree_rate.Rd man/get_spt_stocks.Rd man/get_stock_dataset.Rd man/get_stock_industry.Rd man/get_stock_info.Rd man/get_stock_return.Rd man/get_table_dataset.Rd man/gta_db.Rd man/guess_dates_period.Rd man/help_fun.Rd man/import_table.Rd man/ind_attr_def_indcd.Rd man/ind_attr_def_trdstat.Rd man/indicator_attribute.Rd man/indicator_expr_funs.Rd man/init_stock_db.Rd man/interactive_call.Rd man/interactive_fun.Rd man/is_periodic_dates.Rd man/is_type_field.Rd man/knit_report.Rd man/list_stock_tables.Rd man/mode_value.Rd man/model_build_fundamental.Rd man/modify_indicator.Rd man/name2code.Rd man/normalize.Rd man/normalize_factors.Rd man/open_stock_db.Rd man/parse_indicator_vars.Rd man/pipe.Rd man/prioritize_indicator_defs.Rd man/process_files.Rd man/read_import_file.Rd man/related_indicator_defs.Rd man/save_indicators_to_source.Rd man/skip_if_stock_db_not_ready.Rd man/skip_on_ci_for_os.Rd man/standardize_normal_scale.Rd man/standardize_rank_scale.Rd man/stock_db.Rd man/stock_db_operation.Rd man/stocks_excess_return.Rd man/suppress_warnings.Rd man/ts_asfreq.Rd man/ts_lag.Rd man/ts_resample.Rd man/ttm_financial_report.Rd man/update_db.Rd man/utils_expr.Rd man/utils_logfile.Rd man/utils_parallel.Rd man/utils_profile.Rd man/verify_fields.Rd man/weight_formula.Rd man/with_parallel.Rd man/write_import_file.Rd man/zscore_filter_stocks.Rd man/zstmodelr-package.Rd
pkgdown/_pkgdown.yml
pkgdown/favicon/apple-touch-icon-120x120.png
pkgdown/favicon/apple-touch-icon-152x152.png
pkgdown/favicon/apple-touch-icon-180x180.png
pkgdown/favicon/apple-touch-icon-60x60.png
pkgdown/favicon/apple-touch-icon-76x76.png
pkgdown/favicon/apple-touch-icon.png
pkgdown/favicon/favicon-16x16.png
pkgdown/favicon/favicon-32x32.png
pkgdown/favicon/favicon.ico
research/.gitignore
research/explore-model-factor/app.R research/explore-model-factor/explore-model-factor.Rmd research/explore-model-factor/shiny-factor-explore.R research/explore-model-factor/shiny-factor-tools.R research/explore-model-zscore/app.R research/explore-stock-return/app.R
research/model-build-fundamental/.gitignore
research/model-build-fundamental/model-build-fundamental.Rmd
research/model-factor-analyses/.gitignore
research/model-factor-analyses/model-factor-analyses.Rmd research/model-factor-backtest/model-factor-backtest.Rmd
research/model-factor-choice/.gitignore
research/model-factor-choice/build-factor-test-report.R
research/model-factor-choice/header.tex
research/model-factor-choice/model-factor-choice.Rmd
research/model-factor-choice/output/.gitignore
research/model-factor-choice/temp/.gitignore
research/other/.gitignore
research/other/MyResearch01.R research/other/MyResearch02.R research/other/study-stock-indicator.Rmd research/other/study-stock-return.Rmd tests/spelling.R tests/testthat.R
tests/testthat/.gitignore
tests/testthat/data/.gitignore
tests/testthat/data/ds_composite_factors.rds
tests/testthat/data/ds_test_IC.rds
tests/testthat/data/ds_test_factors.rds
tests/testthat/data/ds_test_ind_bad_vars.rds
tests/testthat/data/ds_test_ind_good_vars.rds
tests/testthat/data/ds_test_ind_keys_are_na.rds
tests/testthat/data/ds_test_modify_indicator.rds
tests/testthat/data/ds_test_sort_portfolios.rds
tests/testthat/data/ds_test_uniregression.rds
tests/testthat/data/ds_trd_mnth.df.rds
tests/testthat/data/header.tex
tests/testthat/data/test_report.Rmd tests/testthat/data/test_report_ctex.Rmd
tests/testthat/data/test_table01.csv
tests/testthat/data/test_table02.txt
tests/testthat/data/test_table03_01.txt
tests/testthat/data/test_table03_02.txt
tests/testthat/data/test_table03_03.txt
tests/testthat/data/test_ttm_FS_Comins.csv
tests/testthat/data/ts_indicators_long.rds
tests/testthat/data/ts_indicators_wide.rds
tests/testthat/data/ts_market_return.rds
tests/testthat/data/ts_stocks_return.rds
tests/testthat/log/.gitignore
tests/testthat/output/.gitignore
tests/testthat/test-code-name-list.R tests/testthat/test-data-mgt.R tests/testthat/test-factor-composite.R tests/testthat/test-factor-normalize.R tests/testthat/test-factor-test.R tests/testthat/test-indicator-attribute.R tests/testthat/test-indicator-build.R tests/testthat/test-indicator-define-funs.R tests/testthat/test-indicator-define-gta.R tests/testthat/test-indicator-define.R tests/testthat/test-indicator-generate.R tests/testthat/test-model-zscore.R tests/testthat/test-stock-db-gta.R tests/testthat/test-stock-db.R tests/testthat/test-utils-cliui.R tests/testthat/test-utils-dates.R tests/testthat/test-utils-expr.R tests/testthat/test-utils-fields.R tests/testthat/test-utils-logfile.R tests/testthat/test-utils-parallel.R tests/testthat/test-utils-profile.R tests/testthat/test-utils-report.R tests/testthat/test-utils-series.R tests/testthat/test-utils-testthat-helpers.R tests/testthat/test-utils-timeseries.R tests/testthat/test-utils-withr-helpers.R tests/testthat/test-utils.R tools/data-manager/data-manager.R tools/indicator-producer/indicator-producer.R
vignettes/.gitignore
vignettes/zb-vigette.Rmd vignettes/zstmodelr.Rmd
zstmodelr.Rproj
chriszheng2016/zstmodelr documentation built on June 13, 2021, 8:59 p.m.