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 computationSat, 21 Nov 2015 08:52:24 +0000
Cite this page as followsStatistical Computations at FreeStatistics.org, Office for Research Development and Education, URL https://freestatistics.org/blog/index.php?v=date/2015/Nov/21/t1448096204sptpj50zkd234oq.htm/, Retrieved Tue, 14 May 2024 12:32:39 +0000
Statistical Computations at FreeStatistics.org, Office for Research Development and Education, URL https://freestatistics.org/blog/index.php?pk=283744, Retrieved Tue, 14 May 2024 12:32:39 +0000
QR Codes:

Original text written by user:
IsPrivate?No (this computation is public)
User-defined keywordsdrunkenness
Estimated Impact157
Family? (F = Feedback message, R = changed R code, M = changed R Module, P = changed Parameters, D = changed Data)
-     [Univariate Data Series] [] [2015-10-04 13:08:12] [32b17a345b130fdf5cc88718ed94a974]
- R PD    [Univariate Data Series] [] [2015-11-21 08:52:24] [d108c84c57c191267df4a6d3f43a776a] [Current]
-   PD      [Univariate Data Series] [] [2015-11-30 17:11:26] [0067001be1237c3bcd1f41c2117a7af9]
-   PD        [Univariate Data Series] [] [2015-11-30 17:17:50] [0067001be1237c3bcd1f41c2117a7af9]
Feedback Forum

Post a new message
Dataseries X:
529
567
747
719
707
728
758
746
725
725
555
526
612
570
597
666
677
651
736
757
708
601
569
526
538
525
668
692
762
693
775
843
578
708
434
489
528
505
576
805
895
707
803
834
645
745
637
588
429
552
598
735
831
720
691
670
649
586
559
374
442
396
555
707
616
473
289
183
204
183
140
201
203
201
290
256
169
174
192
170
169
170
124
152
163
114
208
176
191
230
258
356
375
339
291
150
187
163
162
206
168
138
183
128
148
133
103
122
123
140
157
149
171
139
169
172
162
138
124
140
128
112
154
159
176
245
168
242
246
138
199
232
198
219
243
218
203
211
267
233
223
211
267
248
244
265
268
242
244
276
371




Summary of computational transaction
Raw Inputview raw input (R code)
Raw Outputview raw output of R engine
Computing time1 seconds
R Server'Herman Ole Andreas Wold' @ wold.wessa.net

\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 & 'Herman Ole Andreas Wold' @ wold.wessa.net \tabularnewline
\hline
\end{tabular}
%Source: https://freestatistics.org/blog/index.php?pk=283744&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]'Herman Ole Andreas Wold' @ wold.wessa.net[/C][/ROW]
[/TABLE]
Source: https://freestatistics.org/blog/index.php?pk=283744&T=0

Globally Unique Identifier (entire table): ba.freestatistics.org/blog/index.php?pk=283744&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'Herman Ole Andreas Wold' @ wold.wessa.net







Univariate Dataseries
Name of dataseries
Source
Description
Number of observations151

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

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

Globally Unique Identifier (entire table): ba.freestatistics.org/blog/index.php?pk=283744&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 dataseries
Source
Description
Number of observations151



Parameters (Session):
par1 = Monthly Minneapolis public drunkenness Jan.’66-Jul’78 ; par4 = 12 ;
Parameters (R input):
par1 = Monthly Minneapolis public drunkenness Jan.’66-Jul’78 ; par2 = ; par3 = ; par4 = 12 ;
R code (references can be found in the software module):
par4 <- '12'
par3 <- ''
par2 <- ''
par1 <- ''
if (par4 != 'No season') {
par4 <- as.numeric(par4)
if (par4 < 4) par4 <- 12
}
summary(x)
n <- length(x)
bitmap(file='test1.png')
if (par4=='No season') {
plot(x,col=2,type='b',main=main,xlab=xlab,ylab=ylab,xaxt='n')
axis(1,at=seq(1,n,10))
}
if (par4!='No season') {
plot(x,col=2,type='b',main=main,xlab=xlab,ylab=ylab,xaxt='n')
axis(1,at=seq(1,n,par4))
grid(nx=0,ny=NULL,col='black')
abline(v=seq(1,n,par4),col='black',lty='dotted')
}
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')