
25 Recipes for Getting Started with R
Excerpts from the R Cookbook
Paul Teetor(Author)
O'Reilly (Publisher)
Published on 5. April 2011
Book
Paperback/Softback
62 pages
978-1-4493-0323-5 (ISBN)
Description
R is a powerful tool for statistics and graphics, but getting started with this language can be frustrating. This short, concise book provides beginners with a selection of how-to recipes to solve simple problems with R. Each solution gives you just what you need to know to use R for basic statistics, graphics, and regression. You'll find recipes on reading data files, creating data frames, computing basic statistics, testing means and correlations, creating a scatter plot, performing simple linear regression, and many more. These solutions were selected from O'Reilly's R Cookbook, which contains more than 200 recipes for R that you'll find useful once you move beyond the basics.
More details
Series
Language
English
Place of publication
Sebastopol
United States
Target group
Professional and scholarly
Product notice
Paperback (trade)
Unsewn / adhesive bound
Dimensions
Height: 233 mm
Width: 177 mm
Thickness: 7 mm
Weight
123 gr
ISBN-13
978-1-4493-0323-5 (9781449303235)
Copyright in bibliographic data and cover images is held by Nielsen Book Services Limited or by the publishers or by their respective licensors: all rights reserved.
Schweitzer Classification
Other editions
Additional editions

E-Book
01/2011
1st Edition
O'Reilly
€14.49
Available for download

E-Book
01/2011
1st Edition
O'Reilly
€15.49
Available for download
Person
Paul Teetor is a quantitative developer with Masters degrees in statistics and computer science. He specializes in analytics and software engineering for investment management, securities trading, and risk management. He works with hedge funds, market makers, and portfolio managers in the greater Chicago area.
Content
Preface;
Other Resources;
Downloading Additional Packages;
Software and Platform Notes;
Conventions Used in This Book;
Using Code Examples;
SafariĀ® Books Online;
How to Contact Us;
Chapter 1: The Recipes;
1.1 Downloading and Installing R;
1.2 Getting Help on a Function;
1.3 Viewing the Supplied Documentation;
1.4 Searching the Web for Help;
1.5 Reading Tabular Datafiles;
1.6 Reading from CSV Files;
1.7 Creating a Vector;
1.8 Computing Basic Statistics;
1.9 Initializing a Data Frame from Column Data;
1.10 Selecting Data Frame Columns by Position;
1.11 Selecting Data Frame Columns by Name;
1.12 Forming a Confidence Interval for a Mean;
1.13 Forming a Confidence Interval for a Proportion;
1.14 Comparing the Means of Two Samples;
1.15 Testing a Correlation for Significance;
1.16 Creating a Scatter Plot;
1.17 Creating a Bar Chart;
1.18 Creating a Box Plot;
1.19 Creating a Histogram;
1.20 Performing Simple Linear Regression;
1.21 Performing Multiple Linear Regression;
1.22 Getting Regression Statistics;
1.23 Diagnosing a Linear Regression;
1.24 Predicting New Values;
1.25 Accessing the Functions in a Package;