of Irreproducible Research!
Description of Statistical Computation | |||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Author's title | |||||||||||||||||||||||||||||||||||||||||||||||||
Author | *The author of this computation has been verified* | ||||||||||||||||||||||||||||||||||||||||||||||||
R Software Module | rwasp_hypothesismean4.wasp | ||||||||||||||||||||||||||||||||||||||||||||||||
Title produced by software | Testing Mean with known Variance - Sample Size | ||||||||||||||||||||||||||||||||||||||||||||||||
Date of computation | Fri, 22 Oct 2010 18:05:35 +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/22/t1287770669mnazfhf5b785r4g.htm/, Retrieved Tue, 07 Jan 2025 22:08:37 +0000 | ||||||||||||||||||||||||||||||||||||||||||||||||
Statistical Computations at FreeStatistics.org, Office for Research Development and Education, URL https://freestatistics.org/blog/index.php?pk=87545, Retrieved Tue, 07 Jan 2025 22:08:37 +0000 | |||||||||||||||||||||||||||||||||||||||||||||||||
QR Codes: | |||||||||||||||||||||||||||||||||||||||||||||||||
|
|||||||||||||||||||||||||||||||||||||||||||||||||
Original text written by user: | |||||||||||||||||||||||||||||||||||||||||||||||||
IsPrivate? | No (this computation is public) | ||||||||||||||||||||||||||||||||||||||||||||||||
User-defined keywords | |||||||||||||||||||||||||||||||||||||||||||||||||
Estimated Impact | 178 | ||||||||||||||||||||||||||||||||||||||||||||||||
Tree of Dependent Computations | |||||||||||||||||||||||||||||||||||||||||||||||||
Family? (F = Feedback message, R = changed R code, M = changed R Module, P = changed Parameters, D = changed Data) | |||||||||||||||||||||||||||||||||||||||||||||||||
- [Factor Analysis] [Sleep in Mammals ...] [2010-03-21 11:39:53] [b98453cac15ba1066b407e146608df68] - RMPD [Testing Mean with unknown Variance - Critical Value] [Hypothesis Test a...] [2010-10-19 11:45:26] [b98453cac15ba1066b407e146608df68] - PD [Testing Mean with unknown Variance - Critical Value] [Workshop 4 - oefe...] [2010-10-22 14:53:18] [95e8426e0df851c9330605aa1e892ab5] - RMPD [Testing Mean with known Variance - Sample Size] [workshop 4 - oefe...] [2010-10-22 18:05:35] [dc77c696707133dea0955379c56a2acd] [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 & 4 seconds \tabularnewline R Server & 'Gwilym Jenkins' @ 72.249.127.135 \tabularnewline \hline \end{tabular} %Source: https://freestatistics.org/blog/index.php?pk=87545&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]4 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=87545&T=0
Globally Unique Identifier (entire table): ba.freestatistics.org/blog/index.php?pk=87545&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 Mean with known Variance \tabularnewline population variance & 0.13 \tabularnewline null hypothesis about mean & 20 \tabularnewline alternative hypothesis about mean & 21 \tabularnewline type I error & 0.05 \tabularnewline type II error & 0.15 \tabularnewline sample size & 0.934609008392543 \tabularnewline \hline \end{tabular} %Source: https://freestatistics.org/blog/index.php?pk=87545&T=1 [TABLE] [ROW][C]Testing Mean with known Variance[/C][/ROW] [ROW][C]population variance[/C][C]0.13[/C][/ROW] [ROW][C]null hypothesis about mean[/C][C]20[/C][/ROW] [ROW][C]alternative hypothesis about mean[/C][C]21[/C][/ROW] [ROW][C]type I error[/C][C]0.05[/C][/ROW] [ROW][C]type II error[/C][C]0.15[/C][/ROW] [ROW][C]sample size[/C][C]0.934609008392543[/C][/ROW] [/TABLE] Source: https://freestatistics.org/blog/index.php?pk=87545&T=1
Globally Unique Identifier (entire table): ba.freestatistics.org/blog/index.php?pk=87545&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 = 0.13 ; par2 = 20 ; par3 = 21 ; par4 = 0.05 ; par5 = 0.15 ; | |||||||||||||||||||||||||||||||||||||||||||||||||
Parameters (R input): | |||||||||||||||||||||||||||||||||||||||||||||||||
par1 = 0.13 ; par2 = 20 ; par3 = 21 ; par4 = 0.05 ; par5 = 0.15 ; | |||||||||||||||||||||||||||||||||||||||||||||||||
R code (references can be found in the software module): | |||||||||||||||||||||||||||||||||||||||||||||||||
par1<-as.numeric(par1) |