Free Statistics

of Irreproducible Research!

Author's title

Author*Unverified author*
R Software Modulerwasp_univariatedataseries.wasp
Title produced by softwareUnivariate Data Series
Date of computationWed, 10 Feb 2010 07:36:50 -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/2010/Feb/10/t1265812651iqp76ubrdp9eien.htm/, Retrieved Sat, 20 Apr 2024 06:18:14 +0000
Statistical Computations at FreeStatistics.org, Office for Research Development and Education, URL https://freestatistics.org/blog/index.php?pk=72953, Retrieved Sat, 20 Apr 2024 06:18:14 +0000
QR Codes:

Original text written by user:
IsPrivate?No (this computation is public)
User-defined keywords
Estimated Impact169
Family? (F = Feedback message, R = changed R code, M = changed R Module, P = changed Parameters, D = changed Data)
-       [Univariate Data Series] [Laura Quaglia Mar...] [2010-02-10 14:36:50] [d41d8cd98f00b204e9800998ecf8427e] [Current]
Feedback Forum

Post a new message
Dataseries X:
4.031.636
3.702.076
3.056.176
3.280.707
2.984.728
3.693.712
3.226.317
2.190.349
2.599.515
3.080.288
2.929.672
2.922.548
3.234.943
2.983.081
3.284.389
3.806.511
3.784.579
2.645.654
3.092.081
3.204.859
3.107.225
3.466.909
2.984.404
3.218.072
282.731
3.182.049
2.236.319
2.033.218
1.644.804
1.627.971
1.677.559
2.330.828
2.493.615
2.257.172
2.655.517
2.298.655
2.600.402
304.523
2.790.583
3.227.052
2.967.479
2.938.817
3.277.961
3.423.985
3.072.646
2.754.253
2.910.431
3.174.369
3.068.387
3.089.543
2.906.654
2.931.161
302.566
2.939.551
2.691.019
319.812
307.639
2.863.873
3.013.802
3.053.364
2.864.753
3.057.062
2.959.365
3.252.258
3.602.988
3.497.704
3.296.867
3.602.417
33.001
340.193
3.502.591
3.402.348
3.498.551
3.199.823
2.700.064
2.801.034
2.898.628
2.800.854
2.399.942
2.402.724
2.202.331
2.102.594
1.798.293
1.202.484
1.400.201
1.200.832
1.298.083
1.099.742
1.001.377
0.8361743 




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

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



Parameters (Session):
par1 = Zelfdoding Australie ; par3 = Zelfdodingsaantal Australie ;
Parameters (R input):
par1 = Zelfdoding Australie ; par2 = ; par3 = Zelfdodingsaantal Australie ;
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')