SlideShare a Scribd company logo
1 of 2
Download to read offline
Project: Bird species
The OrdwayBirds data frame is a historical record of birds captured and released at the Katharine
Ordway Natural History Study Area, a 278-acre preserve in Inver Grove Heights, Minnesota,
owned and managed by Macalester College. Originally written by hand in a field notebook, the
entries have been transcribed into electronic format under the supervision of Jerald Dosch, Dept.
of Biology, Macalester College.
Due to mistakes in data entry, the SpeciesName variable needs some fixing. SpeciesName is
intended to identify the species of each of the birds, but the spelling often varies among birds of
the same biological species. This leads to mis-classification of birds. There are also problems
with the Month and Day variables; they are supposed to be numerical, but mistakes prevent them
from being correctly identified as such.
Fortunately, all these errors are easy to correct. The data frame OrdwaySpeciesNames collects
together all the variant spellings. Entry by entry, each mis-spelling was translated (by a human)
into a standardized spelling. Thus, join() can be used to correct the mis-spellings in the
OrdwayBirds table.
You are going to look at the month-to-month presence of different species. Think of your
assignment as creating a manual for birders to guide them to the correct time of year to visit
Ordway to see a particular species.
Some simple data cleaning
There are many variables that you wont need for this activity, and you still have to fix the Month
and Day variables. To keep things simple, cut and paste this command into a chunk at the start of
the document.
Task 0 Get the data
The OrdwayBirds data are available in the dcData package.
The mutate() step is part of the data cleaning process, converting Month and Dayas numerical
variables as originally intended by the folks entering the data.
Task 3
How many bird captures are reported for each of the (corrected) species?
Call the variable that contains the total count. Arrange this into descending order from the
species with the most birds, and look through the list. Hint: Remember n(). Also, one of the
arguments to one of the data verbs will be desc(count) to arrange the cases into descending order.
Display the top 10 species in terms of the number of bird captures.
Define for yourself a major species as a species with more than a particular threshold count. Set
your threshold so that there are 5 or 6 species designated as major.
Filter to produce a data frame with only the birds that belong to a major species.Hint: Remember
that summary functions can be used case-by-case when filtering or mutating a data frame that
has been grouped.
Save the output in a table called Majors.
Task 4
When you have correctly produced Majors, write a command that produces the month-by-month
count of each of the major species. Call this table ByMonth.
Display this month-by-month count with a bar chart arranged in a way that you think tells the
story of what time of year the various species appear. You can use mplot() to explore different
possibilities. Warning: mplot() and similar interactive functions should not appear in your Rmd
file, it needs to be used interactively from the console.Use the Show Expression button in
mplot() to create an expression that you can cut and paste into a chunk in your Rmd document,
so that the graph gets created when you compile it.
Once you have the graph, use it to answer these questions:
Which species are present year-round?
Which species are migratory, that is, primarily present in one or two seasons?
What is the peak month for each major species?
Which major species that are seen in good numbers for at least 6 months of the year? (Hint:
n_distinct() and >= 6.)
PLEASE DON'T COPY PASTE FROM OTHER POSTS. THANK YOU. R

More Related Content

Similar to Project Bird speciesThe OrdwayBirds data frame is a historical re.pdf

3 descriptive statistics with R
3 descriptive statistics with R3 descriptive statistics with R
3 descriptive statistics with Rnaroranisha
 
Introduction to R Short course Fall 2016
Introduction to R Short course Fall 2016Introduction to R Short course Fall 2016
Introduction to R Short course Fall 2016Spencer Fox
 
Correlation and linear regression
Correlation and linear regression Correlation and linear regression
Correlation and linear regression Ashwini Mathur
 
Ism3230 in class lab module 3 – working with strings and strin
Ism3230 in class lab module 3 – working with strings and strinIsm3230 in class lab module 3 – working with strings and strin
Ism3230 in class lab module 3 – working with strings and strinssuserd93c47
 
Terry Reese - Real-world data editing with MarcEdit
Terry Reese - Real-world data editing with MarcEditTerry Reese - Real-world data editing with MarcEdit
Terry Reese - Real-world data editing with MarcEditKohaGruppoItaliano
 
Machine Learning, Key to Your Classification Challenges
Machine Learning, Key to Your Classification ChallengesMachine Learning, Key to Your Classification Challenges
Machine Learning, Key to Your Classification ChallengesMarc Borowczak
 
OLD SEVEN TOOLS OF QUALTIY MANAGEMENT
OLD SEVEN TOOLS OF QUALTIY MANAGEMENTOLD SEVEN TOOLS OF QUALTIY MANAGEMENT
OLD SEVEN TOOLS OF QUALTIY MANAGEMENTANNA UNIVERSITY
 
Software fundamentals
Software fundamentalsSoftware fundamentals
Software fundamentalsSusan Winters
 
Preprocessing of Low Response Data for Predictive Modeling
Preprocessing of Low Response Data for Predictive ModelingPreprocessing of Low Response Data for Predictive Modeling
Preprocessing of Low Response Data for Predictive Modelingijtsrd
 
The impact of domain-specific stop-word lists on ecommerce website search per...
The impact of domain-specific stop-word lists on ecommerce website search per...The impact of domain-specific stop-word lists on ecommerce website search per...
The impact of domain-specific stop-word lists on ecommerce website search per...greatsalvation813
 
C++ Programming Polymorphism Assignment InstructionsOverview 
C++ Programming Polymorphism Assignment InstructionsOverview C++ Programming Polymorphism Assignment InstructionsOverview 
C++ Programming Polymorphism Assignment InstructionsOverview TawnaDelatorrejs
 
Application Animal Characteristics In today’.docx
           Application Animal Characteristics In today’.docx           Application Animal Characteristics In today’.docx
Application Animal Characteristics In today’.docxhallettfaustina
 
CV Search at Population Data Workbench
CV Search at Population Data WorkbenchCV Search at Population Data Workbench
CV Search at Population Data WorkbenchYoosook Lee
 

Similar to Project Bird speciesThe OrdwayBirds data frame is a historical re.pdf (20)

3 descriptive statistics with R
3 descriptive statistics with R3 descriptive statistics with R
3 descriptive statistics with R
 
Unit 6
Unit 6Unit 6
Unit 6
 
Introduction to R Short course Fall 2016
Introduction to R Short course Fall 2016Introduction to R Short course Fall 2016
Introduction to R Short course Fall 2016
 
Correlation and linear regression
Correlation and linear regression Correlation and linear regression
Correlation and linear regression
 
SD & D Data Types
SD & D Data TypesSD & D Data Types
SD & D Data Types
 
Ism3230 in class lab module 3 – working with strings and strin
Ism3230 in class lab module 3 – working with strings and strinIsm3230 in class lab module 3 – working with strings and strin
Ism3230 in class lab module 3 – working with strings and strin
 
Terry Reese - Real-world data editing with MarcEdit
Terry Reese - Real-world data editing with MarcEditTerry Reese - Real-world data editing with MarcEdit
Terry Reese - Real-world data editing with MarcEdit
 
Machine Learning, Key to Your Classification Challenges
Machine Learning, Key to Your Classification ChallengesMachine Learning, Key to Your Classification Challenges
Machine Learning, Key to Your Classification Challenges
 
Tqm old tools
Tqm old toolsTqm old tools
Tqm old tools
 
Tqm old tools
Tqm old toolsTqm old tools
Tqm old tools
 
OLD SEVEN TOOLS OF QUALTIY MANAGEMENT
OLD SEVEN TOOLS OF QUALTIY MANAGEMENTOLD SEVEN TOOLS OF QUALTIY MANAGEMENT
OLD SEVEN TOOLS OF QUALTIY MANAGEMENT
 
Software fundamentals
Software fundamentalsSoftware fundamentals
Software fundamentals
 
Preprocessing of Low Response Data for Predictive Modeling
Preprocessing of Low Response Data for Predictive ModelingPreprocessing of Low Response Data for Predictive Modeling
Preprocessing of Low Response Data for Predictive Modeling
 
The impact of domain-specific stop-word lists on ecommerce website search per...
The impact of domain-specific stop-word lists on ecommerce website search per...The impact of domain-specific stop-word lists on ecommerce website search per...
The impact of domain-specific stop-word lists on ecommerce website search per...
 
C++ Programming Polymorphism Assignment InstructionsOverview 
C++ Programming Polymorphism Assignment InstructionsOverview C++ Programming Polymorphism Assignment InstructionsOverview 
C++ Programming Polymorphism Assignment InstructionsOverview 
 
Ad09 Anytl
Ad09 AnytlAd09 Anytl
Ad09 Anytl
 
Database notes ICTL
Database notes ICTLDatabase notes ICTL
Database notes ICTL
 
Application Animal Characteristics In today’.docx
           Application Animal Characteristics In today’.docx           Application Animal Characteristics In today’.docx
Application Animal Characteristics In today’.docx
 
Access 2010
Access 2010Access 2010
Access 2010
 
CV Search at Population Data Workbench
CV Search at Population Data WorkbenchCV Search at Population Data Workbench
CV Search at Population Data Workbench
 

More from agmobiles

Question 1 (25 marks) The most recently audited Statement of Financi.pdf
Question 1 (25 marks) The most recently audited Statement of Financi.pdfQuestion 1 (25 marks) The most recently audited Statement of Financi.pdf
Question 1 (25 marks) The most recently audited Statement of Financi.pdfagmobiles
 
Question Please provide the links or the references where the info.pdf
Question  Please provide the links or the references where the info.pdfQuestion  Please provide the links or the references where the info.pdf
Question Please provide the links or the references where the info.pdfagmobiles
 
QN. 3A sample of 111 mortgages approved during the current year sh.pdf
QN. 3A sample of 111 mortgages approved during the current year sh.pdfQN. 3A sample of 111 mortgages approved during the current year sh.pdf
QN. 3A sample of 111 mortgages approved during the current year sh.pdfagmobiles
 
QS 13-7 Contabilizaci�n de peque�os dividendos en acciones LO P2 A c.pdf
QS 13-7 Contabilizaci�n de peque�os dividendos en acciones LO P2 A c.pdfQS 13-7 Contabilizaci�n de peque�os dividendos en acciones LO P2 A c.pdf
QS 13-7 Contabilizaci�n de peque�os dividendos en acciones LO P2 A c.pdfagmobiles
 
q60. u anda isiz olan iki kiiyi d��n�n. Tim �almak istiyor ama i a.pdf
q60. u anda isiz olan iki kiiyi d��n�n. Tim �almak istiyor ama i a.pdfq60. u anda isiz olan iki kiiyi d��n�n. Tim �almak istiyor ama i a.pdf
q60. u anda isiz olan iki kiiyi d��n�n. Tim �almak istiyor ama i a.pdfagmobiles
 
Q4 (Excel spreadsheet is available). From the data given in the fo.pdf
Q4 (Excel spreadsheet is available). From the data given in the fo.pdfQ4 (Excel spreadsheet is available). From the data given in the fo.pdf
Q4 (Excel spreadsheet is available). From the data given in the fo.pdfagmobiles
 
Q1 Feasibility of applying audit data analytics 1) Name a situation.pdf
Q1 Feasibility of applying audit data analytics 1) Name a situation.pdfQ1 Feasibility of applying audit data analytics 1) Name a situation.pdf
Q1 Feasibility of applying audit data analytics 1) Name a situation.pdfagmobiles
 
Python, fill in code are marked with #FillInStart and #FillInEndim.pdf
Python, fill in code are marked with #FillInStart and #FillInEndim.pdfPython, fill in code are marked with #FillInStart and #FillInEndim.pdf
Python, fill in code are marked with #FillInStart and #FillInEndim.pdfagmobiles
 
Put this in APA format Add information if needed.CONSTRUCTION.pdf
Put this in APA format Add information if needed.CONSTRUCTION.pdfPut this in APA format Add information if needed.CONSTRUCTION.pdf
Put this in APA format Add information if needed.CONSTRUCTION.pdfagmobiles
 
Proyecto EH! requiere una inversi�n inicial de $50 000 y tiene un va.pdf
Proyecto EH! requiere una inversi�n inicial de $50 000 y tiene un va.pdfProyecto EH! requiere una inversi�n inicial de $50 000 y tiene un va.pdf
Proyecto EH! requiere una inversi�n inicial de $50 000 y tiene un va.pdfagmobiles
 
Provide logical case studies where the application of the following .pdf
Provide logical case studies where the application of the following .pdfProvide logical case studies where the application of the following .pdf
Provide logical case studies where the application of the following .pdfagmobiles
 
public class AVLTreeT extends ComparableT extends BSTT { p.pdf
public class AVLTreeT extends ComparableT extends BSTT {   p.pdfpublic class AVLTreeT extends ComparableT extends BSTT {   p.pdf
public class AVLTreeT extends ComparableT extends BSTT { p.pdfagmobiles
 
Provide excel work, spider-plot, and tornado diagram. Opportunit.pdf
Provide excel work, spider-plot, and tornado diagram. Opportunit.pdfProvide excel work, spider-plot, and tornado diagram. Opportunit.pdf
Provide excel work, spider-plot, and tornado diagram. Opportunit.pdfagmobiles
 
Prove (i.e. give a derivation for) each of the following. You can us.pdf
Prove (i.e. give a derivation for) each of the following. You can us.pdfProve (i.e. give a derivation for) each of the following. You can us.pdf
Prove (i.e. give a derivation for) each of the following. You can us.pdfagmobiles
 
Productos de ingenier�a matrimonial Cynthia Gao, gerente de adqu.pdf
Productos de ingenier�a matrimonial Cynthia Gao, gerente de adqu.pdfProductos de ingenier�a matrimonial Cynthia Gao, gerente de adqu.pdf
Productos de ingenier�a matrimonial Cynthia Gao, gerente de adqu.pdfagmobiles
 
Process Cost SystemsWhat type of product or business would use a p.pdf
Process Cost SystemsWhat type of product or business would use a p.pdfProcess Cost SystemsWhat type of product or business would use a p.pdf
Process Cost SystemsWhat type of product or business would use a p.pdfagmobiles
 
programming assignment 2Preprocessing Before building the language.pdf
programming assignment 2Preprocessing Before building the language.pdfprogramming assignment 2Preprocessing Before building the language.pdf
programming assignment 2Preprocessing Before building the language.pdfagmobiles
 
Problema 4 Un monopolio se enfrenta a la demanda del mercado QD =.pdf
Problema 4 Un monopolio se enfrenta a la demanda del mercado QD =.pdfProblema 4 Un monopolio se enfrenta a la demanda del mercado QD =.pdf
Problema 4 Un monopolio se enfrenta a la demanda del mercado QD =.pdfagmobiles
 
Preguntas para el ejercicio 34Instrucciones Para cada uno de los .pdf
Preguntas para el ejercicio 34Instrucciones Para cada uno de los .pdfPreguntas para el ejercicio 34Instrucciones Para cada uno de los .pdf
Preguntas para el ejercicio 34Instrucciones Para cada uno de los .pdfagmobiles
 
Problem 9.06 (Preferred Stock Valuation)Farley Inc. has perpetual .pdf
Problem 9.06 (Preferred Stock Valuation)Farley Inc. has perpetual .pdfProblem 9.06 (Preferred Stock Valuation)Farley Inc. has perpetual .pdf
Problem 9.06 (Preferred Stock Valuation)Farley Inc. has perpetual .pdfagmobiles
 

More from agmobiles (20)

Question 1 (25 marks) The most recently audited Statement of Financi.pdf
Question 1 (25 marks) The most recently audited Statement of Financi.pdfQuestion 1 (25 marks) The most recently audited Statement of Financi.pdf
Question 1 (25 marks) The most recently audited Statement of Financi.pdf
 
Question Please provide the links or the references where the info.pdf
Question  Please provide the links or the references where the info.pdfQuestion  Please provide the links or the references where the info.pdf
Question Please provide the links or the references where the info.pdf
 
QN. 3A sample of 111 mortgages approved during the current year sh.pdf
QN. 3A sample of 111 mortgages approved during the current year sh.pdfQN. 3A sample of 111 mortgages approved during the current year sh.pdf
QN. 3A sample of 111 mortgages approved during the current year sh.pdf
 
QS 13-7 Contabilizaci�n de peque�os dividendos en acciones LO P2 A c.pdf
QS 13-7 Contabilizaci�n de peque�os dividendos en acciones LO P2 A c.pdfQS 13-7 Contabilizaci�n de peque�os dividendos en acciones LO P2 A c.pdf
QS 13-7 Contabilizaci�n de peque�os dividendos en acciones LO P2 A c.pdf
 
q60. u anda isiz olan iki kiiyi d��n�n. Tim �almak istiyor ama i a.pdf
q60. u anda isiz olan iki kiiyi d��n�n. Tim �almak istiyor ama i a.pdfq60. u anda isiz olan iki kiiyi d��n�n. Tim �almak istiyor ama i a.pdf
q60. u anda isiz olan iki kiiyi d��n�n. Tim �almak istiyor ama i a.pdf
 
Q4 (Excel spreadsheet is available). From the data given in the fo.pdf
Q4 (Excel spreadsheet is available). From the data given in the fo.pdfQ4 (Excel spreadsheet is available). From the data given in the fo.pdf
Q4 (Excel spreadsheet is available). From the data given in the fo.pdf
 
Q1 Feasibility of applying audit data analytics 1) Name a situation.pdf
Q1 Feasibility of applying audit data analytics 1) Name a situation.pdfQ1 Feasibility of applying audit data analytics 1) Name a situation.pdf
Q1 Feasibility of applying audit data analytics 1) Name a situation.pdf
 
Python, fill in code are marked with #FillInStart and #FillInEndim.pdf
Python, fill in code are marked with #FillInStart and #FillInEndim.pdfPython, fill in code are marked with #FillInStart and #FillInEndim.pdf
Python, fill in code are marked with #FillInStart and #FillInEndim.pdf
 
Put this in APA format Add information if needed.CONSTRUCTION.pdf
Put this in APA format Add information if needed.CONSTRUCTION.pdfPut this in APA format Add information if needed.CONSTRUCTION.pdf
Put this in APA format Add information if needed.CONSTRUCTION.pdf
 
Proyecto EH! requiere una inversi�n inicial de $50 000 y tiene un va.pdf
Proyecto EH! requiere una inversi�n inicial de $50 000 y tiene un va.pdfProyecto EH! requiere una inversi�n inicial de $50 000 y tiene un va.pdf
Proyecto EH! requiere una inversi�n inicial de $50 000 y tiene un va.pdf
 
Provide logical case studies where the application of the following .pdf
Provide logical case studies where the application of the following .pdfProvide logical case studies where the application of the following .pdf
Provide logical case studies where the application of the following .pdf
 
public class AVLTreeT extends ComparableT extends BSTT { p.pdf
public class AVLTreeT extends ComparableT extends BSTT {   p.pdfpublic class AVLTreeT extends ComparableT extends BSTT {   p.pdf
public class AVLTreeT extends ComparableT extends BSTT { p.pdf
 
Provide excel work, spider-plot, and tornado diagram. Opportunit.pdf
Provide excel work, spider-plot, and tornado diagram. Opportunit.pdfProvide excel work, spider-plot, and tornado diagram. Opportunit.pdf
Provide excel work, spider-plot, and tornado diagram. Opportunit.pdf
 
Prove (i.e. give a derivation for) each of the following. You can us.pdf
Prove (i.e. give a derivation for) each of the following. You can us.pdfProve (i.e. give a derivation for) each of the following. You can us.pdf
Prove (i.e. give a derivation for) each of the following. You can us.pdf
 
Productos de ingenier�a matrimonial Cynthia Gao, gerente de adqu.pdf
Productos de ingenier�a matrimonial Cynthia Gao, gerente de adqu.pdfProductos de ingenier�a matrimonial Cynthia Gao, gerente de adqu.pdf
Productos de ingenier�a matrimonial Cynthia Gao, gerente de adqu.pdf
 
Process Cost SystemsWhat type of product or business would use a p.pdf
Process Cost SystemsWhat type of product or business would use a p.pdfProcess Cost SystemsWhat type of product or business would use a p.pdf
Process Cost SystemsWhat type of product or business would use a p.pdf
 
programming assignment 2Preprocessing Before building the language.pdf
programming assignment 2Preprocessing Before building the language.pdfprogramming assignment 2Preprocessing Before building the language.pdf
programming assignment 2Preprocessing Before building the language.pdf
 
Problema 4 Un monopolio se enfrenta a la demanda del mercado QD =.pdf
Problema 4 Un monopolio se enfrenta a la demanda del mercado QD =.pdfProblema 4 Un monopolio se enfrenta a la demanda del mercado QD =.pdf
Problema 4 Un monopolio se enfrenta a la demanda del mercado QD =.pdf
 
Preguntas para el ejercicio 34Instrucciones Para cada uno de los .pdf
Preguntas para el ejercicio 34Instrucciones Para cada uno de los .pdfPreguntas para el ejercicio 34Instrucciones Para cada uno de los .pdf
Preguntas para el ejercicio 34Instrucciones Para cada uno de los .pdf
 
Problem 9.06 (Preferred Stock Valuation)Farley Inc. has perpetual .pdf
Problem 9.06 (Preferred Stock Valuation)Farley Inc. has perpetual .pdfProblem 9.06 (Preferred Stock Valuation)Farley Inc. has perpetual .pdf
Problem 9.06 (Preferred Stock Valuation)Farley Inc. has perpetual .pdf
 

Recently uploaded

Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfsanyamsingh5019
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptxVS Mahajan Coaching Centre
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentInMediaRes1
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformChameera Dedduwage
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Krashi Coaching
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxNirmalaLoungPoorunde1
 
Concept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.CompdfConcept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.CompdfUmakantAnnand
 
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting DataJhengPantaleon
 
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxContemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxRoyAbrique
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxheathfieldcps1
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityGeoBlogs
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxOH TEIK BIN
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Sapana Sha
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationnomboosow
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxpboyjonauth
 
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfEnzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfSumit Tiwari
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxmanuelaromero2013
 
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...M56BOOKSTORE PRODUCT/SERVICE
 

Recently uploaded (20)

Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdf
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media Component
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy Reform
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptx
 
Concept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.CompdfConcept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.Compdf
 
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
 
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxContemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptx
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communication
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptx
 
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfEnzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptx
 
9953330565 Low Rate Call Girls In Rohini Delhi NCR
9953330565 Low Rate Call Girls In Rohini  Delhi NCR9953330565 Low Rate Call Girls In Rohini  Delhi NCR
9953330565 Low Rate Call Girls In Rohini Delhi NCR
 
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
 
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
 

Project Bird speciesThe OrdwayBirds data frame is a historical re.pdf

  • 1. Project: Bird species The OrdwayBirds data frame is a historical record of birds captured and released at the Katharine Ordway Natural History Study Area, a 278-acre preserve in Inver Grove Heights, Minnesota, owned and managed by Macalester College. Originally written by hand in a field notebook, the entries have been transcribed into electronic format under the supervision of Jerald Dosch, Dept. of Biology, Macalester College. Due to mistakes in data entry, the SpeciesName variable needs some fixing. SpeciesName is intended to identify the species of each of the birds, but the spelling often varies among birds of the same biological species. This leads to mis-classification of birds. There are also problems with the Month and Day variables; they are supposed to be numerical, but mistakes prevent them from being correctly identified as such. Fortunately, all these errors are easy to correct. The data frame OrdwaySpeciesNames collects together all the variant spellings. Entry by entry, each mis-spelling was translated (by a human) into a standardized spelling. Thus, join() can be used to correct the mis-spellings in the OrdwayBirds table. You are going to look at the month-to-month presence of different species. Think of your assignment as creating a manual for birders to guide them to the correct time of year to visit Ordway to see a particular species. Some simple data cleaning There are many variables that you wont need for this activity, and you still have to fix the Month and Day variables. To keep things simple, cut and paste this command into a chunk at the start of the document. Task 0 Get the data The OrdwayBirds data are available in the dcData package. The mutate() step is part of the data cleaning process, converting Month and Dayas numerical variables as originally intended by the folks entering the data. Task 3 How many bird captures are reported for each of the (corrected) species? Call the variable that contains the total count. Arrange this into descending order from the species with the most birds, and look through the list. Hint: Remember n(). Also, one of the arguments to one of the data verbs will be desc(count) to arrange the cases into descending order. Display the top 10 species in terms of the number of bird captures. Define for yourself a major species as a species with more than a particular threshold count. Set your threshold so that there are 5 or 6 species designated as major. Filter to produce a data frame with only the birds that belong to a major species.Hint: Remember
  • 2. that summary functions can be used case-by-case when filtering or mutating a data frame that has been grouped. Save the output in a table called Majors. Task 4 When you have correctly produced Majors, write a command that produces the month-by-month count of each of the major species. Call this table ByMonth. Display this month-by-month count with a bar chart arranged in a way that you think tells the story of what time of year the various species appear. You can use mplot() to explore different possibilities. Warning: mplot() and similar interactive functions should not appear in your Rmd file, it needs to be used interactively from the console.Use the Show Expression button in mplot() to create an expression that you can cut and paste into a chunk in your Rmd document, so that the graph gets created when you compile it. Once you have the graph, use it to answer these questions: Which species are present year-round? Which species are migratory, that is, primarily present in one or two seasons? What is the peak month for each major species? Which major species that are seen in good numbers for at least 6 months of the year? (Hint: n_distinct() and >= 6.) PLEASE DON'T COPY PASTE FROM OTHER POSTS. THANK YOU. R