describe | R Documentation |
This function provides descriptive statistic for exploratory data analysis.
describe(dt)
dt |
A data frame. |
library(data.table)
data("germancredit")
dat = rbind(
setDT(germancredit),
data.table(creditability=sample(c("good","bad"),100,replace=TRUE)),
fill=TRUE)
eda = describe(dat)
eda
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.