Free Statistics

of Irreproducible Research!

Author's title

Author*Unverified author*
R Software Modulerwasp_meanversusmedian.wasp
Title produced by softwareMean versus Median
Date of computationTue, 19 Oct 2010 15:16:47 +0000
Cite this page as followsStatistical Computations at FreeStatistics.org, Office for Research Development and Education, URL https://freestatistics.org/blog/index.php?v=date/2010/Oct/19/t1287501540bjcivqwuwy3bunt.htm/, Retrieved Mon, 29 Apr 2024 07:14:55 +0000
Statistical Computations at FreeStatistics.org, Office for Research Development and Education, URL https://freestatistics.org/blog/index.php?pk=86635, Retrieved Mon, 29 Apr 2024 07:14:55 +0000
QR Codes:

Original text written by user:
IsPrivate?No (this computation is public)
User-defined keywordsKDGP1W52
Estimated Impact71
Family? (F = Feedback message, R = changed R code, M = changed R Module, P = changed Parameters, D = changed Data)
-       [Mean versus Median] [] [2010-10-19 15:16:47] [30681199eb2b91d06bf445c1ee7d20a2] [Current]
Feedback Forum

Post a new message
Dataseries X:
98,6
100,1
98,8
98,3
102,8
103,6
105,2
100,1
98,2
98,4
97,4
98,4
100,3
101,1
104,1
107,3
110,1
112,6
114,3
115,3
109,9
108,2
103,2
101,8
105,6
108,2
109,8
114,6
117,2
116,5
116,1
112,1
106,8
106,9
104,5
103
105,9
107,7
107,1
112,5
114,5
114,6
113,1
112,8
111,9
112
112,4
110
112,3
109,6
111,9
110,8
110,4
110,8
114
108,4
110,5
105,1
102,3
104,3
103,4
102,4
104,5
107,3
110,1
111,8
111,8
105,7
106
106,4
107,1
111,5
109,6
109,9
109,3
111,4
112,9
115,5
118,4
116,2
113,3
113,8
114,1
117,1
115,5
115,2
114,2
115,3
118,8
118
118,1
111,8
112
114,3
115
118,5
117,6
119,1
120,6
123,6
122,7
123,8
123,1
124,5
120,7
118,7
119
122,3
118,6
118,1
118,2
120,8
119,7
119,7
117,1
114,5
116,5
116,4
114,9
115,5




Summary of computational transaction
Raw Inputview raw input (R code)
Raw Outputview raw output of R engine
Computing time2 seconds
R Server'RServer@AstonUniversity' @ vre.aston.ac.uk

\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 & 2 seconds \tabularnewline
R Server & 'RServer@AstonUniversity' @ vre.aston.ac.uk \tabularnewline
\hline
\end{tabular}
%Source: https://freestatistics.org/blog/index.php?pk=86635&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]2 seconds[/C][/ROW]
[ROW][C]R Server[/C][C]'RServer@AstonUniversity' @ vre.aston.ac.uk[/C][/ROW]
[/TABLE]
Source: https://freestatistics.org/blog/index.php?pk=86635&T=0

Globally Unique Identifier (entire table): ba.freestatistics.org/blog/index.php?pk=86635&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 time2 seconds
R Server'RServer@AstonUniversity' @ vre.aston.ac.uk







Median versus Mean
mean111.301666666667
median111.95

\begin{tabular}{lllllllll}
\hline
Median versus Mean \tabularnewline
mean & 111.301666666667 \tabularnewline
median & 111.95 \tabularnewline
\hline
\end{tabular}
%Source: https://freestatistics.org/blog/index.php?pk=86635&T=1

[TABLE]
[ROW][C]Median versus Mean[/C][/ROW]
[ROW][C]mean[/C][C]111.301666666667[/C][/ROW]
[ROW][C]median[/C][C]111.95[/C][/ROW]
[/TABLE]
Source: https://freestatistics.org/blog/index.php?pk=86635&T=1

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

As an alternative you can also use a QR Code:  

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

Median versus Mean
mean111.301666666667
median111.95



Parameters (Session):
Parameters (R input):
R code (references can be found in the software module):
library(Hmisc)
m <- mean(x)
e <- median(x)
bitmap(file='test1.png')
op <- par(mfrow=c(2,1))
mydensity1 <- density(x,kernel='gaussian',na.rm=TRUE)
plot(mydensity1,main='Density Plot - Gaussian Kernel',xlab='Median (0 -> full line) | Mean (0 -> dashed line)',ylab='density')
abline(v=e,lty=1)
abline(v=m,lty=5)
grid()
myseq <- seq(0.01, 0.99, 0.01)
hd <- hdquantile(x, probs = myseq, se = TRUE, na.rm = FALSE, names = TRUE, weights=FALSE)
plot(myseq,hd,col=2,main='Harrell-Davis Quantiles',xlab='quantiles',ylab='Median (0 -> full) | Mean (0 -> dashed)')
abline(h=m,lty=5)
abline(h=e,lty=1)
grid()
par(op)
dev.off()
load(file='createtable')
a<-table.start()
a<-table.row.start(a)
a<-table.element(a,'Median versus Mean',2,TRUE)
a<-table.row.end(a)
a<-table.row.start(a)
a<-table.element(a,'mean',header=TRUE)
a<-table.element(a,mean(x))
a<-table.row.end(a)
a<-table.row.start(a)
a<-table.element(a,'median',header=TRUE)
a<-table.element(a,median(x))
a<-table.row.end(a)
a<-table.end(a)
table.save(a,file='mytable.tab')