Free Statistics

of Irreproducible Research!

Author's title

Author*The author of this computation has been verified*
R Software Modulerwasp_Reddy-Moores DAta.wasp
Title produced by softwareHistogram and QQPlot (Reddy-Moores Data)
Date of computationWed, 02 Jun 2010 09:53:28 +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/2010/Jun/02/t12754724427uzqmpyy104a0rj.htm/, Retrieved Mon, 29 Apr 2024 05:32:29 +0000
Statistical Computations at FreeStatistics.org, Office for Research Development and Education, URL https://freestatistics.org/blog/index.php?pk=77094, Retrieved Mon, 29 Apr 2024 05:32:29 +0000
QR Codes:

Original text written by user:
IsPrivate?No (this computation is public)
User-defined keywords
Estimated Impact110
Family? (F = Feedback message, R = changed R code, M = changed R Module, P = changed Parameters, D = changed Data)
-     [Two-Way ANOVA] [two-way anova wit...] [2010-05-26 17:02:24] [98fd0e87c3eb04e0cc2efde01dbafab6]
- R PD  [Two-Way ANOVA] [ANOVA with good l...] [2010-05-28 23:09:47] [98fd0e87c3eb04e0cc2efde01dbafab6]
- R       [Variability] [ANOVA with better...] [2010-05-29 09:47:12] [98fd0e87c3eb04e0cc2efde01dbafab6]
- R         [Variability] [ANOVA with better...] [2010-05-29 09:54:40] [98fd0e87c3eb04e0cc2efde01dbafab6]
- RMPD          [Histogram and QQPlot (Reddy-Moores Data)] [Histogram/QQ Plot...] [2010-06-02 09:53:28] [a8c1abf24142a1db957dce14eaff8cef] [Current]
Feedback Forum

Post a new message
Dataseries X:
Weightatweek0	Weightatweek8	Treatmentgroup
91.3	90.2	1
88.8	87.0	2
87.0	81.8	2
114.0	110.5	1
107.4	103.5	2
89.2	90.2	1
84.1	84.0	1
90.0	87.6	2
95.4	95.0	1
97.3	93.6	1
108.1	100.9	2
101.5	101.9	1
83.4	75.0	2
102.2	96.3	1
84.0	82.6	1
103.7	95.7	2
99.2	99.2	2
126.0	123.2	2
103.7	95.5	2
117.9	117.0	1
112.4	111.8	1
85.0	80.0	2
83.8	77.9	2
73.8	74.8	1
67.7	66.1	1
106.9	103.7	2
102.5	102.0	1
81.5	78.9	2
79.5	82.2	1
103.0	97.2	2
127.5	124.7	2
101.6	100.3	1
106.0	101.0	1
112.8	111.2	1
98.4	95.0	1
114.9	105.3	2
103.4	96.0	2




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=77094&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=77094&T=0

Globally Unique Identifier (entire table): ba.freestatistics.org/blog/index.php?pk=77094&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 = 20 ;
Parameters (R input):
par1 = 20 ;
R code (references can be found in the software module):
bitmap(file='test1.png')
par1 <- as.numeric(par1)
myhist<-hist(x, breaks=par1, col=2)
dev.off()
bitmap(file='test2.png')
qqnorm(x)
qqline(x, col=2, xlab=xlab, ylab=ylab)
dev.off()
load(file='createtable')
a<-table.start()
a<-table.row.start(a)
a<-table.element(a,'Descriptive Statistics',3,TRUE)
a<-table.row.end(a)
a<-table.row.start(a)
a<-table.element(a,'mean',header=TRUE)
a<-table.element(a,mean(x))
a<-table.element(a,hyperlink('arithmetic_mean.htm','formula','click to see the formula'))
a<-table.row.end(a)
a<-table.row.start(a)
a<-table.element(a,'standard deviation',header=TRUE)
a<-table.element(a,sd(x))
a<-table.element(a,hyperlink('unbiased1.htm','formula','click to see the formula'))
a<-table.row.end(a)
a<-table.end(a)
table.save(a,file='mytable.tab')