File:Anscombe's quartet 3.svg

原始文件(SVG文件,尺寸为990 × 720像素,文件大小:59 KB)


描述

This graphic represents the four datasets defined by Francis Anscombe for which some of the usual statistical properties (mean, variance, correlation and regression line) are the same, even though the datasets are different.

Reference:

  • Anscombe, Francis J. (1973) Graphs in statistical analysis. American Statistician, 27, 17–21.
日期 (UTC)
来源 Anscombe.svg
作者
SVG开发
InfoField
 
SVG的源代码为有效代码
 
矢量图使用R创作。
This graphic is derived from earlier work by Schutz and the R development core team. As far as their rights and licensing allow, I license my contribution under the all the following licenses. The GPL is the only one I am sure applies.

维基百科

 本文件是英语维基百科特色图片(Featured pictures),并被视为最好的图像之一。

如果你认为本文件应该被选为维基共享资源特色内容,请推荐本文件
如果你拥有相似质量的可采用适当著作权许可协议发布的图像,一定要上传标记推荐它。

源代码
InfoField

R code

R code to create the graphic:
  svg("Anscombe's quartet 3.svg", width=11, height=8)
  op <- par(las=1, mfrow=c(2,2), mar=1.5+c(4,4,1,1), oma=c(0,0,0,0),
            lab=c(6,6,7), cex.lab=2.0, cex.axis=1.3, mgp=c(3,1,0))
  ff <- y ~ x
  for(i in 1:4) {
    ff[[2]] <- as.name(paste("y", i, sep=""))
    ff[[3]] <- as.name(paste("x", i, sep=""))
    lmi <- lm(ff, data= anscombe)
    xl <- substitute(expression(x[i]), list(i=i))  
    yl <- substitute(expression(y[i]), list(i=i))
    plot(ff, data=anscombe, col="red", pch=21, cex=2.4, bg = "orange", 
         xlim=c(3,19), ylim=c(3,13)
         , xlab=eval(xl), ylab=yl  # for version 3
        )  
    abline(lmi, col="blue")
  }
  par(op)
  dev.off()
我,本作品著作权人,特此采用以下许可协议发表本作品:
GNU head

本作品为自由软件,您可以依据自由软件基金会发行的GNU通用公共许可证第2版或任意后续版本的条款,传播和/或修改本作品。本作品发表时预期有用,但对此无任何保证,亦无隐含的可以销售适合特定目的的保证。详情请见GNU通用公共许可证第2版第3版

w:zh:知识共享
署名 相同方式共享
您可以自由地:
  • 共享 – 复制、发行并传播本作品
  • 修改 – 改编作品
惟须遵守下列条件:
  • 署名 – 您必须对作品进行署名,提供授权条款的链接,并说明是否对原始内容进行了更改。您可以用任何合理的方式来署名,但不得以任何方式表明许可人认可您或您的使用。
  • 相同方式共享 – 如果您再混合、转换或者基于本作品进行创作,您必须以与原先许可协议相同或相兼容的许可协议分发您贡献的作品。
GNU head 已授权您依据自由软件基金会发行的无固定段落及封面封底文字(Invariant Sections, Front-Cover Texts, and Back-Cover Texts)的GNU自由文件许可协议1.2版或任意后续版本的条款,复制、传播和/或修改本文件。该协议的副本请见“GNU Free Documentation License”。
您可以选择您需要的许可协议。

原始上传日志

This image is a derivative work of the following images:

  • File:Anscombe.svg licensed with GPL
    • 2007-01-15T00:07:48Z Schutz 990x677 (90185 Bytes)
    • 2007-01-15T00:05:45Z Schutz 990x677 (90340 Bytes)
    • 2006-06-13T21:37:54Z Schutz 1044x750 (95808 Bytes)
    • 2006-06-13T18:27:51Z Schutz 1125x875 (95747 Bytes)

Uploaded with derivativeFX

说明

添加一行文字以描述该文件所表现的内容

此文件中描述的项目

描繪內容

image/svg+xml

4e4e8edffc872960f88c94479d660040f8d9ca9a

60,580 字节

720 像素

990 像素

文件历史

点击某个日期/时间查看对应时刻的文件。

日期/时间缩⁠略⁠图大小用户备注
当前2010年3月26日 (五) 17:182010年3月26日 (五) 17:18版本的缩略图990 × 720(59 KB)AvenueIncrease size of axis titles
2010年3月26日 (五) 17:092010年3月26日 (五) 17:09版本的缩略图990 × 720(59 KB)Avenue{{Information |Description=This graphic represents the four datasets defined by Francis Anscombe for which some of the usual statistical properties (mean, variance, correlation and regression line) are the same, even though the datasets are different. |So

以下页面使用本文件:

全域文件用途

以下其他wiki使用此文件:

查看本文件的更多全域用途