Free Statistics

of Irreproducible Research!

Author's title

Author*The author of this computation has been verified*
R Software ModuleIan.Hollidayrwasp_varia1.wasp
Title produced by softwareHistogram and QQplot
Date of computationFri, 09 Oct 2009 07:56:35 -0600
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/Oct/09/t1255096706gcelj90w83o3x3w.htm/, Retrieved Thu, 28 Mar 2024 11:45:35 +0000
Statistical Computations at FreeStatistics.org, Office for Research Development and Education, URL https://freestatistics.org/blog/index.php?pk=45077, Retrieved Thu, 28 Mar 2024 11:45:35 +0000
QR Codes:

Original text written by user:
IsPrivate?No (this computation is public)
User-defined keywords
Estimated Impact105
Family? (F = Feedback message, R = changed R code, M = changed R Module, P = changed Parameters, D = changed Data)
-     [Histogram and QQplot] [PY2224 Aston Work...] [2009-10-06 09:57:09] [98fd0e87c3eb04e0cc2efde01dbafab6]
-   P   [Histogram and QQplot] [Advanced Statisti...] [2009-10-09 12:39:44] [1f2eee405e856af298c342ad186b571c]
-   P       [Histogram and QQplot] [bin=40] [2009-10-09 13:56:35] [884ebb82370a4806e86d87caf4822cde] [Current]
-   P         [Histogram and QQplot] [bin=100] [2009-10-09 14:02:27] [1f2eee405e856af298c342ad186b571c]
Feedback Forum

Post a new message
Dataseries X:
85
60
89
97
98
94
83
69
89
94
90
78
88
102
82
110
90
90
80
68
89
94
81
65
102
86
84
89
92
72
82
94
81
80
91
85
86
103
85
93
82
60
81
94
98
79
83
86
75
86
94
85
90
64
105
96
82
95
99
82
102
77
75
77
77
98
87
73
73
85
76
94
73
60
99
106
94
89
79
112
94
82
75
86
79
82
92
94
84
93
60
82
71
89
110
74
98
96
106
103
87
98
72
98
84
77
85
85
99
90
87
99
89
97
106
82
90
92
95
99
86
90
84
70
92
98
110
92
93
87
91
104
88
92
107
85
93
89
101
94
82
88
73
112
93
77
93
93
87
95
93
74
69
80
82
98
112
101
87
90
72
85
97
107
77
89
103
87
112
95
92
89
86
85
92
78




Summary of computational transaction
Raw Inputview raw input (R code)
Raw Outputview raw output of R engine
Computing time1 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 & 1 seconds \tabularnewline
R Server & 'Gwilym Jenkins' @ 72.249.127.135 \tabularnewline
\hline
\end{tabular}
%Source: https://freestatistics.org/blog/index.php?pk=45077&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]1 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=45077&T=0

Globally Unique Identifier (entire table): ba.freestatistics.org/blog/index.php?pk=45077&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 time1 seconds
R Server'Gwilym Jenkins' @ 72.249.127.135







Descriptive Statistics
mean88.2045454545455formula
standard deviation10.9999055485910formula

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

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

Globally Unique Identifier (entire table): ba.freestatistics.org/blog/index.php?pk=45077&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
mean88.2045454545455formula
standard deviation10.9999055485910formula



Parameters (Session):
par1 = 40 ;
Parameters (R input):
par1 = 40 ;
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)
dev.off()
bitmap(file='test2.png')
qqnorm(x)
qqline(x, col=2)
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')