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, 17 Feb 2008 03:58:28 -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/2008/Feb/17/t1203246210ag9gf6uoxouh4b5.htm/, Retrieved Fri, 10 May 2024 16:32:49 +0000
Statistical Computations at FreeStatistics.org, Office for Research Development and Education, URL https://freestatistics.org/blog/index.php?pk=8261, Retrieved Fri, 10 May 2024 16:32:49 +0000
QR Codes:

Original text written by user:Aantal zelfdodingen met wapen per jaar in Australië
IsPrivate?No (this computation is public)
User-defined keywords
Estimated Impact221
Family? (F = Feedback message, R = changed R code, M = changed R Module, P = changed Parameters, D = changed Data)
-       [Univariate Data Series] [Zelfdodingen met ...] [2008-02-17 10:58:28] [e6054d98fbbc73c68fb360666fa70916] [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
3.300.100
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




Summary of compuational transaction
Raw Inputview raw input (R code)
Raw Outputview raw output of R engine
Computing time2 seconds
R Server'Sir Ronald Aylmer Fisher' @ 193.190.124.24

\begin{tabular}{lllllllll}
\hline
Summary of compuational 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 & 'Sir Ronald Aylmer Fisher' @ 193.190.124.24 \tabularnewline
\hline
\end{tabular}
%Source: https://freestatistics.org/blog/index.php?pk=8261&T=0

[TABLE]
[ROW][C]Summary of compuational 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]'Sir Ronald Aylmer Fisher' @ 193.190.124.24[/C][/ROW]
[/TABLE]
Source: https://freestatistics.org/blog/index.php?pk=8261&T=0

Globally Unique Identifier (entire table): ba.freestatistics.org/blog/index.php?pk=8261&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 compuational transaction
Raw Inputview raw input (R code)
Raw Outputview raw output of R engine
Computing time2 seconds
R Server'Sir Ronald Aylmer Fisher' @ 193.190.124.24



Parameters (Session):
par1 = Zelfdoding met wapen ; par2 = Time Series Data Library ; par3 = Aantal zelfdodingen met wapen van 1915 tot 2004 ;
Parameters (R input):
par1 = Aantal zelfdodingen met wapen van 1915 tot 2003 ; par2 = Time Series Data Library ; par3 = Aantal zelfdodingen met wapen per jaar van 1915 tot 2003 ;
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')