<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>kaeken</author_name>
  <author_url>https://blog.hatena.ne.jp/kaeken/</author_url>
  <blog_title>kaeken(嘉永島健司)ブログ</blog_title>
  <blog_url>https://kaeken.hatenablog.com/</blog_url>
  <categories>
    <anon>R</anon>
    <anon>statistics</anon>
  </categories>
  <description>概要 Rによる分散・標準偏差・Z得点・偏差値の算出方法をご紹介します。 関数 var(): 不偏分散 不偏分散を算出するには、var()を使います。 x &lt;- c(10, 13, 8, 15, 8) x # [1] 10 13 8 15 8 # 不偏分散 var(x) # [1] 9.7 sd(): 標準偏差 標準偏差を算出するには、sd() を使います。 もしくは、sqrt(var(x)) で分散の平方根をとります。 x &lt;- c(10, 13, 8, 15, 8) x # [1] 10 13 8 15 8 # 標準偏差(不偏分散) &gt; sd(x) [1] 3.114482 # OR &gt; s…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fkaeken.hatenablog.com%2Fentry%2F2019%2F02%2F17%2F144059&quot; title=&quot;Rによる分散・標準偏差・Z得点・偏差値の算出 - kaeken(嘉永島健司)ブログ&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-02-17 14:40:59</published>
  <title>Rによる分散・標準偏差・Z得点・偏差値の算出</title>
  <type>rich</type>
  <url>https://kaeken.hatenablog.com/entry/2019/02/17/144059</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
