Free Statistics

of Irreproducible Research!

Author's title

Author*The author of this computation has been verified*
R Software Modulerwasp_starplot.wasp
Title produced by softwareStar Plot
Date of computationWed, 29 Oct 2008 12:21:33 -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/Oct/29/t1225304523i1srppddndk15lh.htm/, Retrieved Sun, 19 May 2024 12:56:39 +0000
Statistical Computations at FreeStatistics.org, Office for Research Development and Education, URL https://freestatistics.org/blog/index.php?pk=19932, Retrieved Sun, 19 May 2024 12:56:39 +0000
QR Codes:

Original text written by user:
IsPrivate?No (this computation is public)
User-defined keywords
Estimated Impact157
Family? (F = Feedback message, R = changed R code, M = changed R Module, P = changed Parameters, D = changed Data)
F     [Star Plot] [Hypothesis Testin...] [2008-10-29 13:30:40] [063e4b67ad7d3a8a83eccec794cd5aa7]
F    D    [Star Plot] [Starplot] [2008-10-29 18:21:33] [6fc58909ffe15c247a4f6748c8841ab4] [Current]
Feedback Forum
2008-11-07 13:53:35 [Christophe Goddaert] [reply
Ik denk dat je de verkeerde gegevens hebt gebruikt voor dit star plot, zie http://www.freestatistics.org/blog/index.php?v=date/2008/Nov/02/t12255828132vhl22alzjtar25.htm/ voor een juiste oplossing. Verklaring; zie assessment.
2008-11-11 13:41:43 [Steffi Van Isveldt] [reply
Dit zijn inderdaad niet de juiste gegevens. de vorige student verwijst wel naar een juiste link.

Je kan via deze methoden gemakkelijk eigenschappen gaan vergelijken. De strepen in de sterren stellen dan de eigenschappen voor. Wanneer sterren op elkaar lijken kan je er van uitgaan dat deze tot eenzelfde categorie behoren.

Post a new message
Dataseries X:
99.2	96.7	101.0
99.0	98.1	100.1
100.0	100.0	100.0
111.6	104.9	90.6
122.2	104.9	86.5
117.6	109.5	89.7
121.1	110.8	90.6
136.0	112.3	82.8
154.2	109.3	70.1
153.6	105.3	65.4
158.5	101.7	61.3
140.6	95.4	62.5
136.2	96.4	63.6
168.0	97.6	52.6
154.3	102.4	59.7
149.0	101.6	59.5
165.5	103.8	61.3




Summary of computational transaction
Raw Inputview raw input (R code)
Raw Outputview raw output of R engine
Computing time1 seconds
R Server'George Udny Yule' @ 72.249.76.132

\begin{tabular}{lllllllll}
\hline
Summary of computational 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 & 'George Udny Yule' @ 72.249.76.132 \tabularnewline
\hline
\end{tabular}
%Source: https://freestatistics.org/blog/index.php?pk=19932&T=0

[TABLE]
[ROW][C]Summary of computational 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]'George Udny Yule' @ 72.249.76.132[/C][/ROW]
[/TABLE]
Source: https://freestatistics.org/blog/index.php?pk=19932&T=0

Globally Unique Identifier (entire table): ba.freestatistics.org/blog/index.php?pk=19932&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 computational transaction
Raw Inputview raw input (R code)
Raw Outputview raw output of R engine
Computing time1 seconds
R Server'George Udny Yule' @ 72.249.76.132



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()