Free Statistics

of Irreproducible Research!

Author's title

Author*The author of this computation has been verified*
R Software Modulerwasp_im2_dm2.wasp
Title produced by softwareSocial Networking
Date of computationThu, 26 Apr 2012 12:25:40 -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/2012/Apr/26/t1335457552ixtots417hrpv8d.htm/, Retrieved Sun, 28 Apr 2024 22:16:53 +0000
Statistical Computations at FreeStatistics.org, Office for Research Development and Education, URL https://freestatistics.org/blog/index.php?pk=164930, Retrieved Sun, 28 Apr 2024 22:16:53 +0000
QR Codes:

Original text written by user:
IsPrivate?No (this computation is public)
User-defined keywords
Estimated Impact145
Family? (F = Feedback message, R = changed R code, M = changed R Module, P = changed Parameters, D = changed Data)
-     [Notched Boxplots] [Notched Boxplots] [2012-04-26 12:40:42] [38c53a789d29c0853de03d9eff8ed4ee]
- R P   [Notched Boxplots] [k] [2012-04-26 13:38:04] [38c53a789d29c0853de03d9eff8ed4ee]
- RMP       [Social Networking] [Sociogram 1] [2012-04-26 16:25:40] [972100275af27f610aa6d6cf2b8004c8] [Current]
- RMP         [Social Networking] [] [2012-05-17 15:27:07] [7d86e24de0a0f8503ecffdef58e8c96c]
- R P         [Social Networking] [] [2012-05-19 09:32:48] [7d86e24de0a0f8503ecffdef58e8c96c]
-  M            [Social Networking] [Sociogram I] [2012-08-30 08:50:16] [a16dbbad6bb5c4f2f488f3005b4ac28c]
Feedback Forum

Post a new message




Summary of computational transaction
Raw Inputview raw input (R code)
Raw Outputview raw output of R engine
Computing time2 seconds
R Server'Gertrude Mary Cox' @ cox.wessa.net

\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 & 2 seconds \tabularnewline
R Server & 'Gertrude Mary Cox' @ cox.wessa.net \tabularnewline
\hline
\end{tabular}
%Source: https://freestatistics.org/blog/index.php?pk=164930&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]2 seconds[/C][/ROW]
[ROW][C]R Server[/C][C]'Gertrude Mary Cox' @ cox.wessa.net[/C][/ROW]
[/TABLE]
Source: https://freestatistics.org/blog/index.php?pk=164930&T=0

Globally Unique Identifier (entire table): ba.freestatistics.org/blog/index.php?pk=164930&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 time2 seconds
R Server'Gertrude Mary Cox' @ cox.wessa.net



Parameters (Session):
par1 = grey ; par2 = all ; par3 = prep ; par4 = all ; par5 = COLLES actuals ;
Parameters (R input):
par1 = 3 ; par2 = 2 ; par3 = 1 ;
R code (references can be found in the software module):
par1 <- as.numeric(par1)
par2 <- as.numeric(par2)
par3 <- as.numeric(par3)
library(igraph)
ps.options(family='serif')
df <- read.table(file='https://automated.biganalytics.eu/download/dataframe.txt',sep=',',header=F)
v <- read.table(file='https://automated.biganalytics.eu/download/vertices.txt',sep=',',header=F)
g <- graph.data.frame(df, directed=T, vertices=v)
myvcount = vcount(g)
myarea = myvcount^par1
myradius = myvcount * myarea
V(g)$size=1
l <- layout.fruchterman.reingold(g,dim=par2,params=list(niter=5000, area=myarea, repulserad=myradius))
bitmap(file='pic.png')
plot(g, axes=F, xlab='', ylab='', layout=l, vertex.size=V(g)$size, vertex.label.cex=par3, vertex.label.dist=0.5, edge.arrow.size=0.2, vertex.label=V(g)$age, main = main)
dev.off()