Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

Expanding the bayesplot vignette library

オープン
#436 コメント 2 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
5/5
見積もり時間
1週間以上
初心者へのやさしさ
35/100
issue の種類
ドキュメント
明瞭さ
おおむね明確
活発さ
停滞
技術スタック
r
領域
documentation

調査の方向性

まず、既存の入門用 vignette と関連する issue #144 および #142 を確認し、現在のドキュメント計画を理解します。提案されている 3 つの対象を絞った vignette(plot の選択、Bayesian workflow の例、ggplot2 ベースのカスタマイズに関するガイダンス)を追加すれば完了です。

索引モデルが issue の本文から書いたものです。

説明

documentation

Summary

While bayesplot currently offers a few introductory vignettes, the user experience could be improved by more targeted documentation. In the following three suggestions:

Suggested Vignettes

1. "Which plot should I use?"

This problem-oriented vignette would provide a structured overview (e.g., a lookup table) mapping specific diagnostic questions to their corresponding plot functions.

Diagnostic Question Recommended Function(s)
Did my MCMC chains mix? mcmc_trace(), mcmc_rank_overlay()
Is my R-hat acceptable? mcmc_rhat(), mcmc_rhat_hist()
... ...
2. "Bayesplot and the Bayesian Workflow"

A workflow-oriented vignette that walks users through a complete modeling cycle using a single running example. It would demonstrate the appropriate plots for each stage.

3. "Customizing Bayesplot Outputs"

Since bayesplot returns standard ggplot objects, they can be modified using standard ggplot2 functions. However, it might be that some users are unaware of this extensibility. This vignette would guide users on how to benefit from this composability, covering topics such as: Adding layers or changing labels using the + operator, utilizing built-in color schemes and themes, customizing plot appearance via ggplot2 theme elements.

Relation to other issues

This issue is related to Issue#144 (Extend and Update vignettes) and Issue#142 (Vignette/template demonstrating how to contribute a new plotting function to bayesplot).

主要言語
R
スター
442
フォーク
93
平均マージ
3時間 17分
マージ済み PR(30日)
2

コントリビューションガイド

コントリビューションガイドを開く

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

stan-dev/bayesplot のほかの issue

stan-dev/bayesplot の issue をすべて見る

似ている issue

R の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。