Skip to main content
Top
Published in:
Cover of the book

2019 | OriginalPaper | Chapter

1. Univariate Data Visualization

Authors : Matt Wiley, Joshua F. Wiley

Published in: Advanced R Statistical Programming and Data Models

Publisher: Apress

Activate our intelligent search to find suitable subject content or patents.

search-config
loading …

Abstract

Most statistical models discussed in the rest of the book make assumptions about the data and the best model to use for them. As data analysts, we often must specify the distribution that we assume the data come from. Anomalous values, also called extreme values or outliers, may also have undue influence on the results from many statistical models. In this chapter, we examine visual and graphical approaches to exploring the distributions and anomalous values for one variable at a time (i.e., univariate). The goal of this chapter is not specifically to create beautiful or publication quality graphs nor to show results, but rather to use graphs to understand the distribution of a variable and identify anomalous values. This chapter focuses on univariate data visualization, and the next chapter will employ some of the same concepts but applied to multivariate distributions and cover how to assess the relations between variables.

                library(checkpoint)
                checkpoint("2018-09-28", R.version = "3.5.1",
                  project = book_directory,
                  checkpointLocation = checkpoint_directory,
                  scanForPackages = FALSE,
                  scan.rnw.with.knitr = TRUE, use.knitr = TRUE)
               
                library(knitr)
                library(ggplot2)
                library(cowplot)
                library(MASS)
                library(JWileymisc)
                library(data.table)
               
                options(width = 70, digits = 2)
              

Dont have a licence yet? Then find out more about our products and how to get one now:

Springer Professional "Wirtschaft+Technik"

Online-Abonnement

Mit Springer Professional "Wirtschaft+Technik" erhalten Sie Zugriff auf:

  • über 102.000 Bücher
  • über 537 Zeitschriften

aus folgenden Fachgebieten:

  • Automobil + Motoren
  • Bauwesen + Immobilien
  • Business IT + Informatik
  • Elektrotechnik + Elektronik
  • Energie + Nachhaltigkeit
  • Finance + Banking
  • Management + Führung
  • Marketing + Vertrieb
  • Maschinenbau + Werkstoffe
  • Versicherung + Risiko

Jetzt Wissensvorsprung sichern!

Springer Professional "Technik"

Online-Abonnement

Mit Springer Professional "Technik" erhalten Sie Zugriff auf:

  • über 67.000 Bücher
  • über 390 Zeitschriften

aus folgenden Fachgebieten:

  • Automobil + Motoren
  • Bauwesen + Immobilien
  • Business IT + Informatik
  • Elektrotechnik + Elektronik
  • Energie + Nachhaltigkeit
  • Maschinenbau + Werkstoffe




 

Jetzt Wissensvorsprung sichern!

Springer Professional "Wirtschaft"

Online-Abonnement

Mit Springer Professional "Wirtschaft" erhalten Sie Zugriff auf:

  • über 67.000 Bücher
  • über 340 Zeitschriften

aus folgenden Fachgebieten:

  • Bauwesen + Immobilien
  • Business IT + Informatik
  • Finance + Banking
  • Management + Führung
  • Marketing + Vertrieb
  • Versicherung + Risiko




Jetzt Wissensvorsprung sichern!

Metadata
Title
Univariate Data Visualization
Authors
Matt Wiley
Joshua F. Wiley
Copyright Year
2019
Publisher
Apress
DOI
https://doi.org/10.1007/978-1-4842-2872-2_1

Premium Partner