# NOT RUN {
ov <- overview(jobchange)
ov
summary(ov)
plot(ov)
# sort by name of variables
plot(ov, order_type = "name")
# sort by data type of variables
plot(ov, order_type = "type")
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab