Giter Club home page Giter Club logo

assessr's People

Contributors

damonamajor avatar dfsnow avatar jeancochrane avatar wagnerlmichael avatar wrridgeway avatar

Stargazers

 avatar  avatar

Forkers

damonamajor

assessr's Issues

Add Gini index to AssessR measurements

Recent literature from the IAAO and others has suggested using a Gini-like index for measuring vertical equity in property assessments. We should add such a measurement to this package and the ccao package, then add it to our existing batch of output statistics.

See https://researchexchange.iaao.org/jptaa/vol17/iss2/2/ and https://www.sciencedirect.com/science/article/abs/pii/S1051137723000372.

  • Add new Gini function with R/formulas.R
  • Make sure your code updates meet styling and linting requirements:
    • Styling: Run styler::style_pkg() in the console
    • Linting: Run lintr::lint_package() in the console
  • Build any documentation updates by running devtools::document() in the console
  • Add unit tests, copying the existing tests for cod()
  • Run the build and test processes locally to check for errors:
    • Build: In RStudio, go to the Build tab, then hit Check
    • Test: In RStudio, go to the Build tab, then hit Test OR devtools::test() in the console
  • Update DESCRIPTION file with new version (using SemVer) and date
  • Make pull request
  • Cut new release version in GitHub

Integrate IAAO Data Quality Standard appendices

We should add functions to replicate the methods outlined in the IAAO Data Quality Standard. Specifically, we can likely add functions for:

  • Appendix F. Sold and Unsold
  • Appendix I. Edge Case Identification
  • Appendix J. General Data Quality Score
  • Appendix K. Impact Identification

Ask @dfsnow for a copy of the document.

When this issue is closed, notify Travis.

cod function anticipates non-empty vector

I have a set of ratios, and I group them and try to calculate CODs using dplyr's summarise() function. Some groups are empty. I get the error:

Error in `dplyr::summarise()`:
ℹ In argument: `cod = assessr::cod(ratio)`.
ℹ In group 101: `year = 2016`, `triad_name = "North"`, `stage = "Certified by Assessor"`, `sale = "Year following
  reassessment year"`.
Caused by error in `FUN()`:
! length(x) > 1 is not TRUE

It may be better to return an NA value for groups that don't have any observations.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.