<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>kanosuke</author_name>
  <author_url>https://blog.hatena.ne.jp/kanosuke/</author_url>
  <blog_title>python, R, vimでデータマイニング</blog_title>
  <blog_url>https://kanosuke.hatenadiary.jp/</blog_url>
  <categories>
  </categories>
  <description>dplyr:group_by に嵌る kanosuke 問題 dplyrのgroup_byを使用してグループ別の集計処理をしたかったのだがグループ処理が働かずに嵌った。 問題例 library(dplyr) library(plyr) mtcars %&gt;% group_by(vs, am) %&gt;% summarise(max = max(mpg)) ## max ## 1 33.9 グループ別の最大値を求めたいのに一つの値しか得られない。 検索 “dplyr group_by not working” 検索ワード「dplyr group_by not working」で検索して情報を得た。 h…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fkanosuke.hatenadiary.jp%2Fentry%2F2015%2F12%2F02%2F180754&quot; title=&quot;dplyr:group_by に嵌る - python, R, vimでデータマイニング&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>2015-12-02 18:07:54</published>
  <title>dplyr:group_by に嵌る</title>
  <type>rich</type>
  <url>https://kanosuke.hatenadiary.jp/entry/2015/12/02/180754</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
