Free Statistics

of Irreproducible Research!

Author's title

Author*The author of this computation has been verified*
R Software Modulerwasp_univariatedataseries.wasp
Title produced by softwareUnivariate Data Series
Date of computationSun, 11 Oct 2009 02:39:16 -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/Oct/11/t125525041922998coqgl39bgp.htm/, Retrieved Sun, 05 May 2024 03:52:49 +0000
Statistical Computations at FreeStatistics.org, Office for Research Development and Education, URL https://freestatistics.org/blog/index.php?pk=45235, Retrieved Sun, 05 May 2024 03:52:49 +0000
QR Codes:

Original text written by user:
IsPrivate?No (this computation is public)
User-defined keywords
Estimated Impact193
Family? (F = Feedback message, R = changed R code, M = changed R Module, P = changed Parameters, D = changed Data)
-       [Univariate Data Series] [Exchange rate UK ...] [2009-10-11 08:39:16] [a5c6be3c0aa55fdb2a703a08e16947ef] [Current]
Feedback Forum

Post a new message
Dataseries X:
0.3558
0.3834
0.3828
0.3902
0.3951
0.4038
0.4048
0.4060
0.4071
0.4153
0.4203
0.4211
0.4208
0.4137
0.4140
0.4069
0.3890
0.3815
0.3848
0.3900
0.3968
0.4078
0.4113
0.4043
0.4110
0.4114
0.4107
0.4081
0.4164
0.4224
0.4327
0.4185
0.4324
0.4221
0.4301
0.4246
0.4245
0.4241
0.4102
0.4186
0.4055
0.4049
0.4107
0.4005
0.3991
0.4050
0.4028
0.4030
0.3933
0.4013
0.4111
0.4144
0.4173
0.4236
0.4229
0.4076
0.4367
0.4455
0.4297
0.4412
0.4474
0.4762
0.4608
0.4753
0.4833
0.4829
0.4768
0.4717
0.4435
0.4102
0.4269
0.4796
0.4530
0.4513
0.4804
0.4896
0.4937
0.4872
0.5007
0.5168




Summary of computational transaction
Raw Inputview raw input (R code)
Raw Outputview raw output of R engine
Computing time44 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 & 44 seconds \tabularnewline
R Server & 'George Udny Yule' @ 72.249.76.132 \tabularnewline
\hline
\end{tabular}
%Source: https://freestatistics.org/blog/index.php?pk=45235&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]44 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=45235&T=0

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







Univariate Dataseries
Name of dataseriesExchange Rates per Australian Dollar
Sourcehttp://economagic.com/aus.htm#F5
DescriptionUK POUND STERLING
Number of observations80

\begin{tabular}{lllllllll}
\hline
Univariate Dataseries \tabularnewline
Name of dataseries & Exchange Rates per Australian Dollar \tabularnewline
Source & http://economagic.com/aus.htm#F5 \tabularnewline
Description & UK POUND STERLING \tabularnewline
Number of observations & 80 \tabularnewline
\hline
\end{tabular}
%Source: https://freestatistics.org/blog/index.php?pk=45235&T=1

[TABLE]
[ROW][C]Univariate Dataseries[/C][/ROW]
[ROW][C]Name of dataseries[/C][C]Exchange Rates per Australian Dollar[/C][/ROW]
[ROW][C]Source[/C][C]http://economagic.com/aus.htm#F5[/C][/ROW]
[ROW][C]Description[/C][C]UK POUND STERLING[/C][/ROW]
[ROW][C]Number of observations[/C][C]80[/C][/ROW]
[/TABLE]
Source: https://freestatistics.org/blog/index.php?pk=45235&T=1

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

As an alternative you can also use a QR Code:  

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

Univariate Dataseries
Name of dataseriesExchange Rates per Australian Dollar
Sourcehttp://economagic.com/aus.htm#F5
DescriptionUK POUND STERLING
Number of observations80



Parameters (Session):
par1 = Exchange Rates per Australian Dollar ; par2 = http://economagic.com/aus.htm#F5 ; par3 = UK POUND STERLING ;
Parameters (R input):
par1 = Exchange Rates per Australian Dollar ; par2 = http://economagic.com/aus.htm#F5 ; par3 = UK POUND STERLING ;
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')