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 computationThu, 25 Aug 2011 09:23:44 -0400
Cite this page as followsStatistical Computations at FreeStatistics.org, Office for Research Development and Education, URL https://freestatistics.org/blog/index.php?v=date/2011/Aug/25/t1314278624or3r08ue62lrlst.htm/, Retrieved Wed, 15 May 2024 14:50:15 +0000
Statistical Computations at FreeStatistics.org, Office for Research Development and Education, URL https://freestatistics.org/blog/index.php?pk=124242, Retrieved Wed, 15 May 2024 14:50:15 +0000
QR Codes:

Original text written by user:this is a test for UI teaching
IsPrivate?No (this computation is public)
User-defined keywordsUI blog test
Estimated Impact186
Family? (F = Feedback message, R = changed R code, M = changed R Module, P = changed Parameters, D = changed Data)
-       [R console] [UI test phase 01] [2011-08-25 13:23:44] [256f657a32c6b2b7628dddcfa9a822d0] [Current]
Feedback Forum

Post a new message
Dataseries X:
1.46532421922108	0.255238491437515
0.41515917288371	-0.0244888136579713
-0.815767750875341	-0.268291866344155
2.23525847429626	-0.00580122069572719
0.101382155564874	-2.23034767270722
2.20583385357506	0.500743216657036
-1.142869517287	0.0934463042993601
0.353846430457603	0.26384373388412
1.25408577071897	-0.170010237909538
0.31640153132707	1.1577859977666
-0.40918815224785	0.129133869433992
0.793630954534555	0.534308891096369
-0.313394979800587	-0.56950066948799
1.31259389261828	1.19623151130301
-1.73135826816219	0.223119112070708
-2.60928202912051	-0.416982659587297
0.0837774929408911	-0.5629313484998
-1.03940778333722	-0.470870121285454
0.74870940017579	-1.92551307531541
0.695637608473264	-0.404483076791139
0.675343077442867	0.184813254058642
-0.452222484539496	0.632186098092435
-0.240881248407119	-1.9562911989993
-0.345054387508942	0.649977591149633
0.765966655474574	1.04072686283817
-0.601821403390063	0.265096379770789
1.15226884881712	2.21513721184799
-0.307254042963789	0.0428188170281772
0.940682233207323	-0.177910145912844
0.429505530707296	-0.420556144658553
2.1069910165086	0.433532346624302
1.0905868512053	1.00318615136131
1.15434605576695	0.992535700895577
-1.43743952506218	0.854154047944274
0.964664673337032	-1.55207227256999
0.85955291988512	-0.196256244339769
0.747599734260325	1.14884459506139
-0.662133790042075	-0.686193061628699
0.189271409224801	0.610827077436401
-0.434773464861999	1.34665578638135
0.724543806170985	-1.19868603248405
1.53995554768635	1.92405151406074
0.276678513842434	0.604957816899228
-0.241295277871109	0.615666324240539
-1.81207133443314	0.653908359963598
2.43601890552857	-0.685237447875845
0.39160626925834	1.8417412789554
0.0366339337990649	-0.799929292396081
-0.463155100529544	0.486586605531524
-2.45934377279259	-0.648730079230824
> x
 [1]  1  2  3  4  5  6  7  8  9 10


> {
+     for (i in 1:length(x)) x^2
+ }

Parameters (Session):
par1 = NA ;
Parameters (R input):
R code (body of R function):
{
for (i in 1:length(par1)) par1^2
}