Skip to Content
R Programming By Example
book

R Programming By Example

by Omar Trejo Navarro
December 2017
Beginner to intermediate
470 pages
12h 29m
English
Packt Publishing
Content preview from R Programming By Example

Preparing, training, and testing data

As always, we will start by setting up our data. In this case, the data is the messages received by our fantasy company, The Cake Factory. These are in the client_messages.RDS file that we created in Chapter 4, Simulating Sales Data and Working with Databases. The data contains 300 observations for 8 variables: SALE_ID, DATE, STARS, SUMMARY, MESSAGE, LAT, LNG, and MULT_PURCHASES. During this chapter, we will work with the MESSAGE and MULT_PURCHASES variables.

We will set up our seed to have reproducible results. Keep in mind that this should be before every function call that involves some randomization. We will show it just once here to save space and avoid repeating ourselves, but keep that in mind ...

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

Efficient R Programming

Efficient R Programming

Colin Gillespie, Robin Lovelace
R Programming

R Programming

Jared P. Lander

Publisher Resources

ISBN: 9781788292542Supplemental Content