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(-6.003694353,-6.093656239,-6.148298888,-6.023066975,-5.859420205,-5.917111628,-5.809215582,-5.810501893,-5.865050817,-5.702489427,-5.811518578,-5.877925963,-5.880297655,-5.794799002,-5.664379928,-5.749736848,-5.785498658,-5.711813774,-5.647778082,-5.654893159,-5.643034697,-5.806681468,-5.782964544,-5.70707039,-5.76873439,-5.828026698,-5.991673469,-5.927637776,-5.861392813,-5.960817465,-6.061220802,-6.066528245,-6.16376763,-6.166139323,-6.099731937,-6.076735335,-6.084730976,-6.05864236,-6.034044873,-6.01853034,-6.149537476,-6.198459078,-6.219759439,-6.321015946,-6.257507482,-6.055386405,-5.875183308,-5.825621681,-5.751855307,-5.737738217,-5.589275178,-5.646195794,-5.409834284,-5.225452674,-5.143011122,-5.239310451,-5.249737277,-5.453022073,-5.856322833,-5.94870577) > par3 = '' > par2 = '' > par1 = 'Voorspellingsfout bij 2. ln Y[t] = c + (b *X[t]) + e[t]' > ylab = 'value' > xlab = 'index' > main = 'e bij model 2. ln 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/rcomp/tmp/1g9bt1256653265.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/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,'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/rcomp/tmp/2lxg71256653265.tab") > > system("convert tmp/1g9bt1256653265.ps tmp/1g9bt1256653265.png") > > > proc.time() user system elapsed 0.378 0.171 0.449