R by example
(eBook)

Book Cover
Series:
Published:
New York : Springer, ©2012.
Format:
eBook
ISBN:
9781461413653, 1461413656, 1461413648, 9781461413646
Content Description:
1 online resource (xiii, 359 pages) : illustrations
Status:
Available Online
Description

R by Example is an example-based introduction to the statistical computing environment that does not assume any previous familiarity with R or other software packages. R functions are presented in the context of interesting applications with real data. The purpose of this book is to illustrate a range of statistical and probability computations using R for people who are learning, teaching, or using statistics. Specifically, this book is written for users who have covered at least the equivalent of (or are currently studying) undergraduate level calculus-based courses in statistics. These users are learning or applying exploratory and inferential methods for analyzing data and this book is intended to be a useful resource for learning how to implement these procedures in R.

Copies
CCU Electronic Resources
More Like This
Citations
APA Citation (style guide)

Albert, J., & Rizzo, M. L. (2012). R by example. New York, Springer.

Chicago / Turabian - Author Date Citation (style guide)

Albert, Jim, 1953- and Maria L. Rizzo. 2012. R By Example. New York, Springer.

Chicago / Turabian - Humanities Citation (style guide)

Albert, Jim, 1953- and Maria L. Rizzo, R By Example. New York, Springer, 2012.

MLA Citation (style guide)

Albert, Jim and Maria L Rizzo. R By Example. New York, Springer, 2012.

Note! Citation formats are based on standards as of July 2022. Citations contain only title, author, edition, publisher, and year published. Citations should be used as a guideline and should be double checked for accuracy.
More Copies In Prospector
Loading Prospector Copies...
More Details
Language:
English

Notes

Bibliography
Includes bibliographical references (pages 349-351) and index.
Description
R by Example is an example-based introduction to the statistical computing environment that does not assume any previous familiarity with R or other software packages. R functions are presented in the context of interesting applications with real data. The purpose of this book is to illustrate a range of statistical and probability computations using R for people who are learning, teaching, or using statistics. Specifically, this book is written for users who have covered at least the equivalent of (or are currently studying) undergraduate level calculus-based courses in statistics. These users are learning or applying exploratory and inferential methods for analyzing data and this book is intended to be a useful resource for learning how to implement these procedures in R.
Staff View
Grouped Work ID:
6fe0c596-1529-668b-137e-b170c557cf1b
Go To GroupedWork

Record Information

Last Sierra Extract TimeApr 05, 2024 08:52:04 AM
Last File Modification TimeApr 05, 2024 08:58:05 AM
Last Grouped Work Modification TimeApr 05, 2024 08:52:37 AM

MARC Record

LEADER07985cam a2201081 i 4500
001775595571
003OCoLC
00520240329122006.0
006m     o  d        
007cr cnu---unuuu
008120208s2012    nyua    ob    001 0 eng d
019 |a 785777146|a 985037773|a 1005830246|a 1026442541|a 1058117866
020 |a 9781461413653|q (electronic bk.)
020 |a 1461413656|q (electronic bk.)
020 |a 1461413648
020 |a 9781461413646
020 |z 9781461413646
035 |a (OCoLC)775595571|z (OCoLC)785777146|z (OCoLC)985037773|z (OCoLC)1005830246|z (OCoLC)1026442541|z (OCoLC)1058117866
040 |a GW5XE|b eng|e rda|e pn|c GW5XE|d COO|d YDXCP|d EBLCP|d OCLCQ|d N$T|d U9X|d GZM|d E7B|d OCLCO|d OCLCF|d DEBSZ|d ORE|d OCLCQ|d TPH|d OCLCQ|d OCLCO|d OCLCQ|d VT2|d Z5A|d IOG|d REB|d OCLCO|d UUM|d OCLCO|d INT|d U3W|d AU@|d OCLCQ|d OCLCO|d WYU|d OCLCA|d OCLCQ|d UKAHL|d OL$|d OCLCQ|d OCLCO|d OCLCQ|d OCL|d OCLCO|d OCLCL|d S9M|d OCLCQ|d OCLCL
049 |a COM6
050 4|a QA276.45.R3|b A43 2012
072 7|a MAT|x 029000|2 bisacsh
08204|a 519.50285/53|2 23
1001 |a Albert, Jim,|d 1953-|1 https://id.oclc.org/worldcat/entity/E39PCjH6c9X49cPqf3gFWxbkwC
24510|a R by example /|c Jim Albert, Maria Rizzo.
264 1|a New York :|b Springer,|c ©2012.
300 |a 1 online resource (xiii, 359 pages) :|b illustrations
336 |a text|b txt|2 rdacontent
337 |a computer|b c|2 rdamedia
338 |a online resource|b cr|2 rdacarrier
4901 |a Use R!
504 |a Includes bibliographical references (pages 349-351) and index.
5050 |a R by Example; Preface; Contents; Notation and Abbreviations; Chapter 1 Introduction; 1.1 Getting Started; 1.1.1 Preliminaries; 1.1.2 Basic operations; 1.1.3 R Scripts; 1.1.4 The R Help System; 1.2 Functions; 1.3 Vectors and Matrices; 1.4 Data Frames; 1.4.1 Introduction to data frames; Display all data; Display top of data; Sample size and dimension; Names of variables; Structure of the data; Missing values; 1.4.2 Working with a data frame; Compute summary statistics; Extract data from a data frame; Extract a variable using ; Histograms; Attaching a data frame; Scatterplots and correlations.
5058 |a 1.5 Importing Data1.5.1 Entering data manually; 1.5.2 Importing data from a text file; 1.12 The simplest way to import spreadsheet data is to save it in .csv; 1.5.3 Data available on the internet; 1.6 Packages; Searching for data or methods in packages; 1.7 The R Workspace; 1.8 Options and Resources; The options function; Graphical parameters: par; 1.13 There are so many possible parameters to graphics functions, that; Graph history; Other resources; Task Views; External resources; The R Graph Gallery and R Graphical Manual; 1.9 Reports and Reproducible Research; Exercises.
5058 |a Chapter 2 Quantitative Data2.1 Introduction; 2.2 Bivariate Data: Two Quantitative Variables; 2.2.1 Exploring the data; Body and brain size of mammals; 2.1 In the display above it is not obvious whether mammals is a matrix; Some basic statistics and plots; 2.2 We have seen that mammals consists of two numeric variables, body; 2.2.2 Correlation and regression line; 2.3 A fitted line was added to the scatterplot in Figure 2.3 by the code; 2.2.3 Analysis of bivariate data by group; IQ of twins; 2.2.4 Conditional plots; 2.3 Multivariate Data: Several Quantitative Variables.
5058 |a 2.3.1 Exploring the data2.3.2 Missing values; 2.3.3 Summarize by group; 2.3.4 Summarize pairs of variables; 2.3.5 Identifying missing values; 2.4 Time Series Data; 2.5 Integer Data: Draft Lottery; 2.6 Sample Means and the Central Limit Theorem; 2.7 Special Topics; 2.7.1 Adding a new variable; 2.7.2 Which observation is the maximum?; 2.7.3 Sorting a data frame; 2.7.4 Distances between points; 2.7.5 Quick look at cluster analysis; Exercises; Chapter 3 Categorical data; 3.1 Introduction; 3.1.1 Tabulating and plotting categorical data; 3.1.2 Character vectors and factors.
5058 |a 3.2 Chi-square Goodness-of-Fit Test3.3 Relating Two Categorical Variables; 3.3.1 Introduction; 3.3.2 Frequency tables and graphs; 3.3.3 Contingency tables; 3.4 Association Patterns in Contingency Tables; 3.4.1 Constructing a contingency table; 3.4.2 Graphing patterns of association; 3.5 Testing Independence by a Chi-square Test; Exercises; Chapter 4 Presentation Graphics; 4.1 Introduction; 4.2 Labeling the Axes and Adding a Title; 4.3 Changing the Plot Type and Plotting Symbol; 4.4 Overlaying Lines and Line Types; 4.5 Using Different Colors for Points and Lines.
520 |a R by Example is an example-based introduction to the statistical computing environment that does not assume any previous familiarity with R or other software packages. R functions are presented in the context of interesting applications with real data. The purpose of this book is to illustrate a range of statistical and probability computations using R for people who are learning, teaching, or using statistics. Specifically, this book is written for users who have covered at least the equivalent of (or are currently studying) undergraduate level calculus-based courses in statistics. These users are learning or applying exploratory and inferential methods for analyzing data and this book is intended to be a useful resource for learning how to implement these procedures in R.
650 0|a R (Computer program language)
650 0|a Mathematical statistics|x Computer programs.
650 0|a Programming languages (Electronic computers)
650 0|a Mathematics.
650 0|a Probabilities.
65012|a Programming Languages
65012|a Mathematical Concepts
65012|a Mathematics
65022|a Probability
65022|a Statistics
650 6|a R (Langage de programmation)
650 6|a Langages de programmation.
650 6|a Mathématiques.
650 6|a Probabilités.
650 7|a probability.|2 aat
650 7|a MATHEMATICS|x Probability & Statistics|x General.|2 bisacsh
650 7|a R (Lenguaje de programación)|2 embne
650 7|a Estadística matemática|x Programas de ordenador|2 embne
650 7|a Lenguajes de programación|2 embne
650 7|a Probabilidades|2 embne
650 7|a Programming languages (Electronic computers)|2 fast
650 7|a Probabilities|2 fast
650 7|a Mathematics|2 fast
650 7|a Mathematical statistics|x Computer programs|2 fast
650 7|a R (Computer program language)|2 fast
653 4|a Statistics.
653 4|a Mathematical statistics.
653 4|a Statistical Theory and Methods.
7001 |a Rizzo, Maria L.
7102 |a SpringerLink (Online Service)
77608|i Print version:|a Albert, Jim, 1953-|t R by example.|d New York : Springer, ©2012|z 9781461413646|w (DLC) 2011941603|w (OCoLC)775744927
830 0|a Use R!
907 |a .b35217248
948 |a MARCIVE Comp, in 2022.12
948 |a MARCIVE Over, 07/2021
948 |a MARCIVE Comp, 2019.12
948 |a MARCIVE Comp, 2018.05
948 |a MARCIVE August, 2017
948 |a MARCIVE extract Aug, 5 2017
989 |1 .i71772546|d cceb|g j|m |h 0|x 0|t 0|i 0|j 188|k 120614|o -|w SpringerLink CCU Owned|u http://ezproxy.ccu.edu/login?url=http://dx.doi.org/10.1007/978-1-4614-1365-3
989 |1 .i151355903|d cueme|g -|m |h 0|x 0|t 0|i 0|j 200|k 240404|o -|w SpringerLink|u http://ezproxy.coloradomesa.edu/login?url=https://link.springer.com/10.1007/978-1-4614-1365-3
994 |a 92|b COM
995 |a Loaded with m2btab.elec in this month
995 |a Loaded with m2btab.ltiac in 2022.12
995 |a Loaded with m2btab.ltiac in 2021.07
995 |a Loaded with m2btab.elec in 2021.06
995 |a Loaded with m2btab.ltiac in 2019.12
995 |a Loaded with m2btab.ltiac in 2018.06
995 |a Loaded with m2btab.ltiac in 2017.08
995 |a Loaded with m2btab.elec in 2016
995 |a Loaded with m2btab.elec in 2016
995 |a OCLC offline update by CMU
998 |e -|f eng|a cue|a cc|a cu
999 |e z
999 |a cue