R version 2.8.0 (2008-10-20) Copyright (C) 2008 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(0.444543444,0.266277597,0.035445597,-0.277190709,-0.113543938,0.00344683,0.639022215,0.90344683,0.848897907,0.74574837,0.372225908,0.305818522,0.30344683,0.476969292,0.695553909,0.522031446,0.662739138,0.648120062,0.712155755,0.705040678,0.71689914,0.553252369,0.576969292,0.652863447,0.591199446,0.531907138,0.368260367,0.43229606,0.586844984,0.310950829,-0.053084863,-0.145969786,-0.243209172,-0.245580864,-0.179173479,-0.243598094,-0.33885471,-0.312766094,-0.200907632,-0.010394402,-0.228979018,-0.626607326,-0.907633787,-1.266926095,-1.374430094,-1.001296555,-0.735278092,-0.599702707,-0.611950091,-0.769259629,-0.791382704,-0.84830332,-0.696903933,-0.256974086,0.169114529,0.245786528,0.062388375,-0.313116857,-0.887844245,-0.808800554) > par3 = '' > par2 = '' > par1 = 'e[t] bij model 1. Y[t] = c + b X[t] + e[t]' > ylab = 'value' > xlab = 'index' > main = 'e[t] bij model 1. Y[t] = c + b X[t] + e' > #'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!) > postscript(file="/var/www/html/freestat/rcomp/tmp/1w8iw1256474560.ps",horizontal=F,pagecentre=F,paper="special",width=8.3333333333333,height=5.5555555555556) > plot(x,col=2,type='b',main=main,xlab=xlab,ylab=ylab) > dev.off() null device 1 > > #Note: the /var/www/html/freestat/rcomp/createtable file can be downloaded at http://www.wessa.net/cretab > load(file="/var/www/html/freestat/rcomp/createtable") > > a<-table.start() > a<-table.row.start(a) > a<-table.element(a,'Univariate Dataseries',2,TRUE) > a<-table.row.end(a) > a<-table.row.start(a) > a<-table.element(a,'Name of dataseries',header=TRUE) > a<-table.element(a,par1) > a<-table.row.end(a) > a<-table.row.start(a) > a<-table.element(a,'Source',header=TRUE) > a<-table.element(a,par2) > a<-table.row.end(a) > a<-table.row.start(a) > a<-table.element(a,'Description',header=TRUE) > a<-table.element(a,par3) > a<-table.row.end(a) > a<-table.row.start(a) > a<-table.element(a,'Number of observations',header=TRUE) > a<-table.element(a,length(x)) > a<-table.row.end(a) > a<-table.end(a) > table.save(a,file="/var/www/html/freestat/rcomp/tmp/21sxz1256474560.tab") > > system("convert tmp/1w8iw1256474560.ps tmp/1w8iw1256474560.png") > > > proc.time() user system elapsed 0.560 0.225 0.627