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 computationSun, 31 Aug 2008 05:07:10 -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/Aug/31/t12201808323xihrhz4vvp02ji.htm/, Retrieved Tue, 14 May 2024 21:28:21 +0000
Statistical Computations at FreeStatistics.org, Office for Research Development and Education, URL https://freestatistics.org/blog/index.php?pk=14293, Retrieved Tue, 14 May 2024 21:28:21 +0000
QR Codes:

Original text written by user:no comments
IsPrivate?No (this computation is public)
User-defined keywordskey1,key2
Estimated Impact271
Family? (F = Feedback message, R = changed R code, M = changed R Module, P = changed Parameters, D = changed Data)
-       [R console] [my R test (plot 2...] [2008-08-31 11:07:10] [d41d8cd98f00b204e9800998ecf8427e] [Current]
Feedback Forum

Post a new message
Dataseries X:
0.125061367131308	1.23529399093031
-0.744212634164514	1.20643050180716
-0.794645048325264	-0.377411216501518
-0.644489012325216	-1.63373574784827
-1.49752665045227	-0.633194762857642
> 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,]  0.1250614  1.2352940
[2,] -0.7442126  1.2064305
[3,] -0.7946450 -0.3774112
[4,] -0.6444890 -1.6337357
[5,] -1.4975267 -0.6331948
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))
print(par3)
print(x)
RC.plot.plot(x)
}