A first course in statistical programming with R:
Gespeichert in:
Hauptverfasser: | , |
---|---|
Format: | Buch |
Sprache: | English |
Veröffentlicht: |
Cambridge
Cambridge University Press
2021
|
Ausgabe: | Third edition |
Schlagworte: | |
Online-Zugang: | Inhaltsverzeichnis Klappentext |
Beschreibung: | Includes index |
Beschreibung: | xx, 260 Seiten Illustrationen, Diagramme 25 cm |
ISBN: | 9781108995146 |
Internformat
MARC
LEADER | 00000nam a2200000 c 4500 | ||
---|---|---|---|
001 | BV047362064 | ||
003 | DE-604 | ||
005 | 20230329 | ||
007 | t | ||
008 | 210707s2021 xxka||| |||| 00||| eng d | ||
020 | |a 9781108995146 |c Paperback |9 978-1-108-99514-6 | ||
035 | |a (OCoLC)1260147892 | ||
035 | |a (DE-599)BVBBV047362064 | ||
040 | |a DE-604 |b ger |e rda | ||
041 | 0 | |a eng | |
044 | |a xxk |c GB | ||
049 | |a DE-1050 |a DE-1043 |a DE-20 |a DE-384 |a DE-11 |a DE-M49 | ||
084 | |a ST 250 |0 (DE-625)143626: |2 rvk | ||
084 | |a QH 231 |0 (DE-625)141546: |2 rvk | ||
084 | |a ST 601 |0 (DE-625)143682: |2 rvk | ||
084 | |a DAT 307 |2 stub | ||
084 | |a MAT 620 |2 stub | ||
100 | 1 | |a Braun, W. John |d 1963- |e Verfasser |0 (DE-588)13396440X |4 aut | |
245 | 1 | 0 | |a A first course in statistical programming with R |c W. John Braun and Duncan J. Murdoch |
250 | |a Third edition | ||
264 | 1 | |a Cambridge |b Cambridge University Press |c 2021 | |
300 | |a xx, 260 Seiten |b Illustrationen, Diagramme |c 25 cm | ||
336 | |b txt |2 rdacontent | ||
337 | |b n |2 rdamedia | ||
338 | |b nc |2 rdacarrier | ||
500 | |a Includes index | ||
650 | 4 | |a R (Computer program language) | |
650 | 4 | |a Statistics / Data processing | |
650 | 4 | |a Datenverarbeitung | |
650 | 4 | |a Statistik | |
650 | 0 | 7 | |a Statistik |0 (DE-588)4056995-0 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a R |g Programm |0 (DE-588)4705956-4 |2 gnd |9 rswk-swf |
655 | 7 | |0 (DE-588)4123623-3 |a Lehrbuch |2 gnd-content | |
689 | 0 | 0 | |a Statistik |0 (DE-588)4056995-0 |D s |
689 | 0 | 1 | |a R |g Programm |0 (DE-588)4705956-4 |D s |
689 | 0 | |5 DE-604 | |
700 | 1 | |a Murdoch, Duncan J. |d 1959- |e Verfasser |0 (DE-588)1117735443 |4 aut | |
776 | 0 | 8 | |i Erscheint auch als |n Online-Ausgabe |o 10.1017/9781108993456 |
856 | 4 | 2 | |m Digitalisierung UB Augsburg - ADAM Catalogue Enrichment |q application/pdf |u http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=032764023&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |3 Inhaltsverzeichnis |
856 | 4 | 2 | |m Digitalisierung UB Augsburg - ADAM Catalogue Enrichment |q application/pdf |u http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=032764023&sequence=000003&line_number=0002&func_code=DB_RECORDS&service_type=MEDIA |3 Klappentext |
999 | |a oai:aleph.bib-bvb.de:BVB01-032764023 |
Datensatz im Suchindex
_version_ | 1804182593988460544 |
---|---|
adam_text | Contents і Preface to the third edition ! Preface to the second edition xvii і Preface to the first edition xix 1 : Getting started 1.1 1.2 1.3 1.4 1.5 1.6 1.7 1.8 2 page XV What is statistical programming? Outline of this book The R package Why use a command line? Font conventions Installation of R and RStudio Getting started in RStudio Going further Introduction to the R language 2.1 2.2 2.3 2.4 2.5 2.6 2.7 2.8 2.9 2.10 First steps Basic features of R Vectors in R Data storage in R Packages, libraries, and repositories Getting help Useful R features Logical vectors and relational operators Data frames, tibbles, and lists Data input and output 1 1 2 3 3 4 4 5 6 7 7 12 13 22 27 29 32 37 40 46
3 Programming statistical graphics 3.1 3.2 3.3 3.4 3.5 4 Programming with R 4.1 4.2 4.3 4.4 4.5 4.6 4.7 5 Simple high level plots Choosing a high level graphic Low level graphics functions Graphics as a language: ggplot2 Other graphics systems Flow control Managing complexity throughfunctions The replicate 0 function Miscellaneous programmingtips Some general programming guidelines Debugging and maintenance Efficient programming і Complex programming in the tidyverse 5.1 5.2 5.3 5.4 5.5 5.6 The tidyverse principles The tibble package: a data frame improvement The readr package: reading data in the tidyverse The stringr package for manipulating strings The dplyr package for manipulating data sets Other tidyverse packages 6 I Simulation 6.1 6.2 6.3 6.4 6.5 6.6 6.7 Monte Carlo simulation Generation of pseudorandom numbers Simulation of other random variables Multivariate random number generation Markov chain simulation Monte Carlo integration Advanced simulation methods 7 ! Computational linear algebra 7.1 Vectors and matrices in R 7.2 Matrix multiplication and inversion 7.3 Eigenvalues and eigenvectors 7.4 Other matrix decompositions 7.5 Other matrix operations 53 54 67 68 70 87 93 93 108 114 115 118 125 132 139 140 141 143 144 146 149 iso 150 151 156 173 175 177 179 197 198 205 210 211 218
8 ! Numerical optimization 8.1 8.2 8.3 8.4 8.5 The golden section search method Newton-Raphson The Nelder-Mead simplex method Built-in functions Linear programming Appendix A Appendix B Review of random variables and distributions S Base graphics details B.l The plotting region and margins B.2 Adjusting axis tick labels B.3 Setting graphical parameters Index շշ9 շշշ շշ? շշյ 248 251 251 252 255 257
A First Course in Statistical Programming with R This third edition of Braun and Murdoch’s bestselling textbook now includes discussion of the use and design principles of the tidyverse packages in R, including expanded coverage of ggplotl. R Markdown is also discussed. The simulation chapter has been expanded to include an introduction to the Box-Müller and Metropolis-Hastings algorithms. New examples and exercises have been added throughout. This is the only introduction you’ll need to start programming in R, the computing standard for analyzing data. Co-written by a retired R Core Team member and an established R author, this book comes with real R code that complies with the standards of the language. Unlike other introductory books on the R system, this book emphasizes portable pro gramming skills that apply to most computing languages and techniques used to develop more complex projects. Solutions, data sets, and any errata are available from the book’s website www. statprogr. science. Worked examples—all from real applications—hundreds of exercises, and downloadable code, data sets, and solutions make a complete package for anyone working in or learning practical data science.
|
adam_txt |
Contents і Preface to the third edition ! Preface to the second edition xvii і Preface to the first edition xix 1 : Getting started 1.1 1.2 1.3 1.4 1.5 1.6 1.7 1.8 2 page XV What is statistical programming? Outline of this book The R package Why use a command line? Font conventions Installation of R and RStudio Getting started in RStudio Going further Introduction to the R language 2.1 2.2 2.3 2.4 2.5 2.6 2.7 2.8 2.9 2.10 First steps Basic features of R Vectors in R Data storage in R Packages, libraries, and repositories Getting help Useful R features Logical vectors and relational operators Data frames, tibbles, and lists Data input and output 1 1 2 3 3 4 4 5 6 7 7 12 13 22 27 29 32 37 40 46
3 Programming statistical graphics 3.1 3.2 3.3 3.4 3.5 4 Programming with R 4.1 4.2 4.3 4.4 4.5 4.6 4.7 5 Simple high level plots Choosing a high level graphic Low level graphics functions Graphics as a language: ggplot2 Other graphics systems Flow control Managing complexity throughfunctions The replicate 0 function Miscellaneous programmingtips Some general programming guidelines Debugging and maintenance Efficient programming і Complex programming in the tidyverse 5.1 5.2 5.3 5.4 5.5 5.6 The tidyverse principles The tibble package: a data frame improvement The readr package: reading data in the tidyverse The stringr package for manipulating strings The dplyr package for manipulating data sets Other tidyverse packages 6 I Simulation 6.1 6.2 6.3 6.4 6.5 6.6 6.7 Monte Carlo simulation Generation of pseudorandom numbers Simulation of other random variables Multivariate random number generation Markov chain simulation Monte Carlo integration Advanced simulation methods 7 ! Computational linear algebra 7.1 Vectors and matrices in R 7.2 Matrix multiplication and inversion 7.3 Eigenvalues and eigenvectors 7.4 Other matrix decompositions 7.5 Other matrix operations 53 54 67 68 70 87 93 93 108 114 115 118 125 132 139 140 141 143 144 146 149 iso 150 151 156 173 175 177 179 197 198 205 210 211 218
8 ! Numerical optimization 8.1 8.2 8.3 8.4 8.5 The golden section search method Newton-Raphson The Nelder-Mead simplex method Built-in functions Linear programming Appendix A Appendix B Review of random variables and distributions S Base graphics details B.l The plotting region and margins B.2 Adjusting axis tick labels B.3 Setting graphical parameters Index շշ9 շշշ շշ? շշյ 248 251 251 252 255 257
A First Course in Statistical Programming with R This third edition of Braun and Murdoch’s bestselling textbook now includes discussion of the use and design principles of the tidyverse packages in R, including expanded coverage of ggplotl. R Markdown is also discussed. The simulation chapter has been expanded to include an introduction to the Box-Müller and Metropolis-Hastings algorithms. New examples and exercises have been added throughout. This is the only introduction you’ll need to start programming in R, the computing standard for analyzing data. Co-written by a retired R Core Team member and an established R author, this book comes with real R code that complies with the standards of the language. Unlike other introductory books on the R system, this book emphasizes portable pro gramming skills that apply to most computing languages and techniques used to develop more complex projects. Solutions, data sets, and any errata are available from the book’s website www. statprogr. science. Worked examples—all from real applications—hundreds of exercises, and downloadable code, data sets, and solutions make a complete package for anyone working in or learning practical data science. |
any_adam_object | 1 |
any_adam_object_boolean | 1 |
author | Braun, W. John 1963- Murdoch, Duncan J. 1959- |
author_GND | (DE-588)13396440X (DE-588)1117735443 |
author_facet | Braun, W. John 1963- Murdoch, Duncan J. 1959- |
author_role | aut aut |
author_sort | Braun, W. John 1963- |
author_variant | w j b wj wjb d j m dj djm |
building | Verbundindex |
bvnumber | BV047362064 |
classification_rvk | ST 250 QH 231 ST 601 |
classification_tum | DAT 307 MAT 620 |
ctrlnum | (OCoLC)1260147892 (DE-599)BVBBV047362064 |
discipline | Informatik Mathematik Wirtschaftswissenschaften |
discipline_str_mv | Informatik Mathematik Wirtschaftswissenschaften |
edition | Third edition |
format | Book |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>02302nam a2200517 c 4500</leader><controlfield tag="001">BV047362064</controlfield><controlfield tag="003">DE-604</controlfield><controlfield tag="005">20230329 </controlfield><controlfield tag="007">t</controlfield><controlfield tag="008">210707s2021 xxka||| |||| 00||| eng d</controlfield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9781108995146</subfield><subfield code="c">Paperback</subfield><subfield code="9">978-1-108-99514-6</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)1260147892</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)BVBBV047362064</subfield></datafield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">DE-604</subfield><subfield code="b">ger</subfield><subfield code="e">rda</subfield></datafield><datafield tag="041" ind1="0" ind2=" "><subfield code="a">eng</subfield></datafield><datafield tag="044" ind1=" " ind2=" "><subfield code="a">xxk</subfield><subfield code="c">GB</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-1050</subfield><subfield code="a">DE-1043</subfield><subfield code="a">DE-20</subfield><subfield code="a">DE-384</subfield><subfield code="a">DE-11</subfield><subfield code="a">DE-M49</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">ST 250</subfield><subfield code="0">(DE-625)143626:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">QH 231</subfield><subfield code="0">(DE-625)141546:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">ST 601</subfield><subfield code="0">(DE-625)143682:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">DAT 307</subfield><subfield code="2">stub</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">MAT 620</subfield><subfield code="2">stub</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Braun, W. John</subfield><subfield code="d">1963-</subfield><subfield code="e">Verfasser</subfield><subfield code="0">(DE-588)13396440X</subfield><subfield code="4">aut</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">A first course in statistical programming with R</subfield><subfield code="c">W. John Braun and Duncan J. Murdoch</subfield></datafield><datafield tag="250" ind1=" " ind2=" "><subfield code="a">Third edition</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Cambridge</subfield><subfield code="b">Cambridge University Press</subfield><subfield code="c">2021</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">xx, 260 Seiten</subfield><subfield code="b">Illustrationen, Diagramme</subfield><subfield code="c">25 cm</subfield></datafield><datafield tag="336" ind1=" " ind2=" "><subfield code="b">txt</subfield><subfield code="2">rdacontent</subfield></datafield><datafield tag="337" ind1=" " ind2=" "><subfield code="b">n</subfield><subfield code="2">rdamedia</subfield></datafield><datafield tag="338" ind1=" " ind2=" "><subfield code="b">nc</subfield><subfield code="2">rdacarrier</subfield></datafield><datafield tag="500" ind1=" " ind2=" "><subfield code="a">Includes index</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">R (Computer program language)</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Statistics / Data processing</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Datenverarbeitung</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Statistik</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Statistik</subfield><subfield code="0">(DE-588)4056995-0</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">R</subfield><subfield code="g">Programm</subfield><subfield code="0">(DE-588)4705956-4</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="655" ind1=" " ind2="7"><subfield code="0">(DE-588)4123623-3</subfield><subfield code="a">Lehrbuch</subfield><subfield code="2">gnd-content</subfield></datafield><datafield tag="689" ind1="0" ind2="0"><subfield code="a">Statistik</subfield><subfield code="0">(DE-588)4056995-0</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2="1"><subfield code="a">R</subfield><subfield code="g">Programm</subfield><subfield code="0">(DE-588)4705956-4</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2=" "><subfield code="5">DE-604</subfield></datafield><datafield tag="700" ind1="1" ind2=" "><subfield code="a">Murdoch, Duncan J.</subfield><subfield code="d">1959-</subfield><subfield code="e">Verfasser</subfield><subfield code="0">(DE-588)1117735443</subfield><subfield code="4">aut</subfield></datafield><datafield tag="776" ind1="0" ind2="8"><subfield code="i">Erscheint auch als</subfield><subfield code="n">Online-Ausgabe</subfield><subfield code="o">10.1017/9781108993456</subfield></datafield><datafield tag="856" ind1="4" ind2="2"><subfield code="m">Digitalisierung UB Augsburg - ADAM Catalogue Enrichment</subfield><subfield code="q">application/pdf</subfield><subfield code="u">http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=032764023&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA</subfield><subfield code="3">Inhaltsverzeichnis</subfield></datafield><datafield tag="856" ind1="4" ind2="2"><subfield code="m">Digitalisierung UB Augsburg - ADAM Catalogue Enrichment</subfield><subfield code="q">application/pdf</subfield><subfield code="u">http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=032764023&sequence=000003&line_number=0002&func_code=DB_RECORDS&service_type=MEDIA</subfield><subfield code="3">Klappentext</subfield></datafield><datafield tag="999" ind1=" " ind2=" "><subfield code="a">oai:aleph.bib-bvb.de:BVB01-032764023</subfield></datafield></record></collection> |
genre | (DE-588)4123623-3 Lehrbuch gnd-content |
genre_facet | Lehrbuch |
id | DE-604.BV047362064 |
illustrated | Illustrated |
index_date | 2024-07-03T17:41:31Z |
indexdate | 2024-07-10T09:10:01Z |
institution | BVB |
isbn | 9781108995146 |
language | English |
oai_aleph_id | oai:aleph.bib-bvb.de:BVB01-032764023 |
oclc_num | 1260147892 |
open_access_boolean | |
owner | DE-1050 DE-1043 DE-20 DE-384 DE-11 DE-M49 DE-BY-TUM |
owner_facet | DE-1050 DE-1043 DE-20 DE-384 DE-11 DE-M49 DE-BY-TUM |
physical | xx, 260 Seiten Illustrationen, Diagramme 25 cm |
publishDate | 2021 |
publishDateSearch | 2021 |
publishDateSort | 2021 |
publisher | Cambridge University Press |
record_format | marc |
spelling | Braun, W. John 1963- Verfasser (DE-588)13396440X aut A first course in statistical programming with R W. John Braun and Duncan J. Murdoch Third edition Cambridge Cambridge University Press 2021 xx, 260 Seiten Illustrationen, Diagramme 25 cm txt rdacontent n rdamedia nc rdacarrier Includes index R (Computer program language) Statistics / Data processing Datenverarbeitung Statistik Statistik (DE-588)4056995-0 gnd rswk-swf R Programm (DE-588)4705956-4 gnd rswk-swf (DE-588)4123623-3 Lehrbuch gnd-content Statistik (DE-588)4056995-0 s R Programm (DE-588)4705956-4 s DE-604 Murdoch, Duncan J. 1959- Verfasser (DE-588)1117735443 aut Erscheint auch als Online-Ausgabe 10.1017/9781108993456 Digitalisierung UB Augsburg - ADAM Catalogue Enrichment application/pdf http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=032764023&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA Inhaltsverzeichnis Digitalisierung UB Augsburg - ADAM Catalogue Enrichment application/pdf http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=032764023&sequence=000003&line_number=0002&func_code=DB_RECORDS&service_type=MEDIA Klappentext |
spellingShingle | Braun, W. John 1963- Murdoch, Duncan J. 1959- A first course in statistical programming with R R (Computer program language) Statistics / Data processing Datenverarbeitung Statistik Statistik (DE-588)4056995-0 gnd R Programm (DE-588)4705956-4 gnd |
subject_GND | (DE-588)4056995-0 (DE-588)4705956-4 (DE-588)4123623-3 |
title | A first course in statistical programming with R |
title_auth | A first course in statistical programming with R |
title_exact_search | A first course in statistical programming with R |
title_exact_search_txtP | A first course in statistical programming with R |
title_full | A first course in statistical programming with R W. John Braun and Duncan J. Murdoch |
title_fullStr | A first course in statistical programming with R W. John Braun and Duncan J. Murdoch |
title_full_unstemmed | A first course in statistical programming with R W. John Braun and Duncan J. Murdoch |
title_short | A first course in statistical programming with R |
title_sort | a first course in statistical programming with r |
topic | R (Computer program language) Statistics / Data processing Datenverarbeitung Statistik Statistik (DE-588)4056995-0 gnd R Programm (DE-588)4705956-4 gnd |
topic_facet | R (Computer program language) Statistics / Data processing Datenverarbeitung Statistik R Programm Lehrbuch |
url | http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=032764023&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=032764023&sequence=000003&line_number=0002&func_code=DB_RECORDS&service_type=MEDIA |
work_keys_str_mv | AT braunwjohn afirstcourseinstatisticalprogrammingwithr AT murdochduncanj afirstcourseinstatisticalprogrammingwithr |