Giter Site home page Giter Site logo

bootcamp's Introduction

bootcamp

Companion package for the JADS Stats Bootcamp

bootcamp's People

Contributors

czucca avatar snanalyst avatar atahanyorganci avatar

Watchers

 avatar  avatar

bootcamp's Issues

Days 3 and 4 tutorials

  1. Typo: First, in Day 3 | Reading Results, it states for the exponentiation of log of odds -2.55 that this makes it '0.78' more likely, rather than '0.078'.

  2. The information for Day 4 | Statistically Significant with the alternative = "less" or "greater" is confusing, including the last paragraph corresponding to the visualization (red part) -- furthermore, the explanation belonging to the two independent t-tests with "greater" and "less" also seems contradictive (C < T is the same as T > C)

refer to this: a one-tailed t.test specified as alternative = "less" is testing if the mean of the control group is less than the mean of the treatment. As a consequence, a one-tailed t.test specified as alternative = "greater" is testing if the mean of the control group is greater than the mean of the treatment.

Also, the phrasing of the two sentences in the tutorial with less and greater end up saying in both cases that m_0 < m1. they should say two different cases instead.

  1. Finally, in the interpretation of the Linear Regression (Day 4 | Linear Regression), it states that one group is 249 times more likely, rather than having 249 more clients (outcome variable), which I think should be correct.

bootcamp::desciptives, shapiro test applicability

The functions calls stats::shapiro.test which only accepts numeric vectors of sizes between 3-5000. When a longer data vector is passed, it outputs an error.
This is by design, as the calculation of the p-value of the statistic is not validated for sample sizes beyond 5000.
See: or .

The result is that the bootcamp::compareLM errors out when a vector larger than 5000 is passed.
There are a few solutions:

  • replace the S&W test with an alternative that does work for larger samples, like nortest::ad.test
  • prevent the error by tryCatching it first and then report NA in the output

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.