Introductory Fisheries Analyses with R

A How-To Guide for Conducting Common Fisheries-Related Analyses in R Introductory Fisheries Analyses with R provides detailed instructions on performing basic fisheries stock assessment analyses in the R environment. Accessible to practicing fisheries scientists as well as advanced undergraduate and...

Full description

Saved in:
Bibliographic Details
Main Author Ogle, Derek H.
Format eBook Book
LanguageEnglish
Published Boca Raton CRC Press 2016
CRC Press LLC
Chapman & Hall
Edition1
SeriesChapman & Hall/CRC The R Series
Subjects
Online AccessGet full text
ISBN9781482235203
148223520X
DOI10.1201/9781315371986

Cover

Abstract A How-To Guide for Conducting Common Fisheries-Related Analyses in R Introductory Fisheries Analyses with R provides detailed instructions on performing basic fisheries stock assessment analyses in the R environment. Accessible to practicing fisheries scientists as well as advanced undergraduate and graduate students, the book demonstrates the flexibility and power of R, offers insight into the reproducibility of script-based analyses, and shows how the use of R leads to more efficient and productive work in fisheries science. The first three chapters present a minimal introduction to the R environment that builds a foundation for the fisheries-specific analyses in the remainder of the book. These chapters help you become familiar with R for basic fisheries analyses and graphics. Subsequent chapters focus on methods to analyze age comparisons, age-length keys, size structure, weight-length relationships, condition, abundance (from capture-recapture and depletion data), mortality rates, individual growth, and the stock-recruit relationship. The fundamental statistical methods of linear regression, analysis of variance (ANOVA), and nonlinear regression are demonstrated within the contexts of these common fisheries analyses. For each analysis, the author completely explains the R functions and provides sufficient background information so that you can confidently implement each method. Web Resource The author’s website at http://derekogle.com/IFAR/ includes the data files and R code for each chapter, enabling you to reproduce the results in the book as well as create your own scripts. The site also offers supplemental code for more advanced analyses and practice exercises for every chapter. (Very Brief) Introduction to R Basics Why R for Fisheries Scientists? Installing R and RStudio Packages Prompts, Expressions, and Comments Objects Functions Data Storage More with Functions Looping Saving Results Getting Help Loading Data and Basic Manipulations Loading Data into R Basic Data Manipulations Joining Data.Frames Re-Arranging Data.Frames New Data.Frame from Aggregation Exporting Data.Frames to External Data Files Further Considerations Plotting Fundamentals Scatterplots Line Plots Histograms Bar Plots Fitted Model Plots Some Finer Control of Plots Saving or Exporting Plots Age Comparisons Data Requirements Age-Bias Plot Bias Metrics Precision Metrics Further Considerations Age-Length Keys Foundational Background Constructing an Age-Length Key Visualizing the Age-Length Key Apply an Age-Length Key Statistically Compare Age-Length Keys Further Considerations Size Structure Data Requirements Length Frequency Proportional Size Distribution (PSD) Among-Group Statistical Comparisons Further Considerations Weight-Length Relationships Data Requirements Weight-Length Model Fitting Linear Regressions Among-Group Statistical Comparisons Further Considerations Condition Data Requirements Condition Metrics Among Group Statistical Comparisons Further Considerations Abundance from Capture-Recapture Data Data Requirements Closed Population, Single Recapture Closed Population, Multiple Recaptures Open Populations Further Considerations Abundance from Depletion Data Leslie and DeLury Methods K-Pass Removal Methods Mortality Rates Total Mortality Definitions Total Mortality from Catch Curve Data Total Mortality from Capture-Recapture Data Mortality Components Further Considerations Individual Growth Data Requirements Growth Functions Fitting Nonlinear Regressions Among-Group Statistical Comparisons Typical Model Fitting Problems Further Considerations Recruitment Stock-Recruitment Relationships Spawning Potential Ratio Year-Class Strength Further Considerations References Subject Index R Functions (Demonstrated) Index R Functions (Mentioned) Index Scientific Names Derek H. Ogle is a professor of mathematical sciences and natural resources at Northland College, where he teaches statistics and fisheries science courses and has received awards for teaching, scholarly work, service, and assessment activities. Dr. Ogle maintains the fishR website , which is dedicated to sharing information on how to perform fisheries analyses in R. He earned a PhD in fisheries science from the University of Minnesota. His research interests include the population dynamics of invasive species and little-studied native species.
AbstractList A How-To Guide for Conducting Common Fisheries-Related Analyses in R Introductory Fisheries Analyses with Rprovides detailed instructions on performing basic fisheries stock assessment analyses in the R environment. Accessible to practicing fisheries scientists as well as advanced undergraduate and graduate students, the book demonstrates the flexibility and power of R, offers insight into the reproducibility of script-based analyses, and shows how the use of R leads to more efficient and productive work in fisheries science. The first three chapters present a minimal introduction to the R environment that builds a foundation for the fisheries-specific analyses in the remainder of the book. These chapters help you become familiar with R for basic fisheries analyses and graphics. Subsequent chapters focus on methods to analyze age comparisons, age-length keys, size structure, weight-length relationships, condition, abundance (from capture-recapture and depletion data), mortality rates, individual growth, and the stock-recruit relationship. The fundamental statistical methods of linear regression, analysis of variance (ANOVA), and nonlinear regression are demonstrated within the contexts of these common fisheries analyses. For each analysis, the author completely explains the R functions and provides sufficient background information so that you can confidently implement each method. Web ResourceThe author's website at http://derekogle.com/IFAR/ includes the data files and R code for each chapter, enabling you to reproduce the results in the book as well as create your own scripts. The site also offers supplemental code for more advanced analyses and practice exercises for every chapter.
This book provides detailed instructions on performing basic fisheries stock assessment analyses in the R environment. Accessible to practicing fisheries scientists as well as advanced undergraduate and graduate students, the book demonstrates the flexibility and power of R, offers insight into the reproducibility of script-based analyses, and shows how the use of R leads to more efficient and productive work in fisheries science. The author's website includes data files, R code, exercises, and other supplementary material.
Introductory Fisheries Analyses with R provides detailed instructions on performing basic fisheries stock assessment analyses in the R environment. Accessible to practicing fisheries scientists as well as advanced undergraduate and graduate students, the book demonstrates the flexibility and power of R, offers insight into the reproducibility of script-based analyses, and shows how the use of R leads to more efficient and productive work in fisheries science.
A How-To Guide for Conducting Common Fisheries-Related Analyses in R Introductory Fisheries Analyses with R provides detailed instructions on performing basic fisheries stock assessment analyses in the R environment. Accessible to practicing fisheries scientists as well as advanced undergraduate and graduate students, the book demonstrates the flexibility and power of R, offers insight into the reproducibility of script-based analyses, and shows how the use of R leads to more efficient and productive work in fisheries science. The first three chapters present a minimal introduction to the R environment that builds a foundation for the fisheries-specific analyses in the remainder of the book. These chapters help you become familiar with R for basic fisheries analyses and graphics. Subsequent chapters focus on methods to analyze age comparisons, age-length keys, size structure, weight-length relationships, condition, abundance (from capture-recapture and depletion data), mortality rates, individual growth, and the stock-recruit relationship. The fundamental statistical methods of linear regression, analysis of variance (ANOVA), and nonlinear regression are demonstrated within the contexts of these common fisheries analyses. For each analysis, the author completely explains the R functions and provides sufficient background information so that you can confidently implement each method. Web Resource The author’s website at http://derekogle.com/IFAR/ includes the data files and R code for each chapter, enabling you to reproduce the results in the book as well as create your own scripts. The site also offers supplemental code for more advanced analyses and practice exercises for every chapter. (Very Brief) Introduction to R Basics Why R for Fisheries Scientists? Installing R and RStudio Packages Prompts, Expressions, and Comments Objects Functions Data Storage More with Functions Looping Saving Results Getting Help Loading Data and Basic Manipulations Loading Data into R Basic Data Manipulations Joining Data.Frames Re-Arranging Data.Frames New Data.Frame from Aggregation Exporting Data.Frames to External Data Files Further Considerations Plotting Fundamentals Scatterplots Line Plots Histograms Bar Plots Fitted Model Plots Some Finer Control of Plots Saving or Exporting Plots Age Comparisons Data Requirements Age-Bias Plot Bias Metrics Precision Metrics Further Considerations Age-Length Keys Foundational Background Constructing an Age-Length Key Visualizing the Age-Length Key Apply an Age-Length Key Statistically Compare Age-Length Keys Further Considerations Size Structure Data Requirements Length Frequency Proportional Size Distribution (PSD) Among-Group Statistical Comparisons Further Considerations Weight-Length Relationships Data Requirements Weight-Length Model Fitting Linear Regressions Among-Group Statistical Comparisons Further Considerations Condition Data Requirements Condition Metrics Among Group Statistical Comparisons Further Considerations Abundance from Capture-Recapture Data Data Requirements Closed Population, Single Recapture Closed Population, Multiple Recaptures Open Populations Further Considerations Abundance from Depletion Data Leslie and DeLury Methods K-Pass Removal Methods Mortality Rates Total Mortality Definitions Total Mortality from Catch Curve Data Total Mortality from Capture-Recapture Data Mortality Components Further Considerations Individual Growth Data Requirements Growth Functions Fitting Nonlinear Regressions Among-Group Statistical Comparisons Typical Model Fitting Problems Further Considerations Recruitment Stock-Recruitment Relationships Spawning Potential Ratio Year-Class Strength Further Considerations References Subject Index R Functions (Demonstrated) Index R Functions (Mentioned) Index Scientific Names Derek H. Ogle is a professor of mathematical sciences and natural resources at Northland College, where he teaches statistics and fisheries science courses and has received awards for teaching, scholarly work, service, and assessment activities. Dr. Ogle maintains the fishR website , which is dedicated to sharing information on how to perform fisheries analyses in R. He earned a PhD in fisheries science from the University of Minnesota. His research interests include the population dynamics of invasive species and little-studied native species.
Author Ogle, Derek H.
Author_xml – sequence: 1
  givenname: Derek H.
  surname: Ogle
  fullname: Ogle, Derek H.
BackLink https://cir.nii.ac.jp/crid/1130282272942647680$$DView record in CiNii
BookMark eNqNkk1P4zAQho1YELTbI_ceEIhDd-3x97FUBSohrbRa7TVyHEc1hBjslKr_HqdBSNx68dia5x3PvJoR-tGG1iF0QfAvApj81lIRSjiVRCtxhEZfD3mMJn2SKQDKAdMTNMoCzjhowk7RuabABMMSn6FJSk8YYyI0oRKfo6tV28VQbWwX4m5659PaRe_SdN6aZpfyZeu79fTvT3RSmya5yWcco_93y3-Lh9njn_vVYv44M_2HMKsU19yI0oHU1NJam7KuuNVOkariwlmrnGVQalpqbQyh2NpKKamEw5KIio7RzVDYpGe3TevQdKl4b1wZwnMq9lPqHpdUHsIOjsAhbO-mAA7iUBYTpTJ7PbCvMbxtXOqKPWZdttU0xfJ2wQADyfwYXQ5k631hfX-SPD_kFiVoBoJJoXDG2ID5tg7xxWxDbKqiM7smxDqa1vr0vY_9OmTZ8jAZwUW_Td_lxbuLyYcW6Af2wbSl
ContentType eBook
Book
Copyright 2016 by Taylor & Francis Group, LLC
Copyright_xml – notice: 2016 by Taylor & Francis Group, LLC
DBID RYH
DEWEY 519.5
DOI 10.1201/9781315371986
DatabaseName CiNii Complete
DatabaseTitleList





DeliveryMethod fulltext_linktorsrc
Discipline Agriculture
Mathematics
Applied Sciences
Recreation & Sports
EISBN 1315371987
9781315371986
9781482235227
1482235226
9781315360188
1315360187
9781315362526
131536252X
1498786731
9781498786737
Edition 1
ExternalDocumentID 9781498786737
9781482235227
9781315362526
9781315360188
EBC4202115
BB22601639
9781315371986
10_1201_9781315371986_version2
GroupedDBID 20A
38.
5~G
AABBV
AAFQC
ABEQL
ACGWR
ADYHE
AEUHU
AFUZJ
AFWCW
AFXGA
AHWGJ
AINFC
AITPU
AIXXW
AKSCQ
ALKVF
ALMA_UNASSIGNED_HOLDINGS
ALV
ATPON
AXTGW
AZZ
B0D
B0I
BBABE
CZZ
EBATF
ENU
ENV
FTPLE
INALI
JG1
JTX
MYL
NEQ
RYH
ABYSD
ID FETCH-LOGICAL-a20152-d8595a6be2793c3f9abfd5c9e81dd56ecc8ec42b93b99aa130ccd88786e0716d3
IEDL.DBID ENU
ISBN 9781482235203
148223520X
IngestDate Fri Nov 08 05:01:38 EST 2024
Fri Jul 25 04:25:27 EDT 2025
Fri Nov 15 01:10:03 EST 2024
Fri Nov 08 05:03:38 EST 2024
Wed Apr 16 05:20:39 EDT 2025
Thu Jun 26 21:08:33 EDT 2025
Mon Nov 25 02:18:02 EST 2024
Mon Apr 14 05:53:01 EDT 2025
IsPeerReviewed false
IsScholarly false
Keywords Alk
Creek Chubs
Negative Log Likelihood Values
Quantile Regression
White Cells
Catch Curve
Bull Trout
Dummy Variable
Fulton’s Condition Factor
ANOVA Table
Von Bertalanffy Growth Func Tion
Weight Length Relationship
CSV File
Relative Condition Factor
NA NA NA NA NA
Cutthroat Trout
Black Crappie
Largemouth Bass
Beverton Holt Function
Descending Limb
Length Interval
Fork Length
NA NA NA NA
Homoscedasticity Assumption
LCCN 2015452914
LCCallNum_Ident SH331.5
Language English
LinkModel DirectLink
MergedId FETCHMERGED-LOGICAL-a20152-d8595a6be2793c3f9abfd5c9e81dd56ecc8ec42b93b99aa130ccd88786e0716d3
Notes CRC Press is een imprint van de Taylor & Francis Group, een informa business, een Chapman &Hall Book
Includes bibliographical references and indexes
OCLC 932464070
PQID EBC4202115
PageCount 317
20
337
ParticipantIDs askewsholts_vlebooks_9781498786737
askewsholts_vlebooks_9781482235227
askewsholts_vlebooks_9781315362526
askewsholts_vlebooks_9781315360188
proquest_ebookcentral_EBC4202115
nii_cinii_1130282272942647680
informaworld_taylorfrancisbooks_9781315371986
informaworld_taylorfrancisbooks_10_1201_9781315371986_version2
PublicationCentury 2000
PublicationDate 2016
20180903
c2016
2015
2018-09-03
2016-01-05
PublicationDateYYYYMMDD 2016-01-01
2018-09-03
2015-01-01
2016-01-05
PublicationDate_xml – year: 2016
  text: 2016
PublicationDecade 2010
PublicationPlace Boca Raton
PublicationPlace_xml – name: Boca Raton
– name: Milton
PublicationSeriesTitle Chapman & Hall/CRC The R Series
PublicationYear 2016
2018
2015
Publisher CRC Press
CRC Press LLC
Chapman & Hall
Publisher_xml – name: CRC Press
– name: CRC Press LLC
– name: Chapman & Hall
SSID ssj0001691370
ssib030184905
ssib047223280
ssib027109713
Score 2.5524683
Snippet A How-To Guide for Conducting Common Fisheries-Related Analyses in R Introductory Fisheries Analyses with R provides detailed instructions on performing basic...
This book provides detailed instructions on performing basic fisheries stock assessment analyses in the R environment. Accessible to practicing fisheries...
A How-To Guide for Conducting Common Fisheries-Related Analyses in R Introductory Fisheries Analyses with Rprovides detailed instructions on performing basic...
Introductory Fisheries Analyses with R provides detailed instructions on performing basic fisheries stock assessment analyses in the R environment. Accessible...
SourceID askewsholts
proquest
nii
informaworld
SourceType Aggregation Database
Publisher
SubjectTerms ANOVA
BIOSCIENCEnetBASE
Ecology - Environment Studies
ENVIROnetBASE
ENVIRONMENTALSCIENCEnetBASE
Fisheries -- Computer programs
Fisheries -- Statistics
fisheries data
fisheries science
fisheries stock assessment
fisheries stock assessment analyses
fisheries-specific analyses
Fishery management
Fishery sciences -- Computer programs
Fishery sciences -- Statistics
Handbooks, manuals, etc
LIFESCIENCEnetBASE
linear regression
Marine & Aquatic Science
metrics to assess fish populations
nonlinear regression
population dynamics
R (Computer program language)
R for fisheries analyses and graphics
R functions
SCI-TECHnetBASE
script-based analyses
Statistics for the Biological Sciences
STATSnetBASE
STMnetBASE
stock-recruit relationship
TableOfContents 9.2 Closed Population, Single Recapture -- 9.3 Closed Population, Multiple Recaptures -- 9.4 Open Populations -- 9.5 Further Considerations -- 10 Abundance from Depletion Data -- 10.1 Leslie and DeLury Methods -- 10.2 K-Pass Removal Methods -- 11 Mortality Rates -- 11.1 Total Mortality Definitions -- 11.2 Total Mortality from Catch Curve Data -- 11.3 Total Mortality from Capture-Recapture Data -- 11.4 Mortality Components -- 11.5 Further Considerations -- 12 Individual Growth -- 12.1 Data Requirements -- 12.2 Growth Functions -- 12.3 Fitting Nonlinear Regressions -- 12.4 Among Group Statistical Comparisons -- 12.5 Typical Model Fitting Problems -- 12.6 Further Considerations -- 13 Recruitment -- 13.1 Stock-Recruitment Relationships -- 13.2 Spawning Potential Ratio -- 13.3 Year-Class Strength -- 13.4 Further Considerations -- References -- Subject Index -- R Functions (Demonstrated) Index -- R Functions (Mentioned) Index -- Scientific Names
Cover -- Half Title -- Title Page -- Copyright Page -- Dedication -- Table of Contents -- Preface -- Author -- 1 (Very Brief) Introduction to R Basics -- 1.1 Why R for Fisheries Scientists? -- 1.2 Installing R and RStudio -- 1.3 Packages -- 1.4 Prompts, Expressions, and Comments -- 1.5 Objects -- 1.6 Functions -- 1.7 Data Storage -- 1.8 More with Functions -- 1.9 Looping -- 1.10 Saving Results -- 1.11 Getting Help -- 2 Loading Data and Basic Manipulations -- 2.1 Loading Data into R -- 2.2 Basic Data Manipulations -- 2.3 Joining Data.Frames -- 2.4 Rearranging Data.Frames -- 2.5 New Data.frame from Aggregation -- 2.6 Exporting Data.Frames to External Data Files -- 2.7 Further Considerations -- 3 Plotting Fundamentals -- 3.1 Scatterplots -- 3.2 Line Plots -- 3.3 Histograms -- 3.4 Bar Plots -- 3.5 Fitted Model Plots -- 3.6 Some Finer Control of Plots -- 3.7 Saving or Exporting Plots -- 4 Age Comparisons -- 4.1 Data Requirements -- 4.2 Age Bias Plot -- 4.3 Bias Metrics -- 4.4 Precision Metrics -- 4.5 Further Considerations -- 5 Age-Length Keys -- 5.1 Foundational Background -- 5.2 Constructing an Age-Length Key -- 5.3 Visualizing an Age-Length Key -- 5.4 Apply an Age-Length Key -- 5.5 Among Group Statistical Comparisons -- 5.6 Further Considerations -- 6 Size Structure -- 6.1 Data Requirements -- 6.2 Length Frequency -- 6.3 Proportional Size Distribution (PSD) -- 6.4 Among Group Statistical Comparisons -- 6.5 Further Considerations -- 7 Weight-Length Relationships -- 7.1 Data Requirements -- 7.2 Weight-Length Model -- 7.3 Fitting Linear Regressions -- 7.4 Among Group Statistical Comparisons -- 7.5 Further Considerations -- 8 Condition -- 8.1 Data Requirements -- 8.2 Condition Metrics -- 8.3 Among Group Statistical Comparisons -- 8.4 Further Considerations -- 9 Abundance from Capture-Recapture Data -- 9.1 Data Requirements
Title Introductory Fisheries Analyses with R
URI https://www.taylorfrancis.com/books/9781315371986
https://www.taylorfrancis.com/books/9781315360188
https://cir.nii.ac.jp/crid/1130282272942647680
https://ebookcentral.proquest.com/lib/[SITE_ID]/detail.action?docID=4202115
https://www.vlebooks.com/vleweb/product/openreader?id=none&isbn=9781315360188
https://www.vlebooks.com/vleweb/product/openreader?id=none&isbn=9781315362526&uid=none
https://www.vlebooks.com/vleweb/product/openreader?id=none&isbn=9781482235227&uid=none
https://www.vlebooks.com/vleweb/product/openreader?id=none&isbn=9781498786737
Volume 32
hasFullText 1
inHoldings 1
isFullTextHit
isPrint
link http://utb.summon.serialssolutions.com/2.0.0/link/0/eLvHCXMwlV1LS8QwEB7UvejFN64vioi3Sps0bXIRVHZZBT2Iyt5KXpVF2YVtFfTXO0lb2VVQvJQWpm0ek5n5kskXgGNiSSwLysKo0CJMSJaGnEoREm6soSzSzLiNwje36eAhuR6y4QLE7V4Yl1ZZeaxa1AdLeGvtAs7SkcHGFEcoYgjOF6GDSCJyhxb0bh9aFUJ15YloVNhPs6Qiplnkt3ShL8RwIxq2TE_NM22oN9EVfv0iQyyOIfGKLJ_R1qAdqspvXKboi8aj0Q8L7t1SfxXu2grV2SjPp6-VOtUf37ge_1XjNehYtwFiHRbseANWzp-mDT2HxaebL5bXchNOrlyauyOMnUzfg_oQdQTeQU10gjdukje424LHfu_-chA25y6EEtuAkdA40jOZKktw9GpaCKkKw7SwGNwalmKvc6sTogRVQkiJblBrg9aKpxYjltTQbVgaT8Z2BwLEYzJmmkoaqYSbgltJMq0UzbghRWK6cDTTxvnbi18jLvO5mv8pRBhJfxNquppkvwoJV4OMotDZbE_nc71TyzvohG2Vz-lL_lZPcZIuhH99YO7FLhygLuV65K6xW0rG8iLqcdEqwsGoC0GrZbkvcJO4m_cuLhOCUVrMdv_5yz1YxvL7zJeI7sNSNX21BxheVerQD6hPuCkaZg
linkProvider CRC Press LLC
openUrl ctx_ver=Z39.88-2004&ctx_enc=info%3Aofi%2Fenc%3AUTF-8&rfr_id=info%3Asid%2Fsummon.serialssolutions.com&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=book&rft.title=Introductory+fisheries+analyses+with+R&rft.au=Ogle%2C+Derek+H.&rft.date=2016-01-01&rft.pub=CRC+Press&rft.isbn=9781482235203&rft_id=info:doi/10.1201%2F9781315371986&rft.externalDocID=BB22601639
thumbnail_m http://utb.summon.serialssolutions.com/2.0.0/image/custom?url=https%3A%2F%2Fvle.dmmserver.com%2Fmedia%2F640%2F97813153%2F9781315360188.jpg
http://utb.summon.serialssolutions.com/2.0.0/image/custom?url=https%3A%2F%2Fvle.dmmserver.com%2Fmedia%2F640%2F97813153%2F9781315362526.jpg
http://utb.summon.serialssolutions.com/2.0.0/image/custom?url=https%3A%2F%2Fvle.dmmserver.com%2Fmedia%2F640%2F97814822%2F9781482235227.jpg
http://utb.summon.serialssolutions.com/2.0.0/image/custom?url=https%3A%2F%2Fvle.dmmserver.com%2Fmedia%2F640%2F97814987%2F9781498786737.jpg