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:10:16 -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/t1220181017l4icg541ha9o9m7.htm/, Retrieved Tue, 14 May 2024 00:03:44 +0000
Statistical Computations at FreeStatistics.org, Office for Research Development and Education, URL https://freestatistics.org/blog/index.php?pk=14294, Retrieved Tue, 14 May 2024 00:03:44 +0000
QR Codes:

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

Post a new message
Dataseries X:
1.01731512618295	-0.105961760409630
-0.0549977230866598	-0.673232561167655
0.0921387554590111	1.15380119973665
0.807684926573625	0.55368776713554
-0.151847784634650	1.57982750501591
> 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.01731513 -0.1059618
[2,] -0.05499772 -0.6732326
[3,]  0.09213876  1.1538012
[4,]  0.80768493  0.5536878
[5,] -0.15184778  1.5798275
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)
}