Description Usage Arguments Value Examples
Useful for checking distributions to assess normality
1 | histAll(basedata)
|
basedata |
A user-provided dataframe. |
No return value. Prints plots to the console.
1 2 3 4 | data <- rties_ExampleDataShort
vars <- c("reltime","ambiv","love","conflict")
newData <- data[vars ]
histAll(newData)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.