Free Statistics

of Irreproducible Research!

Author's title

Author*The author of this computation has been verified*
R Software ModuleIan.Hollidayrwasp_Distributional Plots.wasp
Title produced by softwareHistogram, QQplot and Density
Date of computationTue, 19 Oct 2010 07:20:50 +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/t1287472803ugfc5y5be6guau0.htm/, Retrieved Sun, 28 Apr 2024 22:50:45 +0000
Statistical Computations at FreeStatistics.org, Office for Research Development and Education, URL https://freestatistics.org/blog/index.php?pk=85789, Retrieved Sun, 28 Apr 2024 22:50:45 +0000
QR Codes:

Original text written by user:
IsPrivate?No (this computation is public)
User-defined keywords
Estimated Impact110
Family? (F = Feedback message, R = changed R code, M = changed R Module, P = changed Parameters, D = changed Data)
-     [Histogram, QQplot and Density] [Workshop 1 ] [2010-09-29 15:04:17] [98fd0e87c3eb04e0cc2efde01dbafab6]
-    D  [Histogram, QQplot and Density] [Histogram and QQp...] [2010-10-16 16:14:02] [74be16979710d4c4e7c6647856088456]
-    D      [Histogram, QQplot and Density] [20% trim histogra...] [2010-10-19 07:20:50] [d41d8cd98f00b204e9800998ecf8427e] [Current]
Feedback Forum

Post a new message
Dataseries X:
62.60
47.20
59.67
57.67
69.87
62.67
65.80
60.40
66.00
64.87
61.47
62.40
67.60
70.73
66.00
61.60
61.27
65.80
60.33
53.87
64.67
65.00
58.27
64.47
59.73
62.13
17.60
60.87
62.80
62.87
62.87
73.00
69.53
67.33
61.00
57.47
62.40
62.80
69.93
51.53
65.80
62.93
36.33
62.93
61.40
57.80
59.80
66.73
55.93
63.73
63.67
63.87
59.53
64.07
65.07
58.27
59.13
64.60
63.20
66.53
56.33
64.60
64.67
58.80
64.27
68.73
64.67
66.00
52.67
66.73
62.80
66.00
63.60
62.20
64.67
61.60
58.93
66.27
64.27
64.67
63.53
63.53
66.47
62.40
60.73
64.67
72.07
67.47
68.60
64.67
61.33
66.53
65.20
64.20
72.73
67.47
62.60
61.60
63.00
65.00
65.07
58.40
65.67
61.47
70.07
58.33
64.07
64.80
59.47
63.00
56.20
64.73
62.00
66.20
63.33
64.13
70.07
63.07
57.13
61.93
64.67
60.80
68.07
68.67
66.87
58.07
63.27
71.07
61.00
59.53
57.87
59.13
60.13
67.07
59.00
63.47
72.73




Summary of computational transaction
Raw Inputview raw input (R code)
Raw Outputview raw output of R engine
Computing time3 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 & 3 seconds \tabularnewline
R Server & 'RServer@AstonUniversity' @ vre.aston.ac.uk \tabularnewline
\hline
\end{tabular}
%Source: https://freestatistics.org/blog/index.php?pk=85789&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]3 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=85789&T=0

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







Descriptive Statistics
mean62.7171532846715formula
standard deviation6.14889504049127formula

\begin{tabular}{lllllllll}
\hline
Descriptive Statistics \tabularnewline
mean & 62.7171532846715 & formula \tabularnewline
standard deviation & 6.14889504049127 & formula \tabularnewline
\hline
\end{tabular}
%Source: https://freestatistics.org/blog/index.php?pk=85789&T=1

[TABLE]
[ROW][C]Descriptive Statistics[/C][/ROW]
[ROW][C]mean[/C][C]62.7171532846715[/C][C]formula[/C][/ROW]
[ROW][C]standard deviation[/C][C]6.14889504049127[/C][C]formula[/C][/ROW]
[/TABLE]
Source: https://freestatistics.org/blog/index.php?pk=85789&T=1

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

As an alternative you can also use a QR Code:  

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

Descriptive Statistics
mean62.7171532846715formula
standard deviation6.14889504049127formula



Parameters (Session):
par1 = 15 ;
Parameters (R input):
par1 = 15 ;
R code (references can be found in the software module):
bitmap(file='test1.png')
par1 <- as.numeric(par1)
myhist<-hist(x, breaks=par1, col=2, xlab=xlab)
dev.off()
bitmap(file='test2.png')
qqnorm(x)
qqline(x, col=2)
dev.off()
bitmap(file='test3.png')
plot(density(x), xlab=xlab)
dev.off()
load(file='createtable')
a<-table.start()
a<-table.row.start(a)
a<-table.element(a,'Descriptive Statistics',3,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.element(a,hyperlink('arithmetic_mean.htm','formula','click to see the formula'))
a<-table.row.end(a)
a<-table.row.start(a)
a<-table.element(a,'standard deviation',header=TRUE)
a<-table.element(a,sd(x))
a<-table.element(a,hyperlink('unbiased1.htm','formula','click to see the formula'))
a<-table.row.end(a)
a<-table.end(a)
table.save(a,file='mytable.tab')