Free Statistics

of Irreproducible Research!

Author's title

Author*Unverified author*
R Software Modulerwasp_univariatedataseries.wasp
Title produced by softwareUnivariate Data Series
Date of computationSun, 08 Mar 2009 12:25:50 -0600
Cite this page as followsStatistical Computations at FreeStatistics.org, Office for Research Development and Education, URL https://freestatistics.org/blog/index.php?v=date/2009/Mar/08/t1236536803y2nktbeq160nadq.htm/, Retrieved Sun, 28 Apr 2024 03:18:39 +0000
Statistical Computations at FreeStatistics.org, Office for Research Development and Education, URL https://freestatistics.org/blog/index.php?pk=38702, Retrieved Sun, 28 Apr 2024 03:18:39 +0000
QR Codes:

Original text written by user:
IsPrivate?No (this computation is public)
User-defined keywords
Estimated Impact135
Family? (F = Feedback message, R = changed R code, M = changed R Module, P = changed Parameters, D = changed Data)
-       [Univariate Data Series] [Datareeks - Maand...] [2009-03-08 18:25:50] [900fe54243512ff0c75e5ed1f9ef5c37] [Current]
Feedback Forum

Post a new message
Dataseries X:
493.395.00
487.190.00
519.493.00
519.453.00
538.588.00
438.224.00
542.034.00
512.027.00
619.880.00
533.737.00
573.789.00
589.213.00
532.168.00
551.102.00
593.789.00
527.106.00
547.327.00
601.305.00
610.872.00
601.325.00
642.143.00
614.216.00
657.979.00
673.098.00
602.297.00
615.381.00
703.671.00
733.852.00
716.596.00
745.798.00
742.027.10
679.181.20
739.022.70
645.410.60
729.382.10
671.052.70
744.954.80
677.639.30
778.207.20
763.316.20
658.531.60
831.700.10
664.156.30
621.402.10
683.588.70
600.023.80
643.273.80
653.615.90
620.177.50
574.128.80
599.828.00
599.369.40
596.617.70
616.114.60
510.226.90
493.960.10
634.503.30
588.556.20
603.239.00
617.458.20
646.543.50
680.125.60
731.595.80
759.600.30
785.031.70
849.573.30
762.342.00
815.346.60
929.603.20
784.057.50
944.667.70
1.007.258.30
664.292.70
873.207.40
1.146.510.00
1.417.266.80
1.089.387.90
1.373.379.70
1.009.397.60
818.175.10
1.003.458.10
961.142.70
1.121.906.60
1.141.713.30
1.042.352.60
992.223.60
920.525.30
1.076.093.40
967.880.40
1.236.416.10




Summary of computational transaction
Raw Inputview raw input (R code)
Raw Outputview raw output of R engine
Computing time1 seconds
R Server'George Udny Yule' @ 72.249.76.132

\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 & 'George Udny Yule' @ 72.249.76.132 \tabularnewline
\hline
\end{tabular}
%Source: https://freestatistics.org/blog/index.php?pk=38702&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]'George Udny Yule' @ 72.249.76.132[/C][/ROW]
[/TABLE]
Source: https://freestatistics.org/blog/index.php?pk=38702&T=0

Globally Unique Identifier (entire table): ba.freestatistics.org/blog/index.php?pk=38702&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'George Udny Yule' @ 72.249.76.132



Parameters (Session):
par1 = Maandelijkse omzet aardolieindustrie ; par2 = http://www.nbb.be/belgostat/PresentationLinker?Order=true&TableId=551000064&Lang=N&prop=null ; par3 = Maandelijkse omzet aardolieindustrie ;
Parameters (R input):
par1 = Maandelijkse omzet aardolieindustrie ; par2 = http://www.nbb.be/belgostat/PresentationLinker?Order=true&TableId=551000064&Lang=N&prop=null ; par3 = Maandelijkse omzet aardolieindustrie ;
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')