R version 2.6.0 (2007-10-03) Copyright (C) 2007 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(-54585923.9608374 + ,284178326.013771 + ,341572769.203685 + ,-305584117.825521 + ,72601748.093981 + ,269875743.957454 + ,545378383.81501 + ,-1080159123.89824 + ,-66113378.4250056 + ,336091630.186778 + ,1141683019.02273 + ,-97472640.307259 + ,169002300.846839 + ,18026141.0849900 + ,-52668818.4094933 + ,402182209.635002 + ,-227737178.180646 + ,474585607.051049 + ,483793368.92274 + ,-276155255.962447 + ,-27956809.6731156 + ,-442369424.723268 + ,-69256075.3224218 + ,375715529.951111 + ,46986236.4722119 + ,136143709.74682 + ,132007418.805430 + ,-663763880.671641 + ,147966668.184775 + ,278897560.266698 + ,-237459068.130435 + ,259228833.585435 + ,74789938.210796 + ,650144105.702385 + ,79620403.60304 + ,-216698865.853065 + ,-735214261.97043 + ,162457893.645901 + ,-58121312.5771535 + ,-153836426.765747 + ,79580379.371788 + ,-179465887.453144 + ,104482789.810226 + ,-358426623.898216 + ,26221118.6466713 + ,-1015522822.04720 + ,-20586.3226051331 + ,-39666647.7590294 + ,-313758998.875546 + ,-52540621.7473602 + ,-337223975.429718 + ,192866168.602512 + ,318886158.734169 + ,-312680158.593758 + ,-458480927.374489 + ,-143664886.762672 + ,-359164979.90942 + ,-1340026775.70372 + ,-11040668.3323746 + ,-886835645.888432) > par2 = '0' > par1 = '0' > #'GNU S' R Code compiled by R2WASP v. 1.0.44 () > #Author: Prof. Dr. P. Wessa > #To cite this work: Wessa P., (2007), Univariate Explorative Data Analysis (v1.0.5) in Free Statistics Software (v$_version), Office for Research Development and Education, URL http://www.wessa.net/rwasp_edauni.wasp/ > #Source of accompanying publication: Office for Research, Development, and Education > #Technical description: Write here your technical program description > par1 <- as.numeric(par1) > par2 <- as.numeric(par2) > x <- as.ts(x) > library(lattice) > postscript(file="/var/www/html/rcomp/tmp/11aif1197647444.ps",horizontal=F,pagecentre=F,paper="special",width=8.3333333333333,height=5.5555555555556) > plot(x,type='l',main='Run Sequence Plot',xlab='time or index',ylab='value') > grid() > dev.off() null device 1 > postscript(file="/var/www/html/rcomp/tmp/2z2g81197647444.ps",horizontal=F,pagecentre=F,paper="special",width=8.3333333333333,height=5.5555555555556) > hist(x) > grid() > dev.off() null device 1 > postscript(file="/var/www/html/rcomp/tmp/3pu071197647444.ps",horizontal=F,pagecentre=F,paper="special",width=8.3333333333333,height=5.5555555555556) > if (par1 > 0) + { + densityplot(~x,col='black',main=paste('Density Plot bw = ',par1),bw=par1) + } else { + densityplot(~x,col='black',main='Density Plot') + } > dev.off() null device 1 > postscript(file="/var/www/html/rcomp/tmp/4z4xj1197647445.ps",horizontal=F,pagecentre=F,paper="special",width=8.3333333333333,height=5.5555555555556) > qqnorm(x) > grid() > dev.off() null device 1 > if (par2 > 0) + { + postscript(file="/var/www/html/rcomp/tmp/5g6os1197647445.ps",horizontal=F,pagecentre=F,paper="special",width=8.3333333333333,height=5.5555555555556) + dum <- cbind(lag(x,k=1),x) + dum + dum1 <- dum[2:length(x),] + dum1 + z <- as.data.frame(dum1) + z + plot(z,main=paste('Lag plot, lowess, and regression line')) + lines(lowess(z)) + abline(lm(z)) + dev.off() + postscript(file="/var/www/html/rcomp/tmp/6xb5y1197647445.ps",horizontal=F,pagecentre=F,paper="special",width=8.3333333333333,height=5.5555555555556) + acf(x,lag.max=par2,main='Autocorrelation Function') + grid() + dev.off() + } > summary(x) Min. 1st Qu. Median Mean 3rd Qu. Max. -1.340e+09 -2.471e+08 -1.950e+07 -4.948e+07 1.750e+08 1.142e+09 > load(file='/var/www/html/rcomp/createtable') > a<-table.start() > a<-table.row.start(a) > a<-table.element(a,'Descriptive Statistics',2,TRUE) > a<-table.row.end(a) > a<-table.row.start(a) > a<-table.element(a,'# observations',header=TRUE) > a<-table.element(a,length(x)) > a<-table.row.end(a) > a<-table.row.start(a) > a<-table.element(a,'minimum',header=TRUE) > a<-table.element(a,min(x)) > a<-table.row.end(a) > a<-table.row.start(a) > a<-table.element(a,'Q1',header=TRUE) > a<-table.element(a,quantile(x,0.25)) > a<-table.row.end(a) > a<-table.row.start(a) > a<-table.element(a,'median',header=TRUE) > a<-table.element(a,median(x)) > 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.row.end(a) > a<-table.row.start(a) > a<-table.element(a,'Q3',header=TRUE) > a<-table.element(a,quantile(x,0.75)) > a<-table.row.end(a) > a<-table.row.start(a) > a<-table.element(a,'maximum',header=TRUE) > a<-table.element(a,max(x)) > a<-table.row.end(a) > a<-table.end(a) > table.save(a,file="/var/www/html/rcomp/tmp/7kuhz1197647445.tab") > > system("convert tmp/11aif1197647444.ps tmp/11aif1197647444.png") > system("convert tmp/2z2g81197647444.ps tmp/2z2g81197647444.png") > system("convert tmp/3pu071197647444.ps tmp/3pu071197647444.png") > system("convert tmp/4z4xj1197647445.ps tmp/4z4xj1197647445.png") > system("convert tmp/5g6os1197647445.ps tmp/5g6os1197647445.png") convert: unable to open image `tmp/5g6os1197647445.ps': No such file or directory. convert: missing an image filename `tmp/5g6os1197647445.png'. > system("convert tmp/6xb5y1197647445.ps tmp/6xb5y1197647445.png") convert: unable to open image `tmp/6xb5y1197647445.ps': No such file or directory. convert: missing an image filename `tmp/6xb5y1197647445.png'. > > > proc.time() user system elapsed 1.282 0.633 1.467