Free Statistics

of Irreproducible Research!

Author's title

Author*Unverified author*
R Software Module--
Title produced by softwareUnivariate Data Series
Date of computationTue, 29 Nov 2011 14:17:02 -0500
Cite this page as followsStatistical Computations at FreeStatistics.org, Office for Research Development and Education, URL https://freestatistics.org/blog/index.php?v=date/2011/Nov/29/t13225942563wsjtcev5vv9qp3.htm/, Retrieved Fri, 26 Apr 2024 21:41:48 +0000
Statistical Computations at FreeStatistics.org, Office for Research Development and Education, URL https://freestatistics.org/blog/index.php?pk=148686, Retrieved Fri, 26 Apr 2024 21:41:48 +0000
QR Codes:

Original text written by user:
IsPrivate?No (this computation is public)
User-defined keywords
Estimated Impact117
Family? (F = Feedback message, R = changed R code, M = changed R Module, P = changed Parameters, D = changed Data)
-     [Univariate Data Series] [data set] [2008-12-01 19:54:57] [b98453cac15ba1066b407e146608df68]
- RMPD  [Univariate Data Series] [compendium 8] [2011-11-24 13:30:10] [380049693c521f4999989215fb37aeca]
-  M        [Univariate Data Series] [WS8-1] [2011-11-29 19:17:02] [d41d8cd98f00b204e9800998ecf8427e] [Current]
Feedback Forum

Post a new message
Dataseries X:
135094
135411
135698
135880
135891
135971
136173
136358
136514
136506
136711
136891
137094
137182
137400
137479
137620
137687
137638
137612
137681
137772
137899
137983
137996
137913
137841
137656
137423
137245
137014
136747
136313
135804
135002
134383
133563
132837
132041
131381
130995
130493
130193
129962
129726
129505
129450
129320
129281
129246
129438
129715
130173
129981
129932
129873
129844
130015
130108
130260




Summary of computational transaction
Raw Inputview raw input (R code)
Raw Outputview raw output of R engine
Computing time1 seconds
R Server'Herman Ole Andreas Wold' @ wold.wessa.net
R Engine error message
Error in as.graphicsAnnot(main) : object 'main' not found
Calls: plot ... plot.default -> localTitle -> title -> as.graphicsAnnot
Execution halted

\begin{tabular}{lllllllll}
\hline
Summary of computational transaction \tabularnewline
Raw Input & view raw input (R code)  \tabularnewline
Raw Output & view raw output of R engine  \tabularnewline
Computing time & 1 seconds \tabularnewline
R Server & 'Herman Ole Andreas Wold' @ wold.wessa.net \tabularnewline
R Engine error message & 
Error in as.graphicsAnnot(main) : object 'main' not found
Calls: plot ... plot.default -> localTitle -> title -> as.graphicsAnnot
Execution halted
\tabularnewline \hline \end{tabular} %Source: https://freestatistics.org/blog/index.php?pk=148686&T=0

[TABLE]
[ROW][C]Summary of computational transaction[/C][/ROW]
[ROW][C]Raw Input[/C][C]view raw input (R code) [/C][/ROW]
[ROW][C]Raw Output[/C][C]view raw output of R engine [/C][/ROW]
[ROW][C]Computing time[/C][C]1 seconds[/C][/ROW]
[ROW][C]R Server[/C][C]'Herman Ole Andreas Wold' @ wold.wessa.net[/C][/ROW]
[ROW][C]R Engine error message[/C][C]
Error in as.graphicsAnnot(main) : object 'main' not found
Calls: plot ... plot.default -> localTitle -> title -> as.graphicsAnnot
Execution halted
[/C][/ROW] [/TABLE] Source: https://freestatistics.org/blog/index.php?pk=148686&T=0

Globally Unique Identifier (entire table): ba.freestatistics.org/blog/index.php?pk=148686&T=0

As an alternative you can also use a QR Code:  

The GUIDs for individual cells are displayed in the table below:

Summary of computational transaction
Raw Inputview raw input (R code)
Raw Outputview raw output of R engine
Computing time1 seconds
R Server'Herman Ole Andreas Wold' @ wold.wessa.net
R Engine error message
Error in as.graphicsAnnot(main) : object 'main' not found
Calls: plot ... plot.default -> localTitle -> title -> as.graphicsAnnot
Execution halted



Parameters (Session):
par1 = employment time series ; par2 = bureau of labour statistics ; par3 = monthly time series of unemployment in USA ; par4 = 12 ;
Parameters (R input):
par1 = employment time series ; par2 = bureau of labour statistics ; par3 = monthly time series of unemployment in USA ; par4 = 12 ; par5 = ; par6 = ; par7 = ; par8 = ; par9 = ; par10 = ; par11 = ; par12 = ; par13 = ; par14 = ; par15 = ; par16 = ; par17 = ; par18 = ; par19 = ; par20 = ;
R code (references can be found in the software module):
bitmap(file='test1.png')
plot(x,col=2,type='b',main=main,xlab=xlab,ylab=ylab)
dev.off()
load(file='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='mytable.tab')