|
|
|
|
LEADER |
00000cam a2200000Ii 4500 |
001 |
OR_ocn899211341 |
003 |
OCoLC |
005 |
20231017213018.0 |
006 |
m o d |
007 |
cr cnu|||unuuu |
008 |
150105s2014 caua o 001 0 eng d |
040 |
|
|
|a N$T
|b eng
|e rda
|e pn
|c N$T
|d GW5XE
|d N$T
|d YDXCP
|d UPM
|d COO
|d UMI
|d OCLCF
|d IDEBK
|d DEBBG
|d B24X7
|d E7B
|d EBLCP
|d BTCTA
|d OCLCQ
|d Z5A
|d LIV
|d OCLCQ
|d MERUC
|d ESU
|d VT2
|d IOG
|d REB
|d VLB
|d CEF
|d DEHBZ
|d OCLCQ
|d U3W
|d AU@
|d OCLCQ
|d WYU
|d YOU
|d OCLCQ
|d UAB
|d UKAHL
|d OCLCQ
|d DCT
|d ERF
|d OCLCQ
|d WURST
|d SFB
|d BRF
|d OCLCO
|d OCLCQ
|d OCLCO
|
019 |
|
|
|a 900882982
|a 903962428
|a 910991017
|a 1005778871
|a 1026447822
|a 1048130327
|a 1066494630
|a 1066688502
|a 1086463233
|a 1110960587
|a 1112593891
|a 1126484738
|a 1129358045
|a 1144400044
|a 1153037390
|
020 |
|
|
|a 9781484201305
|q (electronic bk.)
|
020 |
|
|
|a 1484201302
|q (electronic bk.)
|
020 |
|
|
|a 1484201310
|q (print)
|
020 |
|
|
|a 9781484201312
|q (print)
|
020 |
|
|
|z 9781484201312
|
024 |
7 |
|
|a 10.1007/978-1-4842-0130-5
|2 doi
|
029 |
1 |
|
|a AU@
|b 000056059423
|
029 |
1 |
|
|a CHNEW
|b 000890512
|
029 |
1 |
|
|a CHVBK
|b 374492298
|
029 |
1 |
|
|a DEBBG
|b BV042490979
|
029 |
1 |
|
|a DEBBG
|b BV043617706
|
029 |
1 |
|
|a DEBSZ
|b 434841560
|
029 |
1 |
|
|a GBVCP
|b 882845004
|
029 |
1 |
|
|a NLGGC
|b 387315187
|
029 |
1 |
|
|a AU@
|b 000067094411
|
035 |
|
|
|a (OCoLC)899211341
|z (OCoLC)900882982
|z (OCoLC)903962428
|z (OCoLC)910991017
|z (OCoLC)1005778871
|z (OCoLC)1026447822
|z (OCoLC)1048130327
|z (OCoLC)1066494630
|z (OCoLC)1066688502
|z (OCoLC)1086463233
|z (OCoLC)1110960587
|z (OCoLC)1112593891
|z (OCoLC)1126484738
|z (OCoLC)1129358045
|z (OCoLC)1144400044
|z (OCoLC)1153037390
|
037 |
|
|
|a CL0500000540
|b Safari Books Online
|
050 |
|
4 |
|a QA276.45.R3
|
072 |
|
7 |
|a COM
|x 051010
|2 bisacsh
|
072 |
|
7 |
|a UY
|2 bicssc
|
082 |
0 |
4 |
|a 005.13
|2 23
|
049 |
|
|
|a UAMI
|
100 |
1 |
|
|a Pace, Larry A.,
|e author.
|
245 |
1 |
0 |
|a R recipes :
|b a problem-solution approach /
|c Larry A. Pace.
|
264 |
|
1 |
|a Berkeley, CA :
|b Apress,
|c 2014.
|
264 |
|
2 |
|a New York, NY :
|b Distributed to the Book trade worldwide by Springer
|
264 |
|
4 |
|c Ã2014
|
300 |
|
|
|a 1 online resource (xvi, 264 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
|
347 |
|
|
|a text file
|b PDF
|2 rda
|
490 |
1 |
|
|a The expert's voice in R programming
|
500 |
|
|
|a Includes index.
|
588 |
0 |
|
|a Online resource; title from PDF title page (SpringerLink, viewed January 9, 2015).
|
520 |
|
|
|a R Recipes is your handy problem-solution reference for learning and using the popular R programming language for statistics and other numerical analysis. Packed with hundreds of code and visual recipes, this book helps you to quickly learn the fundamentals and explore the frontiers of programming, analyzing and using R.R Recipes provides textual and visual recipes for easy and productive templates for use and re-use in your day-to-day R programming and data analysis practice. Whether you're in finance, cloud computing, big or small data analytics, or other applied computational and data science - R Recipes should be a staple for your code reference library.
|
505 |
0 |
|
|a At a Glance; Contents; About the Author; About the Technical Reviewer; Acknowledgments; Introduction; Chapter 1: Migrating to R: As Easy As 1, 2, 3; Getting R Up and Running on Your System; Okay, So I Have R. What's Next?; Understanding the Data Types in R; Handling Missing Data in R; Working with Vectors in R; Working with Matrices in R; Looking Backward and Forward; Chapter 2: Input and Output; Recipe 2-1. Inputting and Outputting Data; Problem; Solution; Keyboard and Monitor Access; Reading and Writing Data Files; Reading Data Files; Writing Data Files.
|
505 |
8 |
|
|a Recipe 2-2. Cleaning Up DataProblem; Solution; Recipe 2-3. Dealing with Text Data; Problem; Solution; Recipe 2-4. Getting Data from the Internet; Problem; Solution; Chapter 3: Data Structures; Recipe 3-1. How to Work with Vectors; Problem; Solution; Recipe 3-2. How to Work with Matrices; Problem; Solution; Recipe 3-3. How to Work with Lists; Problem; Solution; Creating a List; Adding and Deleting List Components; Applying Functions to Lists; Recipe 3-4. Working with Data Frames; Problem; Solution; Creating a Data Frame and Accessing Data Frame Elements; Dealing with Missing Data, Take 2.
|
505 |
8 |
|
|a Subsetting DataSaving Datasets; Chapter 4: Merging and Reshaping Datasets; Recipe 4-1. Merging Datasets by a Common Variable; Problem; Solution; Recipe 4-2. Adding Rows and Columns; Problem; Solution; Recipe 4-3. Reshaping a Dataset; Problem; Solution; Recipe 4-4. Stacking and Unstacking Data; Problem; Solution; Chapter 5: Working with Dates and Strings; Recipe 5-1. Working with Dates and Times; Problem; Solution; Recipe 5-2. Working with Character Strings; Problem; Solution; Creating Character Strings; Finding Patterns and Matches in Strings; Using the stringr Package.
|
505 |
8 |
|
|a The str_length() and str_c() FunctionsThe str_sub() Function; The str_dup() Function; Padding, Wrapping, and Trimming Strings; Extracting Words; Chapter 6: Working with Tables; Recipe 6-1. Working with One-Way Tables; Problem; Solution; Recipe 6-2. Working with Two-Way Tables; Problem; Solution; Recipe 6-3. Analyzing One- and Two-Way Tables; Problem; Solution; Recipe 6-4. Working with Higher-Order Tables; Problem; Solution; Chapter 7: Summarizing and Describing Data; Recipe 7-1. Creating Simple Frequency Distributions; Problem; Solution; Recipe 7-2. Creating Grouped Frequency Distributions.
|
505 |
8 |
|
|a ProblemSolution; Recipe 7-3. Calculating Summary Statistics; Problem; Solution; Recipe 7-4. Working with Quantiles; Problem; Solution; Chapter 8: Graphics and Data Visualization; Recipe 8-1. Getting the Colors You Want; Problem; Solution; Recipe 8-2. Using the Standard Graphs; Problem; Solution; Histograms; Bar Charts; Line Graphs; Scatterplots; Recipe 8-3. Using Graphics for Exploratory Data Analysis; Problem; Solution; Recipe 8-4. Using Graphics for Data Visualization; Problem; Solution; Chapter 9: Probability Distributions; Recipe 9-1. Finding Areas Under the Standard Normal Curve; Problem.
|
546 |
|
|
|a English.
|
590 |
|
|
|a O'Reilly
|b O'Reilly Online Learning: Academic/Public Library Edition
|
650 |
|
0 |
|a R (Computer program language)
|
650 |
|
6 |
|a R (Langage de programmation)
|
650 |
|
7 |
|a COMPUTERS
|x Programming Languages
|x General.
|2 bisacsh
|
650 |
|
7 |
|a R (Computer program language)
|2 fast
|
653 |
0 |
0 |
|a computerwetenschappen
|
653 |
0 |
0 |
|a computer sciences
|
653 |
1 |
0 |
|a Information and Communication Technology (General)
|
653 |
1 |
0 |
|a Informatie- en communicatietechnologie (algemeen)
|
776 |
0 |
8 |
|i Printed edition:
|z 9781484201312
|
830 |
|
0 |
|a Expert's voice in R programming.
|
856 |
4 |
0 |
|u https://learning.oreilly.com/library/view/~/9781484201305/?ar
|z Texto completo (Requiere registro previo con correo institucional)
|
938 |
|
|
|a Askews and Holts Library Services
|b ASKH
|n AH29396324
|
938 |
|
|
|a Books 24x7
|b B247
|n bks00078461
|
938 |
|
|
|a Baker and Taylor
|b BTCP
|n BK0017513328
|
938 |
|
|
|a EBL - Ebook Library
|b EBLB
|n EBL1964899
|
938 |
|
|
|a ebrary
|b EBRY
|n ebr11003458
|
938 |
|
|
|a EBSCOhost
|b EBSC
|n 933676
|
938 |
|
|
|a ProQuest MyiLibrary Digital eBook Collection
|b IDEB
|n cis30422264
|
938 |
|
|
|a YBP Library Services
|b YANK
|n 12227255
|
994 |
|
|
|a 92
|b IZTAP
|