Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

d-morrison
Copy link
Owner

No description provided.

@Copilot Copilot AI review requested due to automatic review settings September 26, 2025 03:07
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR updates bibliographic references in a Bayesian statistics context, improving the formatting and organization of citations for key Bayesian analysis books and resources.

  • Standardized BibTeX formatting with proper field names and consistent title formatting using braces for software/language names
  • Replaced generic citation key with descriptive identifier for McElreath's Statistical Rethinking book
  • Enhanced documentation with expanded details about Statistical Rethinking including videos and course materials

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
references.bib Cleaned up BibTeX entries with proper formatting, removed redundant fields, and improved citation keys
intro-bayes.qmd Expanded documentation for Statistical Rethinking book with additional resources and context
Comments suppressed due to low confidence (1)

references.bib:1

  • The edition field should contain edition information (like '1st ed.', '2nd ed.'), not the publication year. Since this appears to be the first edition from 2013, consider either removing this field entirely or changing it to 'edition = {1st ed.}' if needed for consistency with other entries.
@book{vittinghoff2e,

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

title = {Bayesian data analysis in ecology using linear models with R, BUGS, and Stan },
year = {2015 - 2015},
title = {Bayesian data analysis in ecology using linear models with {R}, {BUGS}, and {Stan} },
year = {2015},
Copy link

Copilot AI Sep 26, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The original year field '2015 - 2015' was changed to just '2015', but this inconsistency suggests the range format might have been intentional. Verify that this book was published in a single year rather than spanning multiple years before making this change.

Copilot uses AI. Check for mistakes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant