<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>potisan</author_name>
  <author_url>https://blog.hatena.ne.jp/potisan/</author_url>
  <blog_title>potisanのプログラミングメモ</blog_title>
  <blog_url>https://potisan-programming-memo.hatenablog.jp/</blog_url>
  <categories>
    <anon>R</anon>
    <anon>tidyverse</anon>
  </categories>
  <description>rstatixというtidyverse準拠のパッケージでggplot2の箱ひげ図の外れ値を取得できることを知りました。パッケージの紹介もかねてコードを記載します。 以下のコードではirisのSepal.LengthをSpecies毎にggplot2の箱ひげ図で描画して、rstatix::identify_outliers()を使用して外れ値を取得します。group_byが登場しているようにtibbleとの親和性が高いです。 library(conflicted) library(tidyverse) library(rstatix) df &lt;- iris %&gt;% as_tibble ggplo…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fpotisan-programming-memo.hatenablog.jp%2Fentry%2F2026%2F05%2F25%2F010640&quot; title=&quot;R rstatixでggplot2箱ひげ図の外れ値を取得する。 - potisanのプログラミングメモ&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url>https://cdn-ak.f.st-hatena.com/images/fotolife/p/potisan/20260525/20260525014533.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2026-05-25 01:06:40</published>
  <title>R rstatixでggplot2箱ひげ図の外れ値を取得する。</title>
  <type>rich</type>
  <url>https://potisan-programming-memo.hatenablog.jp/entry/2026/05/25/010640</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
