of Irreproducible Research!
Description of Statistical Computation | |||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Author's title | |||||||||||||||||||||||||||||||||||||||||||||||||
Author | *The author of this computation has been verified* | ||||||||||||||||||||||||||||||||||||||||||||||||
R Software Module | rwasp_hypothesisvariance2.wasp | ||||||||||||||||||||||||||||||||||||||||||||||||
Title produced by software | Testing Variance - p-value (probability) | ||||||||||||||||||||||||||||||||||||||||||||||||
Date of computation | Tue, 26 Oct 2010 17:09:34 +0000 | ||||||||||||||||||||||||||||||||||||||||||||||||
Cite this page as follows | Statistical Computations at FreeStatistics.org, Office for Research Development and Education, URL https://freestatistics.org/blog/index.php?v=date/2010/Oct/26/t12881128811mjlvcg1wfgvm4h.htm/, Retrieved Wed, 04 Jun 2025 08:39:27 +0000 | ||||||||||||||||||||||||||||||||||||||||||||||||
Statistical Computations at FreeStatistics.org, Office for Research Development and Education, URL https://freestatistics.org/blog/index.php?pk=89414, Retrieved Wed, 04 Jun 2025 08:39:27 +0000 | |||||||||||||||||||||||||||||||||||||||||||||||||
QR Codes: | |||||||||||||||||||||||||||||||||||||||||||||||||
|
|||||||||||||||||||||||||||||||||||||||||||||||||
Original text written by user: | |||||||||||||||||||||||||||||||||||||||||||||||||
IsPrivate? | No (this computation is public) | ||||||||||||||||||||||||||||||||||||||||||||||||
User-defined keywords | |||||||||||||||||||||||||||||||||||||||||||||||||
Estimated Impact | 246 | ||||||||||||||||||||||||||||||||||||||||||||||||
Tree of Dependent Computations | |||||||||||||||||||||||||||||||||||||||||||||||||
Family? (F = Feedback message, R = changed R code, M = changed R Module, P = changed Parameters, D = changed Data) | |||||||||||||||||||||||||||||||||||||||||||||||||
- [Testing Mean with known Variance - Critical Value] [] [2010-10-18 12:07:18] [b98453cac15ba1066b407e146608df68] F RMP [Testing Variance - p-value (probability)] [] [2010-10-26 17:09:34] [020d6ac062bd52f65e15713212085515] [Current] | |||||||||||||||||||||||||||||||||||||||||||||||||
Feedback Forum | |||||||||||||||||||||||||||||||||||||||||||||||||
Post a new message | |||||||||||||||||||||||||||||||||||||||||||||||||
Dataset | |||||||||||||||||||||||||||||||||||||||||||||||||
Tables (Output of Computation) | |||||||||||||||||||||||||||||||||||||||||||||||||
\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=89414&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=89414&T=0
Globally Unique Identifier (entire table): ba.freestatistics.org/blog/index.php?pk=89414&T=0
As an alternative you can also use a QR Code: The GUIDs for individual cells are displayed in the table below:
\begin{tabular}{lllllllll} \hline Testing Variance - p-value (probability) \tabularnewline Sample size & 63 \tabularnewline Sample variance & 13 \tabularnewline Null hypothesis (H0) & 13 \tabularnewline Type I error (alpha) & 0.35 \tabularnewline p-value (probability) & 0.523888020187874 \tabularnewline Conclusion & There is no reason to reject the null hypothesis \tabularnewline \hline \end{tabular} %Source: https://freestatistics.org/blog/index.php?pk=89414&T=1 [TABLE] [ROW][C]Testing Variance - p-value (probability)[/C][/ROW] [ROW][C]Sample size[/C][C]63[/C][/ROW] [ROW][C]Sample variance[/C][C]13[/C][/ROW] [ROW][C]Null hypothesis (H0)[/C][C]13[/C][/ROW] [ROW][C]Type I error (alpha)[/C][C]0.35[/C][/ROW] [ROW][C]p-value (probability)[/C][C]0.523888020187874[/C][/ROW] [ROW][C]Conclusion[/C][C]There is no reason to reject the null hypothesis[/C][/ROW] [/TABLE] Source: https://freestatistics.org/blog/index.php?pk=89414&T=1
Globally Unique Identifier (entire table): ba.freestatistics.org/blog/index.php?pk=89414&T=1
As an alternative you can also use a QR Code: The GUIDs for individual cells are displayed in the table below:
| |||||||||||||||||||||||||||||||||||||||||||||||||
Figures (Output of Computation) | |||||||||||||||||||||||||||||||||||||||||||||||||
Input Parameters & R Code | |||||||||||||||||||||||||||||||||||||||||||||||||
Parameters (Session): | |||||||||||||||||||||||||||||||||||||||||||||||||
par1 = 63 ; par2 = 13 ; par3 = 13 ; par4 = 0.35 ; | |||||||||||||||||||||||||||||||||||||||||||||||||
Parameters (R input): | |||||||||||||||||||||||||||||||||||||||||||||||||
par1 = 63 ; par2 = 13 ; par3 = 13 ; par4 = 0.35 ; | |||||||||||||||||||||||||||||||||||||||||||||||||
R code (references can be found in the software module): | |||||||||||||||||||||||||||||||||||||||||||||||||
par1<-as.numeric(par1) |