Free Statistics

of Irreproducible Research!

Author's title

Author*Unverified author*
R Software Modulerwasp_varia1m.wasp
Title produced by softwareHistogram and QQplot
Date of computationMon, 07 Nov 2011 17:49:45 -0500
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/Nov/07/t1320706232wirtud0lf397pox.htm/, Retrieved Thu, 28 Mar 2024 21:10:50 +0000
Statistical Computations at FreeStatistics.org, Office for Research Development and Education, URL https://freestatistics.org/blog/index.php?pk=140458, Retrieved Thu, 28 Mar 2024 21:10:50 +0000
QR Codes:

Original text written by user:
IsPrivate?No (this computation is public)
User-defined keywords
Estimated Impact77
Family? (F = Feedback message, R = changed R code, M = changed R Module, P = changed Parameters, D = changed Data)
-       [Histogram and QQplot] [histqqplotnoplace...] [2011-11-07 22:49:45] [d41d8cd98f00b204e9800998ecf8427e] [Current]
Feedback Forum

Post a new message
Dataseries X:
66.67
66.33
64.33
64
63.33
61.33
64.67
63
60.67
63.67
60.67
61.67
62.33
60.33
59.67
60.33
59.33
58.67
58.67
59.33
57.33
59.33
56
53.67
58.67
49.33
71.33
70.33
69
66
66
63.33
65.33
64.33
64
61.67
63.67
64.67
61.67
62
61.33
63.67
61.33
62.33
59.67
59.33
61.67
58.67
58
56.67
59.67
58
57
57.67
58.67
55.33
56
55.67
53.33
53.67
51
47
4.33
70
68.67
67.67
66
65.67
65.67
63.67
63.67
64
62
62
61.67
61.67
63.33
61
62.33
60.33
60.33
60.67
57.67
58.33
58
57.33
56.67
58
55.33
55.67
54.67
56.33
55
55
54.67
54.33
49
48.33
49.67
43.67
6.33
3
66.67
67.33
65.33
66
65.67
66.67
65.67
65
64.67
66.67
63.67
63.33
63.67
63.33
63.67
63
61.67
61.33
60.67
60
61.67
61.33
58.67
60.33
59.67
59.33
59.67
61
61
60
60
58.67
58.33
58
56.33
54.67
55.33
54
52.67
44
65.67
65
66.33
64
62.33
61.33
63
63.67
62
61.33
64.67
62.67
64
61
60.67
59.67
60.33
56.67
56.67
54.33
51
51
47
68
65
64
64
64
62
61
60
60
62
60
59
61
60
60
58
58
60
58
59
56
54
51
47




Summary of computational transaction
Raw Inputview raw input (R code)
Raw Outputview raw output of R engine
Computing time1 seconds
R Server'Herman Ole Andreas Wold' @ wold.wessa.net

\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 & 'Herman Ole Andreas Wold' @ wold.wessa.net \tabularnewline
\hline
\end{tabular}
%Source: https://freestatistics.org/blog/index.php?pk=140458&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]'Herman Ole Andreas Wold' @ wold.wessa.net[/C][/ROW]
[/TABLE]
Source: https://freestatistics.org/blog/index.php?pk=140458&T=0

Globally Unique Identifier (entire table): ba.freestatistics.org/blog/index.php?pk=140458&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'Herman Ole Andreas Wold' @ wold.wessa.net







Descriptive Statistics
mean59.3018518518519formula
standard deviation8.51915190684953formula

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

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

Globally Unique Identifier (entire table): ba.freestatistics.org/blog/index.php?pk=140458&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
mean59.3018518518519formula
standard deviation8.51915190684953formula



Parameters (Session):
par1 = 10 ; par2 = 1 ;
Parameters (R input):
par1 = 10 ; par2 = 1 ;
R code (references can be found in the software module):
par2 <- as.numeric(par2)
x <- as.numeric(y[par2,])
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()
bitmap(file='test3.png')
plot(density(x))
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')