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:04:13 -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/t12244395928d7znxqivlai1z1.htm/, Retrieved Fri, 17 May 2024 22:39:19 +0000
Statistical Computations at FreeStatistics.org, Office for Research Development and Education, URL https://freestatistics.org/blog/index.php?pk=17017, Retrieved Fri, 17 May 2024 22:39:19 +0000
QR Codes:

Original text written by user:Bouwvergunningen volgens effectieve datum van toekenning - woongebouwen - koninkrijk, Aantal woningen + gebouwen
IsPrivate?No (this computation is public)
User-defined keywords
Estimated Impact161
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:13:12] [7173087adebe3e3a714c80ea2417b3eb]
- RMP       [Stem-and-leaf Plot] [tijdreeks 1 stem ...] [2008-10-19 18:04:13] [95d95b0e883740fcbc85e18ec42dcafb] [Current]
Feedback Forum

Post a new message
Dataseries X:
5.014
6.153
6.441
5.584
6.427
6.062
5.589
6.216
5.809
4.989
6.706
7.174
6.122
8.075
6.292
6.337
8.576
6.077
5.931
6.288
7.167
6.054
6.468
6.401
6.927
7.914
7.728
8.699
8.522
6.481
7.502
7.778
7.424
6.941
8.574
9.169
7.701
9.035
7.158
8.195
8.124
7.073
7.017
7.390
7.776
6.197
6.889
7.087
6.485
7.654
6.501
6.313
7.826
6.589
6.729
5.684
8.105
6.391
5.901
6.758




Summary of computational transaction
Raw Inputview raw input (R code)
Raw Outputview raw output of R engine
Computing time2 seconds
R Server'Sir Ronald Aylmer Fisher' @ 193.190.124.24

\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 & 2 seconds \tabularnewline
R Server & 'Sir Ronald Aylmer Fisher' @ 193.190.124.24 \tabularnewline
\hline
\end{tabular}
%Source: https://freestatistics.org/blog/index.php?pk=17017&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]2 seconds[/C][/ROW]
[ROW][C]R Server[/C][C]'Sir Ronald Aylmer Fisher' @ 193.190.124.24[/C][/ROW]
[/TABLE]
Source: https://freestatistics.org/blog/index.php?pk=17017&T=0

Globally Unique Identifier (entire table): ba.freestatistics.org/blog/index.php?pk=17017&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 time2 seconds
R Server'Sir Ronald Aylmer Fisher' @ 193.190.124.24







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=17017&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=17017&T=1

Globally Unique Identifier (entire table): ba.freestatistics.org/blog/index.php?pk=17017&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')