|
|
|
|
LEADER |
00000cam a2200000 a 4500 |
001 |
OR_ocn895913711 |
003 |
OCoLC |
005 |
20231017213018.0 |
006 |
m o d |
007 |
cr unu|||||||| |
008 |
141118s2015 flua ob 001 0 eng d |
040 |
|
|
|a UMI
|b eng
|e pn
|c UMI
|d COO
|d N$T
|d OCLCF
|d DEBBG
|d YDXCP
|d IDEBK
|d OCLCQ
|d UAB
|d CUS
|d NLGGC
|d S4S
|d CRCPR
|d CDX
|d EBLCP
|d DEBSZ
|d WURST
|d WAU
|d OCLCQ
|d EZ9
|d ORE
|d OCLCQ
|d NRC
|d MERUC
|d OCLCQ
|d U3W
|d AUD
|d OCLCQ
|d MNS
|d IDB
|d OCLCQ
|d UUM
|d OCLCQ
|d CEF
|d NLE
|d UKMGB
|d OCLCQ
|d YOU
|d TYFRS
|d LEAUB
|d OCLCQ
|d TYFRS
|d NZHMA
|d VT2
|d TYFRS
|d UKAHL
|d WURST
|d OCLCQ
|d OCLCO
|d OCLCQ
|d OCLCO
|
016 |
7 |
|
|a 018373410
|2 Uk
|
019 |
|
|
|a 893023274
|a 893977421
|a 896980516
|a 899156840
|a 1086991114
|a 1129356060
|
020 |
|
|
|a 9781466586970
|q (electronic bk.)
|
020 |
|
|
|a 1466586974
|q (electronic bk.)
|
020 |
|
|
|a 9781351201315
|q (electronic bk.)
|
020 |
|
|
|a 135120131X
|q (electronic bk.)
|
020 |
|
|
|a 9781351201292
|q (electronic bk. ;
|q EPUB)
|
020 |
|
|
|a 1351201298
|q (electronic bk. ;
|q EPUB)
|
020 |
|
|
|a 9781351201308
|q (electronic bk. ;
|q PDF)
|
020 |
|
|
|a 1351201301
|q (electronic bk. ;
|q PDF)
|
020 |
|
|
|a 9781351201285
|q (electronic bk. ;
|q Mobipocket)
|
020 |
|
|
|a 135120128X
|q (electronic bk. ;
|q Mobipocket)
|
020 |
|
|
|z 9781466586963
|
020 |
|
|
|z 1466586966
|
029 |
1 |
|
|a AU@
|b 000059223801
|
029 |
1 |
|
|a AU@
|b 000062349220
|
029 |
1 |
|
|a AU@
|b 000067110797
|
029 |
1 |
|
|a CHNEW
|b 000887923
|
029 |
1 |
|
|a CHVBK
|b 374468400
|
029 |
1 |
|
|a DEBBG
|b BV042490175
|
029 |
1 |
|
|a DEBBG
|b BV043610249
|
029 |
1 |
|
|a DEBSZ
|b 430202903
|
029 |
1 |
|
|a DEBSZ
|b 434833568
|
029 |
1 |
|
|a DEBSZ
|b 494170395
|
029 |
1 |
|
|a GBVCP
|b 817286993
|
029 |
1 |
|
|a NLGGC
|b 382735668
|
029 |
1 |
|
|a UKMGB
|b 018373410
|
029 |
1 |
|
|a AU@
|b 000068978762
|
035 |
|
|
|a (OCoLC)895913711
|z (OCoLC)893023274
|z (OCoLC)893977421
|z (OCoLC)896980516
|z (OCoLC)899156840
|z (OCoLC)1086991114
|z (OCoLC)1129356060
|
037 |
|
|
|a CL0500000501
|b Safari Books Online
|
050 |
|
4 |
|a QA276.45.R3
|
072 |
|
7 |
|a COM
|x 051010
|2 bisacsh
|
082 |
0 |
4 |
|a 005.13
|b W637
|
049 |
|
|
|a UAMI
|
100 |
1 |
|
|a Wickham, Hadley.
|
245 |
1 |
0 |
|a Advanced R /
|c Hadley Wickham.
|
260 |
|
|
|a Boca Raton, FL :
|b CRC Press,
|c 2015.
|
300 |
|
|
|a 1 online resource (xxii, 450 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
|
490 |
1 |
|
|a The R series
|
588 |
0 |
|
|a Print version record.
|
504 |
|
|
|a Includes bibliographical references and index.
|
505 |
0 |
|
|a Introduction -- Foundations. Data structures -- Subsetting -- Vocabulary -- Style guide -- Functions -- OO field guide -- Environments -- Debugging, condition handling, and defensive programming -- Functional programming. Functional programming -- Functionals -- Function operators -- Computing on the language. Non-standard evaluation -- Expressions -- Domain specific languages -- Performance. Performance -- Optimising code -- Memory -- High performance functions with Rcpp -- R's C interface.
|
520 |
|
|
|a An Essential Reference for Intermediate and Advanced R Programmers Advanced R presents useful tools and techniques for attacking many types of R programming problems, helping you avoid mistakes and dead ends. With more than ten years of experience programming in R, the author illustrates the elegance, beauty, and flexibility at the heart of R. The book develops the necessary skills to produce quality code that can be used in a variety of circumstances. You will learn: The fundamentals of R, including standard data types and functions Functional programming as a useful framework for solving wide classes of problems The positives and negatives of metaprogramming How to write fast, memory-efficient code This book not only helps current R users become R programmers but also shows existing programmers what's special about R. Intermediate R programmers can dive deeper into R and learn new strategies for solving diverse problems while programmers from other languages can learn the details of R and understand why R works the way it does.
|
590 |
|
|
|a O'Reilly
|b O'Reilly Online Learning: Academic/Public Library Edition
|
650 |
|
0 |
|a R (Computer program language)
|
650 |
|
0 |
|a Programming languages (Electronic computers)
|
650 |
|
6 |
|a R (Langage de programmation)
|
650 |
|
7 |
|a COMPUTERS
|x Programming Languages
|x General.
|2 bisacsh
|
650 |
|
7 |
|a Programming languages (Electronic computers)
|2 fast
|
650 |
|
7 |
|a R (Computer program language)
|2 fast
|
653 |
0 |
0 |
|a statistische analyse
|
653 |
0 |
0 |
|a statistical analysis
|
653 |
0 |
0 |
|a computeranalyse
|
653 |
0 |
0 |
|a computer analysis
|
653 |
0 |
0 |
|a gegevensanalyse
|
653 |
0 |
0 |
|a data analysis
|
653 |
0 |
0 |
|a programmeren
|
653 |
0 |
0 |
|a programming
|
653 |
1 |
0 |
|a Statistical Analysis
|
653 |
1 |
0 |
|a Statistische analyse
|
776 |
0 |
8 |
|i Print version:
|a Wickham, Hadley.
|t Advanced R.
|d Boca Raton, FL : CRC Press ; [2015]
|z 9781466586963
|w (OCoLC)881664644
|
830 |
|
0 |
|a Chapman & Hall/CRC the R series (CRC Press)
|
856 |
4 |
0 |
|u https://learning.oreilly.com/library/view/~/9781466586963/?ar
|z Texto completo (Requiere registro previo con correo institucional)
|
938 |
|
|
|a Askews and Holts Library Services
|b ASKH
|n AH26880120
|
938 |
|
|
|a Askews and Holts Library Services
|b ASKH
|n AH29179788
|
938 |
|
|
|a Coutts Information Services
|b COUT
|n 30548512
|
938 |
|
|
|a EBSCOhost
|b EBSC
|n 934735
|
938 |
|
|
|a ProQuest MyiLibrary Digital eBook Collection
|b IDEB
|n cis30548512
|
938 |
|
|
|a Taylor & Francis
|b TAFR
|n 9780429192678
|
938 |
|
|
|a Taylor & Francis
|b TAFR
|n CAH0KE23058PDF
|
938 |
|
|
|a YBP Library Services
|b YANK
|n 12585113
|
938 |
|
|
|a YBP Library Services
|b YANK
|n 11868901
|
994 |
|
|
|a 92
|b IZTAP
|