Free Statistics

of Irreproducible Research!

Author's title

Author*The author of this computation has been verified*
R Software Modulerwasp_notchedbox1.wasp
Title produced by softwareNotched Boxplots
Date of computationFri, 13 Nov 2009 14:11:29 -0700
Cite this page as followsStatistical Computations at FreeStatistics.org, Office for Research Development and Education, URL https://freestatistics.org/blog/index.php?v=date/2009/Nov/13/t1258147764wuvofbu3k5u10z8.htm/, Retrieved Sun, 05 May 2024 20:23:37 +0000
Statistical Computations at FreeStatistics.org, Office for Research Development and Education, URL https://freestatistics.org/blog/index.php?pk=57142, Retrieved Sun, 05 May 2024 20:23:37 +0000
QR Codes:

Original text written by user:Tijdreeksen moet je in excel opslagen naar excel 93-2003.
IsPrivate?No (this computation is public)
User-defined keywordsInkomen, sparen, rente, enz..
Estimated Impact106
Family? (F = Feedback message, R = changed R code, M = changed R Module, P = changed Parameters, D = changed Data)
-       [Notched Boxplots] [Invloed op het in...] [2009-11-13 21:11:29] [8cd69d0f4298074aa572ca2f9b39b6ae] [Current]
Feedback Forum

Post a new message
Dataseries X:
-21	38332	6	2.73
-21	38739	6	2.71
-24	38512	5	2.7
-22	39884	2	2.74
-21	40427	3	2.93
-27	37711	-2	3.14
-27	37086	-4	3
-21	36110	0	3.23
-23	35500	1	3.31
-19	32919	4	3.39
-26	34627	-3	3.35
-18	33643	-3	3.45
-19	34385	0	3.79
-17	33868	6	4.28
-22	34471	-1	4.34
-20	36419	0	4.62
-18	37108	-1	4.89
-17	35443	1	4.48
-18	35299	-4	4.15
-16	34871	-1	3.96
-15	35213	-1	3.58
-13	34178	0	3.73
-12	34791	3	4.23
-13	32680	0	4.05
-10	34951	8	4.23
-11	34955	8	4.3
-11	36407	8	4.21
-11	38977	8	4.38
-10	38536	11	4.55
-10	37288	13	4.41
-13	36683	5	4.19
-11	35916	12	4.03
-10	35299	13	3.88
-12	35254	9	4.03
-8	35465	11	3.9
-9	35114	7	3.66
-6	35638	12	3.72
-10	36045	11	3.58
-13	36630	10	3.63
-10	38076	13	3.74
-11	37058	14	3.87
-11	35349	10	3.71
-10	34383	13	3.8
-10	35193	12	3.61
-12	35210	13	3.28
-9	36113	17	3.23
-12	36112	15	3.04
-10	32948	6	3.08
-13	32851	9	3.01
-13	33382	6	2.72
-14	33926	11	2.61
-14	34106	12	2.66
-14	33115	13	2.56
-13	31649	11	2.74
-15	30937	16	2.89
-15	31198	16	3.14
-14	31033	19	3.12
-12	30996	14	3.01
-17	30524	15	
-15	30167	12	




Summary of computational transaction
Raw Inputview raw input (R code)
Raw Outputview raw output of R engine
Computing time0 seconds
R Server'Gwilym Jenkins' @ 72.249.127.135

\begin{tabular}{lllllllll}
\hline
Summary of computational transaction \tabularnewline
Raw Input & view raw input (R code)  \tabularnewline
Raw Output & view raw output of R engine  \tabularnewline
Computing time & 0 seconds \tabularnewline
R Server & 'Gwilym Jenkins' @ 72.249.127.135 \tabularnewline
\hline
\end{tabular}
%Source: https://freestatistics.org/blog/index.php?pk=57142&T=0

[TABLE]
[ROW][C]Summary of computational transaction[/C][/ROW]
[ROW][C]Raw Input[/C][C]view raw input (R code) [/C][/ROW]
[ROW][C]Raw Output[/C][C]view raw output of R engine [/C][/ROW]
[ROW][C]Computing time[/C][C]0 seconds[/C][/ROW]
[ROW][C]R Server[/C][C]'Gwilym Jenkins' @ 72.249.127.135[/C][/ROW]
[/TABLE]
Source: https://freestatistics.org/blog/index.php?pk=57142&T=0

Globally Unique Identifier (entire table): ba.freestatistics.org/blog/index.php?pk=57142&T=0

As an alternative you can also use a QR Code:  

The GUIDs for individual cells are displayed in the table below:

Summary of computational transaction
Raw Inputview raw input (R code)
Raw Outputview raw output of R engine
Computing time0 seconds
R Server'Gwilym Jenkins' @ 72.249.127.135



Parameters (Session):
Parameters (R input):
par1 = grey ;
R code (references can be found in the software module):
z <- as.data.frame(t(y))
bitmap(file='test1.png')
(r<-boxplot(z ,xlab=xlab,ylab=ylab,main=main,notch=TRUE,col=par1))
dev.off()
load(file='createtable')
a<-table.start()
a<-table.row.start(a)
a<-table.element(a,hyperlink('overview.htm','Boxplot statistics','Boxplot overview'),6,TRUE)
a<-table.row.end(a)
a<-table.row.start(a)
a<-table.element(a,'Variable',1,TRUE)
a<-table.element(a,hyperlink('lower_whisker.htm','lower whisker','definition of lower whisker'),1,TRUE)
a<-table.element(a,hyperlink('lower_hinge.htm','lower hinge','definition of lower hinge'),1,TRUE)
a<-table.element(a,hyperlink('central_tendency.htm','median','definitions about measures of central tendency'),1,TRUE)
a<-table.element(a,hyperlink('upper_hinge.htm','upper hinge','definition of upper hinge'),1,TRUE)
a<-table.element(a,hyperlink('upper_whisker.htm','upper whisker','definition of upper whisker'),1,TRUE)
a<-table.row.end(a)
for (i in 1:length(y[,1]))
{
a<-table.row.start(a)
a<-table.element(a,dimnames(t(x))[[2]][i],1,TRUE)
for (j in 1:5)
{
a<-table.element(a,r$stats[j,i])
}
a<-table.row.end(a)
}
a<-table.end(a)
table.save(a,file='mytable.tab')
a<-table.start()
a<-table.row.start(a)
a<-table.element(a,'Boxplot Notches',4,TRUE)
a<-table.row.end(a)
a<-table.row.start(a)
a<-table.element(a,'Variable',1,TRUE)
a<-table.element(a,'lower bound',1,TRUE)
a<-table.element(a,'median',1,TRUE)
a<-table.element(a,'upper bound',1,TRUE)
a<-table.row.end(a)
for (i in 1:length(y[,1]))
{
a<-table.row.start(a)
a<-table.element(a,dimnames(t(x))[[2]][i],1,TRUE)
a<-table.element(a,r$conf[1,i])
a<-table.element(a,r$stats[3,i])
a<-table.element(a,r$conf[2,i])
a<-table.row.end(a)
}
a<-table.end(a)
table.save(a,file='mytable1.tab')