Description Usage Arguments Value Author(s) Examples
'checkValidity' checks the class of the different variables in the data frame and returns a list of numeric and factor or character variables. It also returns basic summary statistics(mean, median, min, max) for numeric and categorical/character variables It also returns the number of colunms and rows in the data frame.
1  | checkValidity(dat, numeric = FALSE, cat = FALSE)
 | 
dat | 
 Data in data frame format.  | 
numeric | 
 Numeric data type.  | 
cat | 
 Categorical or factor data type.  | 
Returns a list of numeric and character(factor) variables, basic summary statistics and number of rows and columns in the data frame
Henry Nanji, Saisakul Chernbumroong
1 2 3  | library(FactoMineR)
data(wine)
checkValidity(wine, numeric=TRUE)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.