R version 2.9.0 (2009-04-17) Copyright (C) 2009 The R Foundation for Statistical Computing ISBN 3-900051-07-0 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > x <- c(426113,383703,232444,70939,226731,947293,611281,158047,33999,37028,3883,506652,39225,180818,198296,217465,275562,1030944,5747,136452,556277,213361,274482,220553,23671,260642,2763544,213923,169861,403064,449594,406167,206893,156187,257102,62156,662883,251422,171328,350089,221588,4813,183186,190379,223166,232669,356725,109215,475834,315955,69487,895,278741,30816,207533,192797,601162,289714,293671,386688,699645,85094,131812,645285,197549,308174,8658,242205,238502,187881,140321,44031,421403,218761,1305923,13755,262517,348821,150034,64016,261596,2597,17126,203077,249148,211655,25264,438555,23989,401915,216886,184641,380155,653641,313906,366936,236302,229641,235577,103898,263906,241171,216548,295281,193299,204386,257567,136813,240755,59609,213511,380531,242344,250407,183613,191835,266793,246542,330563,403556,208108,32404,308532,199297,200156,262875,287069,190157,199746,265777,435956,72844,75646,206771,4202361,401422,216046,39047,441437) > par3 = '1e-08' > par2 = '80' > par1 = '1' > #'GNU S' R Code compiled by R2WASP v. 1.0.44 () > #Author: Prof. Dr. P. Wessa > #To cite this work: AUTHOR(S), (YEAR), YOUR SOFTWARE TITLE (vNUMBER) in Free Statistics Software (v$_version), Office for Research Development and Education, URL http://www.wessa.net/rwasp_YOURPAGE.wasp/ > #Source of accompanying publication: Office for Research, Development, and Education > #Technical description: Write here your technical program description (don't use hard returns!) > par1 <- as.numeric(par1) > par2 <- as.numeric(par2) > par3 <- as.numeric(par3) > stem(x,par1,par2,par3) The decimal point is 5 digit(s) to the right of the | 0 | 00001112223333444466677789013444566778888999999 2 | 0000000111111112222222233334444444555566666667778899901112355678889 4 | 00001234445816 6 | 015560 8 | 5 10 | 3 12 | 1 14 | 16 | 18 | 20 | 22 | 24 | 26 | 6 28 | 30 | 32 | 34 | 36 | 38 | 40 | 42 | 0 > > #Note: the /var/www/html/rcomp/createtable file can be downloaded at http://www.wessa.net/cretab > load(file="/var/www/html/rcomp/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="/var/www/html/rcomp/tmp/17ovq1285944334.tab") > > > > proc.time() user system elapsed 0.19 0.03 0.22