Free Statistics

of Irreproducible Research!

Author's title

Author*Unverified author*
R Software Modulerwasp_notchedbox1.wasp
Title produced by softwareNotched Boxplots
Date of computationThu, 18 Aug 2011 04:12:21 -0400
Cite this page as followsStatistical Computations at FreeStatistics.org, Office for Research Development and Education, URL https://freestatistics.org/blog/index.php?v=date/2011/Aug/18/t1313655681whds3c4gobwxq22.htm/, Retrieved Wed, 15 May 2024 14:07:12 +0000
Statistical Computations at FreeStatistics.org, Office for Research Development and Education, URL https://freestatistics.org/blog/index.php?pk=124001, Retrieved Wed, 15 May 2024 14:07:12 +0000
QR Codes:

Original text written by user:
IsPrivate?No (this computation is public)
User-defined keywords
Estimated Impact163
Family? (F = Feedback message, R = changed R code, M = changed R Module, P = changed Parameters, D = changed Data)
-       [Notched Boxplots] [Boxplot Bezoekers] [2011-08-18 08:12:21] [d41d8cd98f00b204e9800998ecf8427e] [Current]
Feedback Forum

Post a new message
Dataseries X:
jan/02	760
feb/02	730
mrt/02	730
apr/02	680
mei/02	730
jun/02	710
jul/02	800
aug/02	830
sep/02	820
okt/02	770
nov/02	800
dec/02	840
jan/03	800
feb/03	710
mrt/03	800
apr/03	780
mei/03	760
jun/03	730
jul/03	770
aug/03	880
sep/03	850
okt/03	810
nov/03	770
dec/03	810
jan/04	890
feb/04	790
mrt/04	840
apr/04	830
mei/04	740
jun/04	760
jul/04	630
aug/04	890
sep/04	900
okt/04	820
nov/04	810
dec/04	820
jan/05	890
feb/05	810
mrt/05	810
apr/05	840
mei/05	830
jun/05	790
jul/05	610
aug/05	870
sep/05	870
okt/05	820
nov/05	800
dec/05	840
jan/06	860
feb/06	860
mrt/06	730
apr/06	850
mei/06	860
jun/06	900
jul/06	610
aug/06	960
sep/06	820
okt/06	860
nov/06	810
dec/06	820
jan/07	820
feb/07	880
mrt/07	840
apr/07	910
mei/07	860
jun/07	880
jul/07	620
aug/07	970
sep/07	810
okt/07	880
nov/07	870
dec/07	800
jan/08	740
feb/08	1010
mrt/08	850
apr/08	980
mei/08	880
jun/08	870
jul/08	660
aug/08	940
sep/08	860
okt/08	880
nov/08	1000
dec/08	840
jan/09	800
feb/09	1060
mrt/09	790
apr/09	930
mei/09	920
jun/09	840
jul/09	690
aug/09	940
sep/09	1010
okt/09	890
nov/09	1000
dec/09	820
jan/10	800
feb/10	1000
mrt/10	780
apr/10	1010
mei/10	950
jun/10	830
jul/10	670
aug/10	1000
sep/10	960
okt/10	920
nov/10	1040
dec/10	860




Summary of computational transaction
Raw Inputview raw input (R code)
Raw Outputview raw output of R engine
Computing time0 seconds
R Server'Gwilym Jenkins' @ jenkins.wessa.net
R Engine error message
Error in as.vector(data) : object 'jan' not found
Calls: array -> as.vector
Execution halted

\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' @ jenkins.wessa.net \tabularnewline
R Engine error message & 
Error in as.vector(data) : object 'jan' not found
Calls: array -> as.vector
Execution halted
\tabularnewline \hline \end{tabular} %Source: https://freestatistics.org/blog/index.php?pk=124001&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' @ jenkins.wessa.net[/C][/ROW]
[ROW][C]R Engine error message[/C][C]
Error in as.vector(data) : object 'jan' not found
Calls: array -> as.vector
Execution halted
[/C][/ROW] [/TABLE] Source: https://freestatistics.org/blog/index.php?pk=124001&T=0

Globally Unique Identifier (entire table): ba.freestatistics.org/blog/index.php?pk=124001&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' @ jenkins.wessa.net
R Engine error message
Error in as.vector(data) : object 'jan' not found
Calls: array -> as.vector
Execution halted



Parameters (Session):
par1 = grey ;
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')