<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>ryamada22</author_name>
  <author_url>https://blog.hatena.ne.jp/ryamada22/</author_url>
  <blog_title>ryamadaの遺伝学・遺伝統計学メモ</blog_title>
  <blog_url>https://ryamada22.hatenablog.jp/</blog_url>
  <categories>
    <anon>R</anon>
    <anon>オミックス</anon>
  </categories>
  <description>重回帰 Multiple Linear Regression # 重回帰 multiple linear regression n&lt;-6 m&lt;-4 X&lt;-matrix(runif(n*m),n,m) m2&lt;-2 Y&lt;-matrix(runif(n*m2),n,m2) B&lt;-solve(t(X)%*%X)%*%t(X)%*%Y Y-X%*%B # n&lt;m とすると解けない m&lt;-n+1 X&lt;-matrix(runif(n*m),n,m) m2&lt;-2 Y&lt;-matrix(runif(n*m2),n,m2) B&lt;-solve(t(X)%*%X)%*%t(X)%*%Y Y-X%*%B PCR こちらに…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fryamada22.hatenablog.jp%2Fentry%2F20110811%2F1312950806&quot; title=&quot;PCR(Principal Component Regression)とPLSR(Partial Least Squares Regression - ryamadaの遺伝学・遺伝統計学メモ&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>2011-08-11 13:33:26</published>
  <title>PCR(Principal Component Regression)とPLSR(Partial Least Squares Regression</title>
  <type>rich</type>
  <url>https://ryamada22.hatenablog.jp/entry/20110811/1312950806</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
