Free Statistics

of Irreproducible Research!

Author's title

Author*Unverified author*
R Software Modulerwasp_starplot.wasp
Title produced by softwareStar Plot
Date of computationMon, 05 Nov 2007 03:02:12 -0700
Cite this page as followsStatistical Computations at FreeStatistics.org, Office for Research Development and Education, URL https://freestatistics.org/blog/index.php?v=date/2007/Nov/05/8crxx0yq3pkwk0n1194256799.htm/, Retrieved Mon, 29 Apr 2024 00:41:58 +0000
Statistical Computations at FreeStatistics.org, Office for Research Development and Education, URL https://freestatistics.org/blog/index.php?pk=435, Retrieved Mon, 29 Apr 2024 00:41:58 +0000
QR Codes:

Original text written by user:
IsPrivate?No (this computation is public)
User-defined keywordsQ2 starplot
Estimated Impact257
Family? (F = Feedback message, R = changed R code, M = changed R Module, P = changed Parameters, D = changed Data)
-       [Star Plot] [Q2 starplot] [2007-11-05 10:02:12] [0cecb02636bfe8ebd97a7fef80b2b9e7] [Current]
Feedback Forum

Post a new message
Dataseries X:
99.0	101.5	108.4
115.4	126.6	117.0
106.9	93.9	103.8
107.1	89.8	100.8
99.3	93.4	110.6
99.2	101.5	104.0
108.3	110.4	112.6
105.6	105.9	107.3
99.5	108.4	98.9
107.4	113.9	109.8
93.1	86.1	104.9
88.1	69.4	102.2
110.7	101.2	123.9
113.1	100.5	124.9
99.6	98.0	112.7
93.6	106.6	121.9
98.6	90.1	100.6
99.6	96.9	104.3
114.3	125.9	120.4
107.8	112.0	107.5
101.2	100.0	102.9
112.5	123.9	125.6
100.5	79.8	107.5
93.9	83.4	108.8
116.2	113.6	128.4
112.0	112.9	121.1
106.4	104.0	119.5
95.7	109.9	128.7
96.0	99.0	108.7
95.8	106.3	105.5
103.0	128.9	119.8
102.2	111.1	111.3
98.4	102.9	110.6
111.4	130.0	120.1
86.6	87.0	97.5
91.3	87.5	107.7
107.9	117.6	127.3
101.8	103.4	117.2
104.4	110.8	119.8
93.4	112.6	116.2
100.1	102.5	111.0
98.5	112.4	112.4
112.9	135.6	130.6
101.4	105.1	109.1
107.1	127.7	118.8
110.8	137.0	123.9
90.3	91.0	101.6
95.5	90.5	112.8
111.4	122.4	128.0
113.0	123.3	129.6
107.5	124.3	125.8
95.9	120.0	119.5
106.3	118.1	115.7
105.2	119.0	113.6
117.2	142.7	129.7
106.9	123.6	112.0
108.2	129.6	116.8
110.0	146.9	126.3
96.1	108.7	112.9
100.6	99.4	115.9




Summary of compuational transaction
Raw Inputview raw input (R code)
Raw Outputview raw output of R engine
Computing time1 seconds
R Server'Gwilym Jenkins' @ 72.249.127.135

\begin{tabular}{lllllllll}
\hline
Summary of compuational transaction \tabularnewline
Raw Input & view raw input (R code)  \tabularnewline
Raw Output & view raw output of R engine  \tabularnewline
Computing time & 1 seconds \tabularnewline
R Server & 'Gwilym Jenkins' @ 72.249.127.135 \tabularnewline
\hline
\end{tabular}
%Source: https://freestatistics.org/blog/index.php?pk=435&T=0

[TABLE]
[ROW][C]Summary of compuational transaction[/C][/ROW]
[ROW][C]Raw Input[/C][C]view raw input (R code) [/C][/ROW]
[ROW][C]Raw Output[/C][C]view raw output of R engine [/C][/ROW]
[ROW][C]Computing time[/C][C]1 seconds[/C][/ROW]
[ROW][C]R Server[/C][C]'Gwilym Jenkins' @ 72.249.127.135[/C][/ROW]
[/TABLE]
Source: https://freestatistics.org/blog/index.php?pk=435&T=0

Globally Unique Identifier (entire table): ba.freestatistics.org/blog/index.php?pk=435&T=0

As an alternative you can also use a QR Code:  

The GUIDs for individual cells are displayed in the table below:

Summary of compuational transaction
Raw Inputview raw input (R code)
Raw Outputview raw output of R engine
Computing time1 seconds
R Server'Gwilym Jenkins' @ 72.249.127.135



Parameters (Session):
par1 = TRUE ;
Parameters (R input):
par1 = TRUE ;
R code (references can be found in the software module):
if (par1 == 'TRUE') par1 <- TRUE
if (par1 == 'FALSE') par1 <- FALSE
bitmap(file='test1.png')
stars(t(y), main = main, full=par1, key.loc = c(14, 2))
dev.off()