<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>iDES</author_name>
  <author_url>https://blog.hatena.ne.jp/iDES/</author_url>
  <blog_title>井出草平の研究ノート</blog_title>
  <blog_url>https://ides.hatenablog.com/</blog_url>
  <categories>
    <anon>R</anon>
    <anon>計量</anon>
    <anon>ANOVA</anon>
  </categories>
  <description>ANOVAを行うための4つのステップ。 こちらの続き。 ides.hatenablog.com bookdown.org ここでは、Rで標準的なANOVAを行うために必要な4つのステップを紹介する。 aov()関数を使ってANOVAオブジェクトを作成する。aov()関数では、y ~ x1 + x2という形式の式で独立変数と従属変数を指定する。ここで、yは従属変数で、x1, x2 ...は1つ（複数）の因子独立変数である。 1 aovオブジェクトの作成 mod.aov &lt;- aov(formula = y ~ x1 + x2 + ..., data = data) 2 ステップ1で作成したANO…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fides.hatenablog.com%2Fentry%2F2021%2F09%2F22%2F154825&quot; title=&quot;ANOVA その3[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>2021-09-22 15:48:25</published>
  <title>ANOVA その3[R]</title>
  <type>rich</type>
  <url>https://ides.hatenablog.com/entry/2021/09/22/154825</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
