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:07:31 +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/t1288112775hlhj61l3n878gf5.htm/, Retrieved Fri, 13 Jun 2025 00:23:34 +0000 | ||||||||||||||||||||||||||||||||||||||||||||||||
Statistical Computations at FreeStatistics.org, Office for Research Development and Education, URL https://freestatistics.org/blog/index.php?pk=89405, Retrieved Fri, 13 Jun 2025 00:23:34 +0000 | |||||||||||||||||||||||||||||||||||||||||||||||||
QR Codes: | |||||||||||||||||||||||||||||||||||||||||||||||||
|
|||||||||||||||||||||||||||||||||||||||||||||||||
Original text written by user: | |||||||||||||||||||||||||||||||||||||||||||||||||
IsPrivate? | No (this computation is public) | ||||||||||||||||||||||||||||||||||||||||||||||||
User-defined keywords | |||||||||||||||||||||||||||||||||||||||||||||||||
Estimated Impact | 256 | ||||||||||||||||||||||||||||||||||||||||||||||||
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] - RMP [Testing Variance - p-value (probability)] [WS4 Question 8] [2010-10-26 17:07:31] [33ba4313a043c7c916d0d88da7cd101b] [Current] - RMP [Testing Mean with known Variance - Sample Size] [WS4 Question 9] [2010-10-26 17:20:01] [abf4ff90b26c6b37be4a30063b404639] - [Testing Mean with known Variance - Sample Size] [WS4 Question 10] [2010-10-26 17:22:44] [abf4ff90b26c6b37be4a30063b404639] - RM [Minimum Sample Size - Testing Mean] [WS4 Question 11] [2010-10-26 17:29:09] [abf4ff90b26c6b37be4a30063b404639] | |||||||||||||||||||||||||||||||||||||||||||||||||
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 & 'Gwilym Jenkins' @ 72.249.127.135 \tabularnewline \hline \end{tabular} %Source: https://freestatistics.org/blog/index.php?pk=89405&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]'Gwilym Jenkins' @ 72.249.127.135[/C][/ROW] [/TABLE] Source: https://freestatistics.org/blog/index.php?pk=89405&T=0
Globally Unique Identifier (entire table): ba.freestatistics.org/blog/index.php?pk=89405&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 & 98 \tabularnewline Sample variance & 13 \tabularnewline Null hypothesis (H0) & 13 \tabularnewline Type I error (alpha) & 0.35 \tabularnewline p-value (probability) & 0.519097010628639 \tabularnewline Conclusion & There is no reason to reject the null hypothesis \tabularnewline \hline \end{tabular} %Source: https://freestatistics.org/blog/index.php?pk=89405&T=1 [TABLE] [ROW][C]Testing Variance - p-value (probability)[/C][/ROW] [ROW][C]Sample size[/C][C]98[/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.519097010628639[/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=89405&T=1
Globally Unique Identifier (entire table): ba.freestatistics.org/blog/index.php?pk=89405&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 = 98 ; par2 = 13 ; par3 = 13 ; par4 = 0.35 ; | |||||||||||||||||||||||||||||||||||||||||||||||||
Parameters (R input): | |||||||||||||||||||||||||||||||||||||||||||||||||
par1 = 98 ; par2 = 13 ; par3 = 13 ; par4 = 0.35 ; | |||||||||||||||||||||||||||||||||||||||||||||||||
R code (references can be found in the software module): | |||||||||||||||||||||||||||||||||||||||||||||||||
par1<-as.numeric(par1) |