Free Statistics

of Irreproducible Research!

Author's title

Author*The author of this computation has been verified*
R Software Modulerwasp_stem.wasp
Title produced by softwareStem-and-leaf Plot
Date of computationSun, 19 Oct 2008 12:15:30 -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/2008/Oct/19/t122444020169wrvqqo4sz3hyr.htm/, Retrieved Sun, 19 May 2024 13:21:39 +0000
Statistical Computations at FreeStatistics.org, Office for Research Development and Education, URL https://freestatistics.org/blog/index.php?pk=17023, Retrieved Sun, 19 May 2024 13:21:39 +0000
QR Codes:

Original text written by user:Werkelijk begonnen woongebouwen - koninkrijk, Aantal gebouwen
IsPrivate?No (this computation is public)
User-defined keywords
Estimated Impact146
Family? (F = Feedback message, R = changed R code, M = changed R Module, P = changed Parameters, D = changed Data)
F     [Univariate Data Series] [blog 1e tijdreeks...] [2008-10-13 19:23:31] [7173087adebe3e3a714c80ea2417b3eb]
-   PD  [Univariate Data Series] [tijdreeksen opnie...] [2008-10-19 17:27:22] [7173087adebe3e3a714c80ea2417b3eb]
- RMP       [Stem-and-leaf Plot] [tijdreeks 3 stem ...] [2008-10-19 18:15:30] [95d95b0e883740fcbc85e18ec42dcafb] [Current]
Feedback Forum

Post a new message
Dataseries X:
1.712
2.641
2.267
2.126
2.231
1.517
2.010
2.628
2.115
1.829
1.636
1.787
2.122
2.620
2.555
2.337
2.524
1.801
2.417
2.389
2.267
2.135
1.760
1.905
2.176
2.344
2.673
2.766
2.785
2.003
2.588
2.739
2.703
2.464
1.974
2.164
2.385
2.936
2.700
2.855
2.764
1.808
2.588
2.600
2.526
2.259
1.738
1.902
2.137
2.460
2.495
2.525
2.465
1.828
2.273
2.377
2.344
2.071
1.611
1.671




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

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







Stem-and-leaf Plot
Please, click the above output link to view the Stem-and-leaf plot

\begin{tabular}{lllllllll}
\hline
Stem-and-leaf Plot \tabularnewline
Please, click the above output link to view the Stem-and-leaf plot \tabularnewline
\hline
\end{tabular}
%Source: https://freestatistics.org/blog/index.php?pk=17023&T=1

[TABLE]
[ROW][C]Stem-and-leaf Plot[/C][/ROW]
[ROW][C]Please, click the above output link to view the Stem-and-leaf plot[/C][/ROW]
[/TABLE]
Source: https://freestatistics.org/blog/index.php?pk=17023&T=1

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

As an alternative you can also use a QR Code:  

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

Stem-and-leaf Plot
Please, click the above output link to view the Stem-and-leaf plot



Parameters (Session):
par1 = 1 ; par2 = 80 ; par3 = 1e-08 ;
Parameters (R input):
par1 = 1 ; par2 = 80 ; par3 = 1e-08 ;
R code (references can be found in the software module):
par1 <- as.numeric(par1)
par2 <- as.numeric(par2)
par3 <- as.numeric(par3)
stem(x,par1,par2,par3)
load(file='createtable')
a<-table.start()
a<-table.row.start(a)
a<-table.element(a,'Stem-and-leaf Plot',1,TRUE)
a<-table.row.end(a)
a<-table.row.start(a)
a<-table.element(a,'Please, click the above output link to view the Stem-and-leaf plot')
a<-table.row.end(a)
a<-table.end(a)
table.save(a,file='mytable.tab')