Learn R Programming

rties (version 5.0.0)

histAll: Histograms for all numeric variables in a dataframe.

Description

Useful for checking distributions to assess normality

Usage

histAll(basedata)

Arguments

basedata

A user-provided dataframe.

Value

No return value. Prints plots to the console.

Examples

Run this code
# NOT RUN {
data <- rties_ExampleDataShort
vars <- c("reltime","ambiv","love","conflict")
newData <- data[vars ]
histAll(newData)

# }

Run the code above in your browser using DataLab