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, 29 Nov 2009 10:00:38 -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/Nov/29/t12595140973qnwdahfi4y9gt6.htm/, Retrieved Fri, 26 Apr 2024 04:41:48 +0000
Statistical Computations at FreeStatistics.org, Office for Research Development and Education, URL https://freestatistics.org/blog/index.php?pk=61663, Retrieved Fri, 26 Apr 2024 04:41:48 +0000
QR Codes:

Original text written by user:
IsPrivate?No (this computation is public)
User-defined keywordsKDGP2W12
Estimated Impact122
Family? (F = Feedback message, R = changed R code, M = changed R Module, P = changed Parameters, D = changed Data)
-       [Univariate Data Series] [kleding verkoop o...] [2009-11-29 17:00:38] [bd31152a03695b5eaed3983221abfe73] [Current]
Feedback Forum

Post a new message
Dataseries X:
102,5
77,7
82,8
77,3
103,1
99,7
99,5
107,2
96,7
97,1
105,2
151,2
102,7
75,4
87,2
83,7
105,8
111,5
99,7
111,2
101,5
110,9
116,3
164,9
118,1
83,7
84
107,2
113,7
120,7
111,2
112,4
112,5
130,4
130,7
174,3
132,2
91,8
104,2
104,8
131,4
141,2
132,7
135,7
136,9
151,2
144
201,5
149,6
108,7
122,8
126,7
139,9
162,5
142,7
151,6
148,1
159
157,8
226,7
153,7
122,3
117,6
166
154,5
183,9
164,4
173,3
160,2
166,4
170,3
238,4
166,8
122,5
141,8
140,5
173,8
188,8
168
187,4
177,7
183,8
196,1
264,6
193,7
141,3
170,1
163,7
190,1
230,7
195,9
210,3
204,7
210,3
221,2
288,2
203,2
162,4
149,2
195,3
213,7
227,9
212,1
226,8
212,6
220,9
228,1
311,6




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

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







Univariate Dataseries
Name of dataserieskleding
Sourceexcell
Descriptionverkoop
Number of observations108

\begin{tabular}{lllllllll}
\hline
Univariate Dataseries \tabularnewline
Name of dataseries & kleding \tabularnewline
Source & excell \tabularnewline
Description & verkoop \tabularnewline
Number of observations & 108 \tabularnewline
\hline
\end{tabular}
%Source: https://freestatistics.org/blog/index.php?pk=61663&T=1

[TABLE]
[ROW][C]Univariate Dataseries[/C][/ROW]
[ROW][C]Name of dataseries[/C][C]kleding[/C][/ROW]
[ROW][C]Source[/C][C]excell[/C][/ROW]
[ROW][C]Description[/C][C]verkoop[/C][/ROW]
[ROW][C]Number of observations[/C][C]108[/C][/ROW]
[/TABLE]
Source: https://freestatistics.org/blog/index.php?pk=61663&T=1

Globally Unique Identifier (entire table): ba.freestatistics.org/blog/index.php?pk=61663&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 dataserieskleding
Sourceexcell
Descriptionverkoop
Number of observations108



Parameters (Session):
par1 = kleding ; par2 = excell ; par3 = verkoop ;
Parameters (R input):
par1 = kleding ; par2 = excell ; par3 = verkoop ;
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')