exploreData: Graphical Exploration of a Dataset

View source: R/exploreData.R

exploreDataR Documentation

Graphical Exploration of a Dataset

Description

Function to provide a graphical exploration of a dataset will print results to file.

Usage

exploreData(datmat)

Arguments

datmat

the data frame (only categorical and numerical variables will be analysed)

Author(s)

Aline Talhouk

Examples

mtcars$vs <- as.factor(mtcars$vs)
mtcars$am <- as.factor(mtcars$am)
exploreData(mtcars)
file.remove("DataSummary.pdf")

TalhoukLab/biostatUtil documentation built on April 14, 2025, 4:15 a.m.