Learn R Programming

shutterplot (version 0.1.0)

summary7: Numerical values of seven-number-summary.

Description

prints the numerical summaries in the console.

Usage

summary7(x)

Arguments

x

value(s) of a variable.

Value

prints the seven-number-summary in the console.

Examples

Run this code
# NOT RUN {
  data <- rnorm(90,90,10)
  summary7(data)
# }

Run the code above in your browser using DataLab