Skip to Content
Practical Predictive Analytics
book

Practical Predictive Analytics

by Ralph Winters
June 2017
Beginner to intermediate
576 pages
15h 22m
English
Packt Publishing
Content preview from Practical Predictive Analytics

Sending the output to an HTML file

Since the output from summary is not pretty for a large number of variables, you can also format the output as HTML and send it to a file where you can view the results in a browser. We will illustrate one way to do it via the R2HTML package.

In the following code, all output from HTMLStart to HTMLStop is sent to the file and directory specified:

Install.packages("R2HTML")library(R2HTML)HTMLStart(outdir="C:/PracticalPredictiveAnalytics/Outputs",file="MedicareNYCInput",extension="html",HTMLframe=FALSE")summary(df[,-c(12,13,16,19,20,21)],maxsum=7)HTMLStop()

After the HTMLStop() command is written, the log shows that the output has been written to an HTML file:

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Data Superstream: Analytics Engineering

Data Superstream: Analytics Engineering

Alistair Croll, Anna Filippova, Emilie Schario, Lewis Davies, Jacob Frackson, Benn Stancil, Nick Acosta, Elizabeth Caley
R: Predictive Analysis

R: Predictive Analysis

Tony Fischetti, Eric Mayor, Rui Miguel Forte
Python: Advanced Predictive Analytics

Python: Advanced Predictive Analytics

Ashish Kumar, Joseph Babcock

Publisher Resources

ISBN: 9781785886188Supplemental Content