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 computationThu, 18 Dec 2014 13:39:03 +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/2014/Dec/18/t1418909950q7nnnlhfexzzgha.htm/, Retrieved Fri, 17 May 2024 16:09:27 +0000
Statistical Computations at FreeStatistics.org, Office for Research Development and Education, URL https://freestatistics.org/blog/index.php?pk=270921, Retrieved Fri, 17 May 2024 16:09:27 +0000
QR Codes:

Original text written by user:
IsPrivate?No (this computation is public)
User-defined keywords
Estimated Impact65
Family? (F = Feedback message, R = changed R code, M = changed R Module, P = changed Parameters, D = changed Data)
-     [One-Way-Between-Groups ANOVA- Free Statistics Software (Calculator)] [] [2010-11-01 13:37:53] [b98453cac15ba1066b407e146608df68]
- RMP   [One-Way-Between-Groups ANOVA- Free Statistics Software (Calculator)] [] [2014-10-21 08:05:52] [32b17a345b130fdf5cc88718ed94a974]
- RMPD      [Univariate Data Series] [] [2014-12-18 13:39:03] [6870495cd5e22452491bd29e9b20b7c8] [Current]
Feedback Forum

Post a new message
Dataseries X:
3	15.25
3	11.7
4	18.55
4	9.5
7	14.75
9	10.9
10	10.4
11	12.4
12	12.6
12	11.9
13	14.3
13	11.7
14	12.6
14	15.6
14	14.35
15	6.4
15	10.0
15	11.8
15	12.6
15	13.6
16	6.4
16	11.5
16	8.3
16	12.7
16	13.0
16	13.6
16	14.8
16	14.35
16	19.1
16	9.85
16	15.6
16	17.1
16	13.6
17	14.5
17	9.9
17	13.6
17	17.6
18	7.4
18	6.3
18	13.8
18	9.7
18	13.3
18	11.1
18	13.35
18	18.4
18	17.75
19	8.2
19	12.0
19	11.7
19	10.9
19	15.9
19	9.2
19	13.0
19	11.4
19	10.6
19	16.15
19	14.75
19	12.45
19	12.65
19	16.1
19	16.85
19	17.1
19	19.3
19	19.05
19	13.35
19	11.95
20	14.8
20	10.6
20	11.9
20	13.2
20	16.2
20	17.75
20	17.65
20	13.35
20	7.6
20	12.75
20	19.1
20	12.85
20	14.05
21	12.9
21	11.1
21	9.3
21	10.8
21	10.3
21	7.6
21	18.1
21	8.6
22	12.2
22	12.8
22	13.3
22	11.4
22	9.3
22	12.7
22	18.4
22	16.1
22	7.7
23	6.7
23	13.8
23	9.9
23	10.8
23	5.9
23	11.4
23	11.3
23	12.5
23	4.35
23	19.1
23	16.1
23	14.7
23	17.35
23	17.65
23	16.35
23	15.6
23	16.1
23	19.25
23	15.25
23	18.15
23	18.4
23	17.75
23	14.6




Summary of computational transaction
Raw Inputview raw input (R code)
Raw Outputview raw output of R engine
Computing time0 seconds
R Server'Sir Ronald Aylmer Fisher' @ fisher.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 & 0 seconds \tabularnewline
R Server & 'Sir Ronald Aylmer Fisher' @ fisher.wessa.net \tabularnewline
\hline
\end{tabular}
%Source: https://freestatistics.org/blog/index.php?pk=270921&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]0 seconds[/C][/ROW]
[ROW][C]R Server[/C][C]'Sir Ronald Aylmer Fisher' @ fisher.wessa.net[/C][/ROW]
[/TABLE]
Source: https://freestatistics.org/blog/index.php?pk=270921&T=0

Globally Unique Identifier (entire table): ba.freestatistics.org/blog/index.php?pk=270921&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 time0 seconds
R Server'Sir Ronald Aylmer Fisher' @ fisher.wessa.net



Parameters (Session):
Parameters (R input):
par1 = ; par2 = ; par3 = ; par4 = No season ;
R code (references can be found in the software module):
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')