Giter VIP home page Giter VIP logo

derek-jones / eseur-code-data Goto Github PK

View Code? Open in Web Editor NEW
409.0 27.0 46.0 407.09 MB

Code and data used to create the examples in "Evidence-based Software Engineering based on the publicly available data"

Home Page: http://www.knosof.co.uk/ESEUR/

R 73.23% Awk 1.64% Shell 0.71% Max 0.04% Python 0.16% C 2.37% C++ 3.61% Java 5.88% C# 0.18% Makefile 0.69% HTML 9.76% MATLAB 0.01% 1C Enterprise 0.25% Roff 0.16% Perl 0.03% Rich Text Format 0.86% SmPL 0.41% Limbo 0.01%
cognitive-capitalism cognitive-science economic-models ecosystem-modeling empirical-software-engineering evidence-based psychology-experiments software-development software-engineering source-code-analysis

eseur-code-data's People

Contributors

derek-jones avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

eseur-code-data's Issues

Regression suggestions

You cover LOESS, polynomials and breakpoint modelling nonlinear patterns, but oddly do not cover splines (breakpoint modelling is a subset of regression splines limited to linear, slope = 0 models) in linear models. These have many advantages. Check out the coverage in https://link.springer.com/book/10.1007/978-3-319-19425-7 (book is on libgen). This book is linked to the rms package, which implements a lot of stuff. See here for an example. https://rpubs.com/EmilOWK/rms_splines. You cover GAMs later on, but don't touch on how the mixing of splines and normal additive/linear terms in models can yield interpretable but powerful models.

For understanding predictions from models, try the ggeffects packages. Example here. https://rpubs.com/EmilOWK/ggeffects_examples, official examples https://strengejacke.github.io/ggeffects/

Page 295 about binary classification

A more sophisticated approach looks at the distribution of predictions, and makes
an informed trade-off between true positive (in this context also known as recall and hit
rate), and accuracy (i.e., the false positive rate).

https://en.wikipedia.org/wiki/Sensitivity_and_specificity

I think you mean specificity, not accuracy. Accuracy is not the false positive rate (accuracy = (TP + TN) / TP + TN + FP + FN). The trade-off when selecting threshold is between TPR (sensitivity) and TNR (specificity).

Page 122: error in axis label

Seems like there is an error in the Y axis label here. It should be just "Effort" or maybe "Effort (central tendency)". I am guessing you wrote the label, and then later added the medians.

Screenshot from 2020-05-19 14-26-36

p = .05 standard is 1.96 sigma, not >2

Page. 256

Screenshot from 2020-05-22 16-01-24

But this is false. The standard used normally is two-tailed test at .05, and this is sigma 1.96, not >2.

> pnorm(-1.96)
[1] 0.0249979
> pnorm(1.96, lower.tail = F)
[1] 0.0249979

These sum to ~5%. I also don't think higher impact journals generally have stricter standards. There is a review of studies of journal impact factor, and journal scientific rigor, finding generally no relationship. https://www.frontiersin.org/articles/10.3389/fnhum.2018.00037/full

mobi format for reviewers

I'd love to have a read of this on Kindle, PDF doesn't perform very well there. Might you consider a .mobi or .epub?

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.