Free Statistics

of Irreproducible Research!

Author's title

Author*The author of this computation has been verified*
R Software ModuleIan.Hollidayrwasp_Shapiro-Wilks Test for Normality.wasp
Title produced by softwareAston University Statistical Software
Date of computationMon, 03 May 2010 18:28:55 +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/May/03/t1272911391tigi6h8zbebop4g.htm/, Retrieved Fri, 29 Mar 2024 06:12:52 +0000
Statistical Computations at FreeStatistics.org, Office for Research Development and Education, URL https://freestatistics.org/blog/index.php?pk=75290, Retrieved Fri, 29 Mar 2024 06:12:52 +0000
QR Codes:

Original text written by user:
IsPrivate?No (this computation is public)
User-defined keywords
Estimated Impact184
Family? (F = Feedback message, R = changed R code, M = changed R Module, P = changed Parameters, D = changed Data)
-     [Aston University Statistical Software] [Shapiro_+Wilk Tes...] [2010-03-22 18:08:07] [98fd0e87c3eb04e0cc2efde01dbafab6]
-    D  [Aston University Statistical Software] [female smokers ] [2010-04-20 09:10:48] [a430456785575c896201d80fdb248d9f]
-    D    [Aston University Statistical Software] [Normality test fo...] [2010-05-03 18:18:56] [a430456785575c896201d80fdb248d9f]
-    D      [Aston University Statistical Software] [Normality test fo...] [2010-05-03 18:25:50] [a430456785575c896201d80fdb248d9f]
-    D          [Aston University Statistical Software] [Normality test fo...] [2010-05-03 18:28:55] [04ab4c38fa9b627dffda5731b967a02a] [Current]
-                 [Aston University Statistical Software] [Normality test fo...] [2010-05-10 06:17:30] [a430456785575c896201d80fdb248d9f]
Feedback Forum

Post a new message
Dataseries X:
25
30
20
24
26
19
28
22
28
22
21
19
18
19
27
32
21
24
20
25




Summary of computational transaction
Raw Inputview raw input (R code)
Raw Outputview raw output of R engine
Computing time3 seconds
R Server'George Udny Yule' @ 72.249.76.132

\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 & 3 seconds \tabularnewline
R Server & 'George Udny Yule' @ 72.249.76.132 \tabularnewline
\hline
\end{tabular}
%Source: https://freestatistics.org/blog/index.php?pk=75290&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]3 seconds[/C][/ROW]
[ROW][C]R Server[/C][C]'George Udny Yule' @ 72.249.76.132[/C][/ROW]
[/TABLE]
Source: https://freestatistics.org/blog/index.php?pk=75290&T=0

Globally Unique Identifier (entire table): ba.freestatistics.org/blog/index.php?pk=75290&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 time3 seconds
R Server'George Udny Yule' @ 72.249.76.132







Shapiro Test
StatisticP-value
Shapiro Wilks Test for Normality0.943280.27633

\begin{tabular}{lllllllll}
\hline
Shapiro Test \tabularnewline
 & Statistic & P-value \tabularnewline
Shapiro Wilks Test for Normality & 0.94328 & 0.27633 \tabularnewline
\hline
\end{tabular}
%Source: https://freestatistics.org/blog/index.php?pk=75290&T=1

[TABLE]
[ROW][C]Shapiro Test[/C][/ROW]
[ROW][C][/C][C]Statistic[/C][C]P-value[/C][/ROW]
[ROW][C]Shapiro Wilks Test for Normality[/C][C]0.94328[/C][C]0.27633[/C][/ROW]
[/TABLE]
Source: https://freestatistics.org/blog/index.php?pk=75290&T=1

Globally Unique Identifier (entire table): ba.freestatistics.org/blog/index.php?pk=75290&T=1

As an alternative you can also use a QR Code:  

The GUIDs for individual cells are displayed in the table below:

Shapiro Test
StatisticP-value
Shapiro Wilks Test for Normality0.943280.27633



Parameters (Session):
Parameters (R input):
R code (references can be found in the software module):
x <- t(y)
load(file='createtable')
a<-table.start()
a <- table.row.start(a)
a <- table.element(a,'Shapiro Test',3,TRUE)
a <- table.row.end(a)
a <- table.row.start(a)
a <- table.element(a,'',1,TRUE)
a <- table.element(a,'Statistic',1,TRUE)
a <- table.element(a,'P-value',1,TRUE)
a <- table.row.end(a)
W <- shapiro.test(x)
a<-table.row.start(a)
a<-table.element(a,'Shapiro Wilks Test for Normality',1,TRUE)
a<-table.element(a,round(W$statistic[[1]], digits=5))
a<-table.element(a,round(W$p.value, digits=5) )
a<-table.row.end(a)
table.save(a,file='mytable.tab')