Getting started with R: an introduction for biologists
Gespeichert in:
Hauptverfasser: | , |
---|---|
Format: | Buch |
Sprache: | English |
Veröffentlicht: |
Oxford [u.a.]
Oxford Univ. Press
2012
|
Ausgabe: | 1. ed. |
Schlagworte: | |
Online-Zugang: | Inhaltsverzeichnis |
Beschreibung: | Hier auch später erschienene, unveränderte Nachdrucke |
Beschreibung: | X, 113 S. graph. Darst. |
ISBN: | 9780199601615 9780199601622 |
Internformat
MARC
LEADER | 00000nam a2200000 c 4500 | ||
---|---|---|---|
001 | BV039700288 | ||
003 | DE-604 | ||
005 | 20211004 | ||
007 | t | ||
008 | 111115s2012 d||| |||| 00||| eng d | ||
020 | |a 9780199601615 |c hbk |9 978-0-19-960161-5 | ||
020 | |a 9780199601622 |c pbk |9 978-0-19-960162-2 | ||
035 | |a (OCoLC)767777855 | ||
035 | |a (DE-599)BVBBV039700288 | ||
040 | |a DE-604 |b ger |e rakwb | ||
041 | 0 | |a eng | |
049 | |a DE-20 |a DE-11 |a DE-703 |a DE-29 |a DE-578 |a DE-188 |a DE-91G |a DE-19 |a DE-355 |a DE-384 |a DE-521 | ||
050 | 0 | |a QA273 | |
082 | 0 | |a 570.2855 |2 23 | |
084 | |a SK 850 |0 (DE-625)143263: |2 rvk | ||
084 | |a SK 950 |0 (DE-625)143273: |2 rvk | ||
084 | |a WC 7000 |0 (DE-625)148142: |2 rvk | ||
084 | |a WC 7700 |0 (DE-625)148144: |2 rvk | ||
084 | |a DAT 307f |2 stub | ||
084 | |a BIO 107f |2 stub | ||
100 | 1 | |a Beckerman, Andrew |d ca. 20./21. Jahrhundert |e Verfasser |0 (DE-588)1227952333 |4 aut | |
245 | 1 | 0 | |a Getting started with R |b an introduction for biologists |c Andrew P. Beckerman & Owen L. Petchey |
250 | |a 1. ed. | ||
264 | 1 | |a Oxford [u.a.] |b Oxford Univ. Press |c 2012 | |
300 | |a X, 113 S. |b graph. Darst. | ||
336 | |b txt |2 rdacontent | ||
337 | |b n |2 rdamedia | ||
338 | |b nc |2 rdacarrier | ||
500 | |a Hier auch später erschienene, unveränderte Nachdrucke | ||
650 | 0 | 7 | |a Biologie |0 (DE-588)4006851-1 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a R |g Programm |0 (DE-588)4705956-4 |2 gnd |9 rswk-swf |
689 | 0 | 0 | |a R |g Programm |0 (DE-588)4705956-4 |D s |
689 | 0 | 1 | |a Biologie |0 (DE-588)4006851-1 |D s |
689 | 0 | |5 DE-604 | |
700 | 1 | |a Petchey, Owen |d 1973- |e Verfasser |0 (DE-588)1096249839 |4 aut | |
856 | 4 | 2 | |m HBZ Datenaustausch |q application/pdf |u http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=024548853&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |3 Inhaltsverzeichnis |
999 | |a oai:aleph.bib-bvb.de:BVB01-024548853 |
Datensatz im Suchindex
_version_ | 1804148573287219200 |
---|---|
adam_text | Titel: Getting started with R
Autor: Beckerman, Andrew P
Jahr: 2012
Table of Contents
Preface vii
What this book is about vii
What you need to know to make this book work for you viii
How the book is organized ix
Chapter 1: WhyR? 1
Chapter 2: Import, Explore, Graph I—Getting Started 5
2.1 Where to put your data 7
2.2 Make a folder for your instructions (code, script) 10
2.3 How to get your data into R and where it is stored in R s brain 10
2.4 Working with R—hints for a successful first (and more) interaction 11
2.5 Make your first script file 15
2.6 Starting to control R 18
2.7 Making R work for you—developing a workflow 19
2.8 And finally... 21
Chapter 3: Import, Explore, Graph II—Importing and Exploring 23
3.1 Getting your data into R 23
3.2 Checking that your data is your data 26
3.3 Summarizing your data—quick version 28
3.4 How to isolate, find, and grab parts of your data—I 28
3.5 How to isolate, find, and grab parts of your data—II 30
3.6 Aggregation and how to use a help file 31
3.7 What your first script might look like (what you should now know) 35
VI TABLE OF CONTENTS
Chapter 4: Import, Explore, Graph III—Graphs 39
4.1 The first step in data analysis—making a picture 39
4.2 Making a picture—bar graphs 40
4.2.1 Pimp my barplot 44
4.3 Making a picture—scatterplots 50
4.3.1 Pimp my scatterplot: axis labels 53
4.3.2 Pimp my scatterplot: points 54
4.3.3 Pimp my scatterplot: colours (and groups) 56
4.3.4 Pimp my scatterplot: legend 59
4.4 Plotting extras: pdfs, layout, and the lattice package 64
Chapter 5: Doing your Statistics in R—Getting Started 65
5.1 Chi-square 66
5.2 Two sample t-test 70
5.2.1 The first step: plot your data 72
5.2.2 The two sample t-test analysis 76
5.3 General linear models 77
5.3.1 Always start with a picture 78
5.3.2 Potential statistical and biological hypotheses—it s all
about lines 80
5.3.3 Specifying the model 83
5.3.4 Plot, model, then assumptions 84
5.3.5 Interpretation 86
5.3.6 Treatment contrasts and coefficients 89
5.3.7 Interpretation 89
5.4 Making a publication quality figure 92
5.4.1 Coefficients, lines, and linesO 93
5.4.2 Expanded grids, prediction, and a more generic
model plotting method 94
5.4.3 The final picture 99
5.4.4 An analysis workflow 101
Chapter 6: Final Comments and Encouragement 105
Appendix: References and Datasets 109
Index 111
|
any_adam_object | 1 |
author | Beckerman, Andrew ca. 20./21. Jahrhundert Petchey, Owen 1973- |
author_GND | (DE-588)1227952333 (DE-588)1096249839 |
author_facet | Beckerman, Andrew ca. 20./21. Jahrhundert Petchey, Owen 1973- |
author_role | aut aut |
author_sort | Beckerman, Andrew ca. 20./21. Jahrhundert |
author_variant | a b ab o p op |
building | Verbundindex |
bvnumber | BV039700288 |
callnumber-first | Q - Science |
callnumber-label | QA273 |
callnumber-raw | QA273 |
callnumber-search | QA273 |
callnumber-sort | QA 3273 |
callnumber-subject | QA - Mathematics |
classification_rvk | SK 850 SK 950 WC 7000 WC 7700 |
classification_tum | DAT 307f BIO 107f |
ctrlnum | (OCoLC)767777855 (DE-599)BVBBV039700288 |
dewey-full | 570.2855 |
dewey-hundreds | 500 - Natural sciences and mathematics |
dewey-ones | 570 - Biology |
dewey-raw | 570.2855 |
dewey-search | 570.2855 |
dewey-sort | 3570.2855 |
dewey-tens | 570 - Biology |
discipline | Biologie Informatik Mathematik |
edition | 1. ed. |
format | Book |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>01894nam a2200469 c 4500</leader><controlfield tag="001">BV039700288</controlfield><controlfield tag="003">DE-604</controlfield><controlfield tag="005">20211004 </controlfield><controlfield tag="007">t</controlfield><controlfield tag="008">111115s2012 d||| |||| 00||| eng d</controlfield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9780199601615</subfield><subfield code="c">hbk</subfield><subfield code="9">978-0-19-960161-5</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9780199601622</subfield><subfield code="c">pbk</subfield><subfield code="9">978-0-19-960162-2</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)767777855</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)BVBBV039700288</subfield></datafield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">DE-604</subfield><subfield code="b">ger</subfield><subfield code="e">rakwb</subfield></datafield><datafield tag="041" ind1="0" ind2=" "><subfield code="a">eng</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-20</subfield><subfield code="a">DE-11</subfield><subfield code="a">DE-703</subfield><subfield code="a">DE-29</subfield><subfield code="a">DE-578</subfield><subfield code="a">DE-188</subfield><subfield code="a">DE-91G</subfield><subfield code="a">DE-19</subfield><subfield code="a">DE-355</subfield><subfield code="a">DE-384</subfield><subfield code="a">DE-521</subfield></datafield><datafield tag="050" ind1=" " ind2="0"><subfield code="a">QA273</subfield></datafield><datafield tag="082" ind1="0" ind2=" "><subfield code="a">570.2855</subfield><subfield code="2">23</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">SK 850</subfield><subfield code="0">(DE-625)143263:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">SK 950</subfield><subfield code="0">(DE-625)143273:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">WC 7000</subfield><subfield code="0">(DE-625)148142:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">WC 7700</subfield><subfield code="0">(DE-625)148144:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">DAT 307f</subfield><subfield code="2">stub</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">BIO 107f</subfield><subfield code="2">stub</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Beckerman, Andrew</subfield><subfield code="d">ca. 20./21. Jahrhundert</subfield><subfield code="e">Verfasser</subfield><subfield code="0">(DE-588)1227952333</subfield><subfield code="4">aut</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Getting started with R</subfield><subfield code="b">an introduction for biologists</subfield><subfield code="c">Andrew P. Beckerman & Owen L. Petchey</subfield></datafield><datafield tag="250" ind1=" " ind2=" "><subfield code="a">1. ed.</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Oxford [u.a.]</subfield><subfield code="b">Oxford Univ. Press</subfield><subfield code="c">2012</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">X, 113 S.</subfield><subfield code="b">graph. Darst.</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">Hier auch später erschienene, unveränderte Nachdrucke</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Biologie</subfield><subfield code="0">(DE-588)4006851-1</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="689" ind1="0" ind2="0"><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="1"><subfield code="a">Biologie</subfield><subfield code="0">(DE-588)4006851-1</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">Petchey, Owen</subfield><subfield code="d">1973-</subfield><subfield code="e">Verfasser</subfield><subfield code="0">(DE-588)1096249839</subfield><subfield code="4">aut</subfield></datafield><datafield tag="856" ind1="4" ind2="2"><subfield code="m">HBZ Datenaustausch</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=024548853&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA</subfield><subfield code="3">Inhaltsverzeichnis</subfield></datafield><datafield tag="999" ind1=" " ind2=" "><subfield code="a">oai:aleph.bib-bvb.de:BVB01-024548853</subfield></datafield></record></collection> |
id | DE-604.BV039700288 |
illustrated | Illustrated |
indexdate | 2024-07-10T00:09:17Z |
institution | BVB |
isbn | 9780199601615 9780199601622 |
language | English |
oai_aleph_id | oai:aleph.bib-bvb.de:BVB01-024548853 |
oclc_num | 767777855 |
open_access_boolean | |
owner | DE-20 DE-11 DE-703 DE-29 DE-578 DE-188 DE-91G DE-BY-TUM DE-19 DE-BY-UBM DE-355 DE-BY-UBR DE-384 DE-521 |
owner_facet | DE-20 DE-11 DE-703 DE-29 DE-578 DE-188 DE-91G DE-BY-TUM DE-19 DE-BY-UBM DE-355 DE-BY-UBR DE-384 DE-521 |
physical | X, 113 S. graph. Darst. |
publishDate | 2012 |
publishDateSearch | 2012 |
publishDateSort | 2012 |
publisher | Oxford Univ. Press |
record_format | marc |
spelling | Beckerman, Andrew ca. 20./21. Jahrhundert Verfasser (DE-588)1227952333 aut Getting started with R an introduction for biologists Andrew P. Beckerman & Owen L. Petchey 1. ed. Oxford [u.a.] Oxford Univ. Press 2012 X, 113 S. graph. Darst. txt rdacontent n rdamedia nc rdacarrier Hier auch später erschienene, unveränderte Nachdrucke Biologie (DE-588)4006851-1 gnd rswk-swf R Programm (DE-588)4705956-4 gnd rswk-swf R Programm (DE-588)4705956-4 s Biologie (DE-588)4006851-1 s DE-604 Petchey, Owen 1973- Verfasser (DE-588)1096249839 aut HBZ Datenaustausch application/pdf http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=024548853&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA Inhaltsverzeichnis |
spellingShingle | Beckerman, Andrew ca. 20./21. Jahrhundert Petchey, Owen 1973- Getting started with R an introduction for biologists Biologie (DE-588)4006851-1 gnd R Programm (DE-588)4705956-4 gnd |
subject_GND | (DE-588)4006851-1 (DE-588)4705956-4 |
title | Getting started with R an introduction for biologists |
title_auth | Getting started with R an introduction for biologists |
title_exact_search | Getting started with R an introduction for biologists |
title_full | Getting started with R an introduction for biologists Andrew P. Beckerman & Owen L. Petchey |
title_fullStr | Getting started with R an introduction for biologists Andrew P. Beckerman & Owen L. Petchey |
title_full_unstemmed | Getting started with R an introduction for biologists Andrew P. Beckerman & Owen L. Petchey |
title_short | Getting started with R |
title_sort | getting started with r an introduction for biologists |
title_sub | an introduction for biologists |
topic | Biologie (DE-588)4006851-1 gnd R Programm (DE-588)4705956-4 gnd |
topic_facet | Biologie R Programm |
url | http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=024548853&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |
work_keys_str_mv | AT beckermanandrew gettingstartedwithranintroductionforbiologists AT petcheyowen gettingstartedwithranintroductionforbiologists |