Skip to Content
Modern R Programming Cookbook
book

Modern R Programming Cookbook

by Jaynal Abedin
October 2017
Beginner to intermediate
236 pages
7h 38m
English
Packt Publishing
Content preview from Modern R Programming Cookbook

The use of the ifelse vectorised conditional operator

Whenever you need to compare something in two states, either true or false, then the if statement is the most appropriate method to use. For example, suppose you are working in a dataset and you need to transform a numeric variable into another binary variable based on a fix cut-off value. This is the most typical situation where you want to test the condition and then perform the transformation. If the condition is true, then you will go for one action, and if the condition is false, then you will go for an alternative action. In this recipe, you will see an example of this type of situation with implementation.

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

R Cookbook, 2nd Edition

R Cookbook, 2nd Edition

JD Long, Paul Teetor

Publisher Resources

ISBN: 9781787129054Supplemental Content