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(0.115209566,-0.008750831,-0.219967062,-0.665365301,-0.633741326,-0.448572009,0.158047053,0.451427991,0.440372964,0.175680346,-0.136136813,-0.148117256,-0.148572009,-0.035332111,0.082978599,-0.027985567,0.162234674,0.076039862,0.085300788,0.084311968,0.085954766,0.060579999,0.064667889,0.076755152,0.067044947,0.056756832,0.021492079,0.036758512,0.148187234,-0.068083171,-0.384144656,-0.482231264,-0.512073741,-0.512921493,-0.491481181,-0.581601285,-0.680352769,-0.673744006,-0.570874704,-0.373163716,-0.50712873,-0.906327159,-1.200129724,-1.520882635,-1.690107811,-1.449487582,-1.321478059,-1.216352559,-1.304703371,-1.499479651,-1.680182818,-1.685973643,-1.762543783,-1.451494004,-1.049558825,-0.85904529,-1.057716222,-1.272717329,-1.514699212,-1.332955053) > par3 = '' > par2 = '' > par1 = 'Voorspellingsfout bij 3. Y[t] = c + b ln X[t] + e[t]' > ylab = 'value' > xlab = 'index' > main = 'e bij model 3. Y[t] = c + b ln 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/1ghai1256653055.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/2v1nm1256653055.tab") > > system("convert tmp/1ghai1256653055.ps tmp/1ghai1256653055.png") > > > proc.time() user system elapsed 0.381 0.173 0.469