Description Usage Arguments Details Value Author(s) References See Also Examples
This function gives a simple summary of the data
1 | didq_summry(test)
|
test |
test: a dataset whose summary is to be obtained |
The function helps in better understanding of the dataset by giving the detailed summary of all the variables like thei class,unique values,missing percentage ,missing and non-missing value
returns Data frame
Rahul Mehta
http://en.wikipedia.org/wiki/Summary_statistic
sumry_categorical and sumry_continous
1 2 | data(iris)
sumry=didq_summry(iris)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.