powered by
print and summary method for "overview" class.
# S3 method for overview summary(object, html = FALSE, ...)
an object of class "overview", usually, a result of a call to overview().
logical. whether to send summary results to html. The default is FALSE, which prints to the R console.
further arguments passed to or from other methods.
summary.overview() tries to be smart about formatting 14 information of overview.
overview, plot.overview.
overview
plot.overview
# NOT RUN { ov <- overview(jobchange) ov summary(ov) # } # NOT RUN { # }
Run the code above in your browser using DataLab