<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>tentencon</author_name>
  <author_url>https://blog.hatena.ne.jp/tentencon/</author_url>
  <blog_title>R言語による医療データ分析</blog_title>
  <blog_url>https://r-med-lecture.hatenablog.jp/</blog_url>
  <categories>
    <anon>医師が教えるR言語での医療データ分析入門</anon>
  </categories>
  <description>まとめ一覧 filterで行の絞り込み filterの説明です。 test &lt;- tibble(umare = c(1990, 1992, 1997, 1991), height = c(180.0, 176.2, 165.5, 172.3), weight = c(70.2, 80.3,65.3,61.1)) test test$umare &gt; 1995 このBooleanをfilterはtibbleの列に適応して、TRUEであるものを抜き出します。 test test %&gt;% filter(umare &gt; 1995) test %&gt;% filter(height &gt;= 175) #実際にd…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fr-med-lecture.hatenablog.jp%2Fentry%2F2019%2F12%2F21%2F164514&quot; title=&quot;087 filterで行の絞り込み - R言語による医療データ分析&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></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2019-12-21 16:45:14</published>
  <title>087 filterで行の絞り込み</title>
  <type>rich</type>
  <url>https://r-med-lecture.hatenablog.jp/entry/2019/12/21/164514</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
