knitr::opts_chunk$set( collapse = TRUE, message = FALSE, warning = FALSE, comment = "#>" )
This article produces a gallery of figures and tables produced by this package for reference.
library(cmfproperty) ratios <- cmfproperty::reformat_data( data = cmfproperty::example_data, sale_col = "SALE_PRICE", assessment_col = "ASSESSED_VALUE", sale_year_col = "SALE_YEAR", ) stats <- cmfproperty::calc_iaao_stats(ratios)
rmarkdown::paged_table(stats)
summary_info <- cmfproperty::regression_tests(ratios, produce_table = TRUE)
kableExtra::kable(summary_info)
iaao_rslt <- cmfproperty::iaao_graphs( stats, ratios, min_reporting_yr = 2015, max_reporting_yr = 2019, jurisdiction_name = "Cook County, Illinois" )
print(iaao_rslt[[1]])
iaao_rslt[[2]]
print(iaao_rslt[[3]])
iaao_rslt[[4]]
print(iaao_rslt[[5]])
iaao_rslt[[6]]
m_rslts <- cmfproperty::monte_carlo_graphs(ratios) gridExtra::grid.arrange(m_rslts[[1]], m_rslts[[2]], m_rslts[[3]], m_rslts[[4]], m_rslts[[5]], m_rslts[[6]], nrow = 3)
plots <- diagnostic_plots(stats, ratios, min_reporting_yr = 2015, max_reporting_yr = 2019)
plots[[1]]
plots[[2]]
plots[[3]]
plots[[4]]
plots[[5]]
gridExtra::grid.arrange(plots[[6]], plots[[7]], plots[[8]], plots[[9]], ncol = 2, nrow = 2)
binned <- cmfproperty::binned_scatter( ratios, min_reporting_yr = 2015, max_reporting_yr = 2019, jurisdiction_name = "Cook County, IL" ) print(binned[[1]]) binned[[2]]
pct_over <- cmfproperty::pct_over_under( ratios, min_reporting_yr = 2015, max_reporting_yr = 2019, jurisdiction_name = "Cook County, IL" ) print(pct_over[[1]]) pct_over[[2]]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.