histAll {rties} | R Documentation |
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
data <- rties_ExampleDataShort
vars <- c("reltime","ambiv","love","conflict")
newData <- data[vars ]
histAll(newData)
[Package rties version 5.0.0 Index]