File:Levene example.svg

From Wikimedia Commons, the free media repository
Jump to navigation Jump to search

Original file(SVG file, nominally 900 × 450 pixels, file size: 111 KB)

Captions

Captions

Add a one-line explanation of what this file represents

Summary[edit]

Graphics to visualize distributions of net income in Germany 2008 for the subgroups sex and month of birth.

The R program to create the SVG file:

library("foreign")
x <- read.spss("ALLBUS2008.SAV", to.data.frame=T)
svg("levene_example.svg", width=10, height=5)
par(mfrow=c(1,2))
boxplot(x[[386]]~x[[151]])
boxplot(x[[386]]~x[[152]])
dev.off()
 
This W3C-unspecified chart was created with R.

Licensing[edit]

Public domain I, the copyright holder of this work, release this work into the public domain. This applies worldwide.
In some countries this may not be legally possible; if so:
I grant anyone the right to use this work for any purpose, without any conditions, unless such conditions are required by law.

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current17:49, 9 January 2011Thumbnail for version as of 17:49, 9 January 2011900 × 450 (111 KB)Sigbert (talk | contribs)Added second graphic :(
17:43, 9 January 2011Thumbnail for version as of 17:43, 9 January 2011630 × 630 (74 KB)Sigbert (talk | contribs)Graphics to visualize distributions of net income in Germany 2008 for the subgroups sex and month of birth.

There are no pages that use this file.

File usage on other wikis

The following other wikis use this file: