QQ-plots: Quantile-Quantile plots - R Base Graphs - Easy Guides - Wiki (2024)

    • Pleleminary tasks
    • Example data
    • Create QQ plots
    • Related articles
    • See also
    • Infos

    Previously, we described the essentials of R programming and provided quick start guides for importing data into R.


    Here, we’ll describe how to create quantile-quantile plots in R. QQ plot (or quantile-quantile plot) draws the correlation between a given sample and the normal distribution. A 45-degree reference line is also plotted. QQ plots are used to visually check the normality of the data.

    1. Launch RStudio as described here: Running RStudio and setting up your working directory

    2. Prepare your data as described here: Best practices for preparing your data and save it in an external .txt tab or .csv files

    3. Import your data into R as described here: Fast reading of data from txt|csv files into R: readr package.

    The R base functions qqnorm() and qqplot() can be used to produce quantile-quantile plots:

    • qqnorm(): produces a normal QQ plot of the variable
    • qqline(): adds a reference line
    qqnorm(my_data$len, pch = 1, frame = FALSE)qqline(my_data$len, col = "steelblue", lwd = 2)

    QQ-plots: Quantile-Quantile plots - R Base Graphs - Easy Guides - Wiki (1)

    It’s also possible to use the function qqPlot() [in car package]:

    library("car")qqPlot(my_data$len)

    QQ-plots: Quantile-Quantile plots - R Base Graphs - Easy Guides - Wiki (2)

    As all the points fall approximately along this reference line, we can assume normality.

    • Creating and Saving Graphs in R
    • Scatter Plots
    • Scatter Plot Matrices
    • Box Plots
    • Strip Charts: 1-D scatter Plots
    • Bar Plots
    • Line Plots
    • Pie Charts
    • Dot Charts
    • Plot Group Means and Confidence Intervals
    • Graphical Parameters
    • Lattice Graphs
    • ggplot2 Graphs

    This analysis has been performed using R statistical software (ver. 3.2.4).


    Enjoyed this article? I’d be very grateful if you’d help it spread by emailing it to a friend, or sharing it on Twitter, Facebook or Linked In.

    Show me some love with the like buttons below... Thank you and please don't forget to share and comment below!!

    Avez vous aimé cet article? Je vous serais très reconnaissant si vous aidiez à sa diffusion en l'envoyant par courriel à un ami ou en le partageant sur Twitter, Facebook ou Linked In.

    Montrez-moi un peu d'amour avec les like ci-dessous ... Merci et n'oubliez pas, s'il vous plaît, de partager et de commenter ci-dessous!



    Recommended for You!


    Machine Learning Essentials: Practical Guide in R
    Practical Guide to Cluster Analysis in R
    Practical Guide to Principal Component Methods in R
    R Graphics Essentials for Great Data Visualization
    Network Analysis and Visualization in R
    More books on R and data science

    Recommended for you

    This section contains best data science and self-development resources to help you on your path.

    Coursera - Online Courses and Specialization

    Data science

    Popular Courses Launched in 2020

    Trending Courses

    Books - Data Science

    Our Books

    Others



    Want to Learn More on R Programming and Data Science?

    Follow us by Email

    On Social Networks:

    Get involved :
    Click to follow us on Facebook and Google+ :
    Comment this article by clicking on "Discussion" button (top-right position of this page)

    QQ-plots: Quantile-Quantile plots - R Base Graphs - Easy Guides - Wiki (2024)
    Top Articles
    Latest Posts
    Article information

    Author: Pres. Lawanda Wiegand

    Last Updated:

    Views: 5975

    Rating: 4 / 5 (71 voted)

    Reviews: 86% of readers found this page helpful

    Author information

    Name: Pres. Lawanda Wiegand

    Birthday: 1993-01-10

    Address: Suite 391 6963 Ullrich Shore, Bellefort, WI 01350-7893

    Phone: +6806610432415

    Job: Dynamic Manufacturing Assistant

    Hobby: amateur radio, Taekwondo, Wood carving, Parkour, Skateboarding, Running, Rafting

    Introduction: My name is Pres. Lawanda Wiegand, I am a inquisitive, helpful, glamorous, cheerful, open, clever, innocent person who loves writing and wants to share my knowledge and understanding with you.