Free Statistics

of Irreproducible Research!

Author's title

Author*Unverified author*
R Software Modulerwasp_univariatedataseries.wasp
Title produced by softwareUnivariate Data Series
Date of computationMon, 09 Feb 2009 10:40: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/2009/Feb/09/t1234201316qeikcliyp5alq7f.htm/, Retrieved Fri, 10 May 2024 08:29:16 +0000
Statistical Computations at FreeStatistics.org, Office for Research Development and Education, URL https://freestatistics.org/blog/index.php?pk=37147, Retrieved Fri, 10 May 2024 08:29:16 +0000
QR Codes:

Original text written by user:
IsPrivate?No (this computation is public)
User-defined keywords
Estimated Impact159
Family? (F = Feedback message, R = changed R code, M = changed R Module, P = changed Parameters, D = changed Data)
-       [Univariate Data Series] [] [2009-02-09 17:40:28] [d41d8cd98f00b204e9800998ecf8427e] [Current]
- RMPD    [Histogram] [] [2009-02-09 18:04:30] [74be16979710d4c4e7c6647856088456]
-   PD    [Univariate Data Series] [Aandeel Fortis] [2009-02-09 18:27:07] [74be16979710d4c4e7c6647856088456]
- RMPD      [Histogram] [] [2009-02-16 16:37:39] [74be16979710d4c4e7c6647856088456]
- RMPD      [Kernel Density Estimation] [] [2009-02-16 16:48:39] [74be16979710d4c4e7c6647856088456]
- R PD      [Univariate Data Series] [] [2009-06-07 09:22:39] [74be16979710d4c4e7c6647856088456]
Feedback Forum

Post a new message
Dataseries X:
27.00
26.88
27.38
27.00
26.82 
26.15
25.85
26.17
25.66
25.72
25.42 
25.10 
26.20
26.39
26.27
26.63
21.10 
20.30
20.61
21.05
20.45
20.91
21.22 
20.85 
21.90 
22.71 
22.40
22.81
23.96
23.37 
23.55
23.01
22.63
22.63
22.15 
22.15
22.00
22.00
21.84
22.10
22.37
21.83
21.77
21.89
20.76 
20.21 
20.19 
20.01 
19.16 
18.50
17.41 
18.14
18.60
18.32
18.40
18.16
17.29
16.65 
16.36 
16.32
17.37 
17.30
18.10
19.00
18.38
18.41 
18.10
17.87
18.70
18.81
18.88 
19.44
18.60
18.80 
18.62
18.24 
17.84
17.85 
17.67 
17.99
18.15 
18.39
18.07
18.39




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

\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 & 'Sir Ronald Aylmer Fisher' @ 193.190.124.24 \tabularnewline
\hline
\end{tabular}
%Source: https://freestatistics.org/blog/index.php?pk=37147&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]'Sir Ronald Aylmer Fisher' @ 193.190.124.24[/C][/ROW]
[/TABLE]
Source: https://freestatistics.org/blog/index.php?pk=37147&T=0

Globally Unique Identifier (entire table): ba.freestatistics.org/blog/index.php?pk=37147&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'Sir Ronald Aylmer Fisher' @ 193.190.124.24



Parameters (Session):
par1 = Aandeel Fortis ; par2 = http://cash.rnews.be/nl/geld-en-beurs/aandelen/fortis.htm ; par3 = Waarde aandeel Fortis ;
Parameters (R input):
par1 = Aandeel Fortis ; par2 = http://cash.rnews.be/nl/geld-en-beurs/aandelen/fortis.htm ; par3 = Waarde aandeel Fortis ;
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')