Free Statistics

of Irreproducible Research!

Author's title

Author*The author of this computation has been verified*
R Software Modulerwasp_Reddy-Moores DAta.wasp
Title produced by softwareHistogram and QQPlot (Reddy-Moores Data)
Date of computationFri, 03 May 2024 18:52:07 +0200
Cite this page as followsStatistical Computations at FreeStatistics.org, Office for Research Development and Education, URL https://freestatistics.org/blog/index.php?v=date/2024/May/03/t1714755128b41o2dff0r4baj3.htm/, Retrieved Sun, 19 Apr 2026 18:20:38 +0200
Statistical Computations at FreeStatistics.org, Office for Research Development and Education, URL https://freestatistics.org/blog/index.php?pk=, Retrieved Sun, 19 Apr 2026 18:20:38 +0200
QR Codes:

Original text written by user:555
IsPrivate?No (this computation is public)
User-defined keywords555
Estimated Impact0
Dataseries X:
0.224565646
0.261571480
0.253029834
0.033938060
0.353208554
0.033295045
0.002171707
0.084136132
0.077468368
0.010160325
0.079746191
0.263485597
0.460389066
0.132348066
0.529154319
0.032287005
0.472190992
0.037985170
0.019795866
0.053763887
0.086771175
0.143764004
0.202780264
0.006932185
0.124637036
0.116166293
0.037363442
0.416532177
0.612491026
0.012781084
0.163992436
0.212717925
0.092409609
0.150134816
0.047430792
0.022017328
0.350262865
0.013821921
0.578796918
0.030264300
0.090627282
0.029354226
0.182663201
0.372085552
0.235142217
0.311617946
0.030548270
0.068424450
0.043757662
0.238109173
0.465951209
0.127494709
0.010810575
0.230141979
0.426687450
0.175605499
0.005595384
0.203565169
0.236888269
0.153586896
0.027445414
0.026240968
0.299075759
0.171469487
0.016355307
0.220064442
0.137054994
0.034683689
0.085767702
0.119746590
0.223347602
0.026601623
0.063485064
0.467803972
0.012650088
0.048496183
0.047170846
0.043196485
0.095073370
0.538513979
0.045034181
0.427235474
0.289835816
0.150884924
0.176887675
0.369202741
0.178461483
0.077501113
0.281105892
0.051375864
0.357311398
0.561861189
0.028342902
0.326209843
0.303994601
0.020530542
0.278139180
0.582716856
0.071720238
0.237546024




Summary of computational transaction
Raw Input view raw input (R code)
Raw Outputview raw output of R engine
Computing time0 seconds
R ServerBig Analytics Cloud Computing Center

\begin{tabular}{lllllllll}
\hline
Summary of computational transaction \tabularnewline
Raw Input view raw input (R code)  \tabularnewline
Raw Outputview raw output of R engine  \tabularnewline
Computing time0 seconds \tabularnewline
R ServerBig Analytics Cloud Computing Center \tabularnewline
\hline
\end{tabular}
%Source: https://freestatistics.org/blog/index.php?pk=&T=0

[TABLE]
[ROW]
Summary of computational transaction[/C][/ROW] [ROW]Raw Input[/C] view raw input (R code) [/C][/ROW] [ROW]Raw Output[/C]view raw output of R engine [/C][/ROW] [ROW]Computing time[/C]0 seconds[/C][/ROW] [ROW]R Server[/C]Big Analytics Cloud Computing Center[/C][/ROW] [/TABLE] Source: https://freestatistics.org/blog/index.php?pk=&T=0

Globally Unique Identifier (entire table): ba.freestatistics.org/blog/index.php?pk=&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 Input view raw input (R code)
Raw Outputview raw output of R engine
Computing time0 seconds
R ServerBig Analytics Cloud Computing Center



Parameters (Session):
par1 = 1 ; par2 = 1 ; par3 = 1 ; par4 = 0 ; par5 = 0 ; par6 = 1 ;
Parameters (R input):
par1 = 10 ;
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, main=main)
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')