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 computationTue, 29 Dec 2009 04:21:16 -0700
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/Dec/29/t1262085808ft0a7eyek1ll721.htm/, Retrieved Fri, 03 May 2024 09:12:21 +0000
Statistical Computations at FreeStatistics.org, Office for Research Development and Education, URL https://freestatistics.org/blog/index.php?pk=71097, Retrieved Fri, 03 May 2024 09:12:21 +0000
QR Codes:

Original text written by user:
IsPrivate?No (this computation is public)
User-defined keywords
Estimated Impact170
Family? (F = Feedback message, R = changed R code, M = changed R Module, P = changed Parameters, D = changed Data)
-       [Univariate Data Series] [Descr.Plot.(ATD)] [2009-12-29 11:21:16] [49f30e31372baf20024e2e6f95d85d61] [Current]
Feedback Forum

Post a new message
Dataseries X:
4413
4230
4981
4573
4884
5340
5738
6011
4947
4811
4427
4664
4787
4292
5296
4822
5081
5302
5786
6082
5176
4982
4605
4726
4839
4382
5210
5035
5352
5599
6042
6187
4930
5127
4724
4869
4962
4408
5577
5192
5409
5819
6437
6546
5463
5451
5068
4839
4952
4812
5787
5688
5892
6400
7014
6881
5859
5635
5327
5470
5543
4980
6101
5900
5911
6502
6957
6941
4109
3789
4031
4675
4786
4441
5602
5100
5351
5848
6321
6418
5082
5100
4866
5360
5206
4530
5305
4560
4819
5635
6466
6567
5105
5202
5131
5650
5565
5222
6114
5944
6050
6684
7483
7295
5670
5896
5663
6338
6457
5783
7260
6659
6862
7414
8178
7730
6219
6160
5941
6704
6711




Summary of computational transaction
Raw Inputview raw input (R code)
Raw Outputview raw output of R engine
Computing time0 seconds
R Server'Gwilym Jenkins' @ 72.249.127.135

\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 & 0 seconds \tabularnewline
R Server & 'Gwilym Jenkins' @ 72.249.127.135 \tabularnewline
\hline
\end{tabular}
%Source: https://freestatistics.org/blog/index.php?pk=71097&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]0 seconds[/C][/ROW]
[ROW][C]R Server[/C][C]'Gwilym Jenkins' @ 72.249.127.135[/C][/ROW]
[/TABLE]
Source: https://freestatistics.org/blog/index.php?pk=71097&T=0

Globally Unique Identifier (entire table): ba.freestatistics.org/blog/index.php?pk=71097&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 time0 seconds
R Server'Gwilym Jenkins' @ 72.249.127.135







Univariate Dataseries
Name of dataseriesAirline Traffic Data
SourceBTS.gov (US Bureau of Transportation Statistics)
DescriptionNumber of International Passengers enplanements from Jan/96 to Jan/06
Number of observations121

\begin{tabular}{lllllllll}
\hline
Univariate Dataseries \tabularnewline
Name of dataseries & Airline Traffic Data \tabularnewline
Source & BTS.gov (US Bureau of Transportation Statistics) \tabularnewline
Description & Number of International Passengers enplanements from Jan/96 to Jan/06 \tabularnewline
Number of observations & 121 \tabularnewline
\hline
\end{tabular}
%Source: https://freestatistics.org/blog/index.php?pk=71097&T=1

[TABLE]
[ROW][C]Univariate Dataseries[/C][/ROW]
[ROW][C]Name of dataseries[/C][C]Airline Traffic Data[/C][/ROW]
[ROW][C]Source[/C][C]BTS.gov (US Bureau of Transportation Statistics)[/C][/ROW]
[ROW][C]Description[/C][C]Number of International Passengers enplanements from Jan/96 to Jan/06[/C][/ROW]
[ROW][C]Number of observations[/C][C]121[/C][/ROW]
[/TABLE]
Source: https://freestatistics.org/blog/index.php?pk=71097&T=1

Globally Unique Identifier (entire table): ba.freestatistics.org/blog/index.php?pk=71097&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 dataseriesAirline Traffic Data
SourceBTS.gov (US Bureau of Transportation Statistics)
DescriptionNumber of International Passengers enplanements from Jan/96 to Jan/06
Number of observations121



Parameters (Session):
par1 = Airline Traffic Data ; par2 = BTS.gov (US Bureau of Transportation Statistics) ; par3 = Number of International Passengers enplanements from Jan/96 to Jan/06 ;
Parameters (R input):
par1 = Airline Traffic Data ; par2 = BTS.gov (US Bureau of Transportation Statistics) ; par3 = Number of International Passengers enplanements from Jan/96 to Jan/06 ;
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')