GithubHelp home page GithubHelp logo

eda-toothgrowth's Introduction

Overview

We're going to analyze the ToothGrowth data in the R datasets package. The ToothGrowth dataset demonstrates the effect of vitamin C on tooth growth in Guinea Pigs. The response is the length of odontoblasts (cells responsible for tooth growth) in 60 guinea pigs. Each animal received one of three dose levels of vitamin C (0.5, 1, and 2 mg/day) by one of two delivery methods, orange juice or ascorbic acid (a form of vitamin C and coded as VC). The data contains 60 observations and 3 variables. For more information about the ToothGrowth dataset, please refer here.

Variable Descriptions

  • 'len:' The tooth length.
  • 'supp:' The supplement type.
  • 'dose:' The dose in milligrams.

Objectives

  1. Load the ToothGrowth data and perform some basic exploratory data analyses.
  2. Provide a basic summary of the data.
  3. Use confidence intervals and/or hypothesis tests to compare tooth growth by supp and dose.
  4. State all of the assumptions made when making any conclusions.

Description

There are two general hypotheses that we believe to be true:

  1. We believe that there are not generally different tooth lengths for each type of supplement.
  2. We believe that there are not generally different tooth lengths for each level of dose.

Conclusion

Based on a 95% confidence interval, we decide to reject the null hypotheses and prefer the alternative hypotheses, since each p-value is extremely small. In other words, we believe that there are generally different tooth lengths for each type of supplement, and we believe that there are generally different tooth lengths for each level of dose.

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.