histAll {rties} | R Documentation |
Useful for checking distributions to assess normality
histAll(basedata)
basedata |
A user-provided dataframe. |
No return value. Prints plots to the console.
data <- rties_ExampleDataShort
vars <- c("reltime","ambiv","love","conflict")
newData <- data[vars ]
histAll(newData)