of Irreproducible Research!
Description of Statistical Computation | |
|---|---|
| Author's title | |
| Author | *The author of this computation has been verified* |
| R Software Module | Rscript (source code is shown below) |
| Title produced by software | R console |
| Date of computation | Sun, 31 Aug 2008 05:11:04 -0600 |
| 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/2008/Aug/31/t1220181065k07ng34upuw5ics.htm/, Retrieved Thu, 21 May 2026 17:02:04 +0000 |
| Statistical Computations at FreeStatistics.org, Office for Research Development and Education, URL https://freestatistics.org/blog/index.php?pk=14295, Retrieved Thu, 21 May 2026 17:02:04 +0000 | |
| QR Codes: | |
|
| |
| Original text written by user: | no comments |
| IsPrivate? | No (this computation is public) |
| User-defined keywords | key1,key2 |
| Estimated Impact | 522 |
Tree of Dependent Computations | |
| Family? (F = Feedback message, R = changed R code, M = changed R Module, P = changed Parameters, D = changed Data) | |
| - [R console] [my R test (plot 4...] [2008-08-31 11:11:04] [d41d8cd98f00b204e9800998ecf8427e] [Current] | |
| Feedback Forum | |
Post a new message | |
Dataset | |
| Dataseries X: | |
1.71325062387524 -0.399394638578958 1.341291174324 0.0465811482842244 -0.637000139024174 0.269252464210224 0.162395518189918 0.339776945563065 0.920691952976967 -0.0101194017044254 | |
Tables (Output of Computation) | |
> first_number = 5
> second_number = 7
> strpar = 'hello'
> {
+ myfun <- function(x, y) {
+ x + y
+ }
+
+ print(myfun(first_number, second_number))
+ print(strpar)
+ print .... [TRUNCATED]
[1] 12
[1] 'hello'
[,1] [,2]
[1,] 1.7132506 -0.39939464
[2,] 1.3412912 0.04658115
[3,] -0.6370001 0.26925246
[4,] 0.1623955 0.33977695
[5,] 0.9206920 -0.01011940
| |
Figures (Output of Computation) | |
Input Parameters & R Code | |
| Parameters (Session): | |
| par1 = 5 ; par2 = 7 ; par3 = hello ; | |
| Parameters (R input): | |
| R code (body of R function): | |
{ | |