Free Statistics

of Irreproducible Research!

Author's title

Author*The author of this computation has been verified*
R Software ModuleRscript (source code is shown below)
Title produced by softwareR console
Date of computationTue, 16 Sep 2008 14:11:26 -0600
Cite this page as followsStatistical Computations at FreeStatistics.org, Office for Research Development and Education, URL https://freestatistics.org/blog/index.php?v=date/2008/Sep/16/t12215958876p0h2yiy3pg8f6t.htm/, Retrieved Wed, 22 May 2024 18:04:01 +0000
Statistical Computations at FreeStatistics.org, Office for Research Development and Education, URL https://freestatistics.org/blog/index.php?pk=14717, Retrieved Wed, 22 May 2024 18:04:01 +0000
QR Codes:

Original text written by user:no comments
IsPrivate?No (this computation is public)
User-defined keywordskey1,key2
Estimated Impact263
Family? (F = Feedback message, R = changed R code, M = changed R Module, P = changed Parameters, D = changed Data)
-       [R console] [test] [2008-09-16 20:11:26] [9871d3a2c554b27151cacf1422eec048] [Current]
Feedback Forum

Post a new message
Dataseries X:
0.351534559815724	0.646407210626802
0.835733911281884	-0.823618002503192
0.556948714084349	-0.438675056807277
0.58096243059439	1.33128601145500
0.592568729307522	-0.405211033959892
1.06243543702706	-2.71497497895383
0.256584117675634	0.752372692448068
1.43767485367005	0.572992501826024
-0.918331594916767	-0.716811484734653
0.309610246324237	0.991986363174604
1.56600852169326	-0.559827364676307
1.39864253249112	-0.32107599145007
-0.543957819285446	0.91158738489408
-1.26906371877259	0.221130941052670
0.658513279299162	-0.510296094653237
0.528596638668272	0.664214594336779
-0.0608075140429008	1.37294268838424
-0.54733968286228	1.83282331959576
0.738990901258877	0.574848228238469
0.327516314385867	-0.117635773694761
-0.455986199852591	1.18556155630534
0.984460854733346	1.44006273238101
-1.14333385668846	0.995194483200643
0.0754532850470313	-0.90839359600766
-0.710406372225729	1.22293806924796
0.992618233753772	0.520066941764494
-2.11670633689509	-0.206473825056347
1.34831833815676	-0.660693434989302
-1.08605461891696	-0.560307322307602
0.75429527692522	-1.63242497848270
-0.524026359767956	0.779027669424257
-0.00404238368908675	0.443268327063859
-0.88261334420149	-1.17166981306417
0.605849416542224	1.66269170571655
-0.887765374576077	0.472247064617147
1.18052057713133	1.45249211436619
-1.67539618864497	-0.480461326310971
0.220450753977955	-1.79543550849036
-0.91776891950262	1.2894331306798
-0.0667443840950341	-1.33533408995020
-1.70927024864480	-0.559569981656561
0.591917563448352	0.2441474591441
-0.363513513793127	2.02070770837145
0.748660674090036	0.43543291124686
0.815523502422443	-0.460641159163179
0.517052787055025	-0.213445768473698
0.595099007747277	0.0117946385692505
1.55460379762498	-0.667716139288316
-0.0257817790575406	0.0924598487872499
0.085517441719757	-0.301008880107243
> first_number = 5

> second_number = 7

> strpar = 'hello'

> {
+     myfun <- function(x, y) {
+             x + y
+         }
+ 
+     print(myfun(first_number, second_number))
+     RC.start.plot()
+     plo .... [TRUNCATED] 
[1] 12
NULL
Parameters (Session):
par1 = 5 ; par2 = 7 ; par3 = hello ;
Parameters (R input):
R code (body of R function):
{
myfun <- function(x, y) {
x + y
}
print(myfun(par1, par2))
()
plot(x, main = "main title", xlab = "my xlab", ylab = "my ylab")
()
()
hist(x[, 1], main = "my histogram")
()
()
pairs(x, main = "pairs plot")
()
}