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 computationWed, 22 Dec 2010 16:14:48 +0000
Cite this page as followsStatistical Computations at FreeStatistics.org, Office for Research Development and Education, URL https://freestatistics.org/blog/index.php?v=date/2010/Dec/22/t1293034442kzd9h4oporwfhth.htm/, Retrieved Mon, 06 May 2024 03:35:04 +0000
Statistical Computations at FreeStatistics.org, Office for Research Development and Education, URL https://freestatistics.org/blog/index.php?pk=114354, Retrieved Mon, 06 May 2024 03:35:04 +0000
QR Codes:

Original text written by user:
IsPrivate?No (this computation is public)
User-defined keywords
Estimated Impact142
Family? (F = Feedback message, R = changed R code, M = changed R Module, P = changed Parameters, D = changed Data)
-       [Stem-and-leaf Plot] [Stem-and-Leaf plot] [2010-12-22 16:14:48] [039869833c16fe697975601e6b065e0f] [Current]
Feedback Forum

Post a new message
Dataseries X:
1038.00
934.00
988.00
870.00
854.00
834.00
872.00
954.00
870.00
1238.00
1082.00
1053.00
934.00
787.00
1081.00
908.00
995.00
825.00
822.00
856.00
887.00
1094.00
990.00
936.00
1097.00
918.00
926.00
907.00
899.00
971.00
1087.00
1000.00
1071.00
1190.00
1116.00
1070.00
1314.00
1068.00
1185.00
1215.00
1145.00
1251.00
1363.00
1368.00
1535.00
1853.00
1866.00
2023.00
1373.00
1968.00
1424.00
1160.00
1243.00
1375.00
1539.00
1773.00
1906.00
2076.00
2004.00




Summary of computational transaction
Raw Inputview raw input (R code)
Raw Outputview raw output of R engine
Computing time1 seconds
R Server'RServer@AstonUniversity' @ vre.aston.ac.uk

\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 & 'RServer@AstonUniversity' @ vre.aston.ac.uk \tabularnewline
\hline
\end{tabular}
%Source: https://freestatistics.org/blog/index.php?pk=114354&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]'RServer@AstonUniversity' @ vre.aston.ac.uk[/C][/ROW]
[/TABLE]
Source: https://freestatistics.org/blog/index.php?pk=114354&T=0

Globally Unique Identifier (entire table): ba.freestatistics.org/blog/index.php?pk=114354&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'RServer@AstonUniversity' @ vre.aston.ac.uk







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

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