|
|
|
|
LEADER |
00000cam a2200000 i 4500 |
001 |
OR_ocn966429425 |
003 |
OCoLC |
005 |
20231017213018.0 |
006 |
m o d |
007 |
cr cnu---unuuu |
008 |
161219t20162017caua ob 001 0 eng d |
040 |
|
|
|a N$T
|b eng
|e rda
|e pn
|c N$T
|d WAU
|d N$T
|d TEFOD
|d OCLCF
|d YDX
|d TOH
|d TZA
|d CWJ
|d IUP
|d ORZ
|d IDEBK
|d EBLCP
|d UMI
|d STF
|d HEBIS
|d OCLCO
|d OCLCQ
|d MCW
|d COO
|d CEF
|d KSU
|d LIP
|d VT2
|d DEBBG
|d OTZ
|d DKU
|d OCLCQ
|d WYU
|d C6I
|d ZCU
|d OCLCQ
|d UAB
|d NRC
|d UKAHL
|d OL$
|d OCLCQ
|d MM9
|d CASUM
|d OCLCO
|d OCLCA
|d OCLCO
|d OCL
|d OCLCQ
|d INARC
|d OCLCQ
|
019 |
|
|
|a 959883998
|a 967081506
|a 968205795
|a 990606789
|a 1048155777
|a 1066689704
|a 1103251335
|a 1117188708
|a 1153034857
|a 1171429669
|a 1192346405
|a 1240517992
|
020 |
|
|
|a 9781491910368
|q (electronic bk.)
|
020 |
|
|
|a 1491910364
|q (electronic bk.)
|
020 |
|
|
|a 9781491910337
|q (electronic bk.)
|
020 |
|
|
|a 149191033X
|q (electronic bk.)
|
020 |
|
|
|a 9781491910344
|q (electronic bk.)
|
020 |
|
|
|a 1491910348
|q (electronic bk.)
|
020 |
|
|
|a 1491910399
|
020 |
|
|
|a 9781491910399
|
020 |
|
|
|z 9781491910399
|
029 |
1 |
|
|a AU@
|b 000059703175
|
029 |
1 |
|
|a AU@
|b 000066232928
|
029 |
1 |
|
|a AU@
|b 000067097271
|
029 |
1 |
|
|a AU@
|b 000070667791
|
029 |
1 |
|
|a GBVCP
|b 897166574
|
035 |
|
|
|a (OCoLC)966429425
|z (OCoLC)959883998
|z (OCoLC)967081506
|z (OCoLC)968205795
|z (OCoLC)990606789
|z (OCoLC)1048155777
|z (OCoLC)1066689704
|z (OCoLC)1103251335
|z (OCoLC)1117188708
|z (OCoLC)1153034857
|z (OCoLC)1171429669
|z (OCoLC)1192346405
|z (OCoLC)1240517992
|
037 |
|
|
|a 17A40AC7-2948-4F90-9C18-207341CE0160
|b OverDrive, Inc.
|n http://www.overdrive.com
|
050 |
|
4 |
|a QA76
|
072 |
|
7 |
|a COM
|x 013000
|2 bisacsh
|
072 |
|
7 |
|a COM
|x 014000
|2 bisacsh
|
072 |
|
7 |
|a COM
|x 018000
|2 bisacsh
|
072 |
|
7 |
|a COM
|x 067000
|2 bisacsh
|
072 |
|
7 |
|a COM
|x 032000
|2 bisacsh
|
072 |
|
7 |
|a COM
|x 037000
|2 bisacsh
|
072 |
|
7 |
|a COM
|x 052000
|2 bisacsh
|
072 |
|
7 |
|a COM
|2 ukslc
|
080 |
|
|
|a 519.2
|
082 |
0 |
4 |
|a 004
|2 23
|
049 |
|
|
|a UAMI
|
100 |
1 |
|
|a Wickham, Hadley,
|e author.
|
245 |
1 |
0 |
|a R for data science :
|b import, tidy, transform, visualize, and model data /
|c Hadley Wickham & Garrett Grolemund.
|
250 |
|
|
|a First edition.
|
264 |
|
1 |
|a Sebastopol, CA :
|b O'Reilly Media,
|c 2016.
|
264 |
|
4 |
|c ©2017
|
300 |
|
|
|a 1 online resource :
|b illustrations (some color)
|
336 |
|
|
|a text
|b txt
|2 rdacontent
|
337 |
|
|
|a computer
|b c
|2 rdamedia
|
338 |
|
|
|a online resource
|b cr
|2 rdacarrier
|
588 |
0 |
|
|a Online resource; title from PDF title page (EBSCO, viewed December 22, 2016).
|
504 |
|
|
|a Includes bibliographical references and index.
|
505 |
0 |
|
|a Copyright; Table of Contents; Preface; What You Will Learn; How This Book Is Organized; What You Won't Learn; Big Data; Python, Julia, and Friends; Nonrectangular Data; Hypothesis Confirmation; Prerequisites; R; RStudio; The Tidyverse; Other Packages; Running R Code; Getting Help and Learning More; Acknowledgments; Online Version; Conventions Used in This Book; Using Code Examples; O'Reilly Safari; How to Contact Us; Part I. Explore; Chapter 1. Data Visualization with ggplot2; Introduction; Prerequisites; First Steps; The mpg Data Frame; Creating a ggplot; A Graphing Template; Exercises.
|
505 |
8 |
|
|a Aesthetic MappingsExercises; Common Problems; Facets; Exercises; Geometric Objects; Exercises; Statistical Transformations; Exercises; Position Adjustments; Exercises; Coordinate Systems; Exercises; The Layered Grammar of Graphics; Chapter 2. Workflow: Basics; Coding Basics; What's in a Name?; Calling Functions; Exercises; Chapter 3. Data Transformation with dplyr; Introduction; Prerequisites; nycflights13; dplyr Basics; Filter Rows with filter(); Comparisons; Logical Operators; Missing Values; Exercises; Arrange Rows with arrange(); Exercises; Select Columns with select(); Exercises.
|
505 |
8 |
|
|a Add New Variables with mutate()Useful Creation Functions; Exercises; Grouped Summaries with summarize(); Combining Multiple Operations with the Pipe; Missing Values; Counts; Useful Summary Functions; Grouping by Multiple Variables; Ungrouping; Exercises; Grouped Mutates (and Filters); Exercises; Chapter 4. Workflow: Scripts; Running Code; RStudio Diagnostics; Exercises; Chapter 5. Exploratory Data Analysis; Introduction; Prerequisites; Questions; Variation; Visualizing Distributions; Typical Values; Unusual Values; Exercises; Missing Values; Exercises; Covariation.
|
505 |
8 |
|
|a A Categorical and Continuous VariableExercises; Two Categorical Variables; Exercises; Two Continuous Variables; Exercises; Patterns and Models; ggplot2 Calls; Learning More; Chapter 6. Workflow: Projects; What Is Real?; Where Does Your Analysis Live?; Paths and Directories; RStudio Projects; Summary; Part II. Wrangle; Chapter 7. Tibbles with tibble; Introduction; Prerequisites; Creating Tibbles; Tibbles Versus data.frame; Printing; Subsetting; Interacting with Older Code; Exercises; Chapter 8. Data Import with readr; Introduction; Prerequisites; Getting Started; Compared to Base R; Exercises.
|
505 |
8 |
|
|a Parsing a VectorNumbers; Strings; Factors; Dates, Date-Times, and Times; Exercises; Parsing a File; Strategy; Problems; Other Strategies; Writing to a File; Other Types of Data; Chapter 9. Tidy Data with tidyr; Introduction; Prerequisites; Tidy Data; Exercises; Spreading and Gathering; Gathering; Spreading; Exercises; Separating and Pull; Separate; Unite; Exercises; Missing Values; Exercises; Case Study; Exercises; Nontidy Data; Chapter 10. Relational Data with dplyr; Introduction; Prerequisites; nycflights13; Exercises; Keys; Exercises; Mutating Joins; Understanding Joins; Inner Join.
|
520 |
|
|
|a "This book introduces you to R, RStudio, and the tidyverse, a collection of R packages designed to work together to make data science fast, fluent, and fun. Suitable for readers with no previous programming experience"--
|c Provided by publisher
|
590 |
|
|
|a O'Reilly
|b O'Reilly Online Learning: Academic/Public Library Edition
|
650 |
|
0 |
|a Electronic data processing.
|
650 |
|
0 |
|a R (Computer program language)
|
650 |
|
0 |
|a Databases.
|
650 |
|
0 |
|a Big data.
|
650 |
|
0 |
|a Data mining.
|
650 |
1 |
2 |
|a Data Mining
|
650 |
|
6 |
|a R (Langage de programmation)
|
650 |
|
6 |
|a Données volumineuses.
|
650 |
|
6 |
|a Exploration de données (Informatique)
|
650 |
|
7 |
|a COMPUTERS
|x Computer Literacy.
|2 bisacsh
|
650 |
|
7 |
|a COMPUTERS
|x Computer Science.
|2 bisacsh
|
650 |
|
7 |
|a COMPUTERS
|x Data Processing.
|2 bisacsh
|
650 |
|
7 |
|a COMPUTERS
|x Hardware
|x General.
|2 bisacsh
|
650 |
|
7 |
|a COMPUTERS
|x Information Technology.
|2 bisacsh
|
650 |
|
7 |
|a COMPUTERS
|x Machine Theory.
|2 bisacsh
|
650 |
|
7 |
|a COMPUTERS
|x Reference.
|2 bisacsh
|
650 |
|
7 |
|a Data mining.
|2 fast
|0 (OCoLC)fst00887946
|
650 |
|
7 |
|a Big data.
|2 fast
|0 (OCoLC)fst01892965
|
650 |
|
7 |
|a Databases.
|2 fast
|0 (OCoLC)fst00888065
|
650 |
|
7 |
|a Electronic data processing.
|2 fast
|0 (OCoLC)fst00906956
|
650 |
|
7 |
|a R (Computer program language)
|2 fast
|0 (OCoLC)fst01086207
|
650 |
|
7 |
|a R
|g Programm
|2 gnd
|
700 |
1 |
|
|a Grolemund, Garrett,
|e author.
|
776 |
0 |
8 |
|i Print version:
|z 9781491910368
|
856 |
4 |
0 |
|u https://learning.oreilly.com/library/view/~/9781491910382/?ar
|z Texto completo (Requiere registro previo con correo institucional)
|
938 |
|
|
|a Internet Archive
|b INAR
|n rfordatasciencei0000wick
|
938 |
|
|
|a Askews and Holts Library Services
|b ASKH
|n AH32258080
|
938 |
|
|
|a Askews and Holts Library Services
|b ASKH
|n AH32217804
|
938 |
|
|
|a EBSCOhost
|b EBSC
|n 1440131
|
938 |
|
|
|a YBP Library Services
|b YANK
|n 13307072
|
994 |
|
|
|a 92
|b IZTAP
|