search for: genmil

Displaying 2 results from an estimated 2 matches for "genmil".

Did you mean: emil
2005 Jun 01
1
Problem with fPortfolio
...Interest Rate columns from data frame, > # then multiply by 100 for percentual returns ... > berndtAssets = berndtInvest[, -c(1, 11, 18)] > rownames(berndtAssets) = berndtInvest[, 1] > head(berndtAssets) CITCRP CONED CONTIL DATGEN DEC DELTA GENMIL GERBER IBM MOBIL PANAM PSNH TANDY TEXACO 1-Jan-78 -0.115 -0.079 -0.129 -0.084 -0.100 -0.028 -0.099 -0.048 -0.029 -0.046 0.025 -0.008 -0.075 -0.054 1-Feb-78 -0.019 -0.003 0.037 -0.097 -0.063 -0.033 0.018 0.160 -0.043 -0.017 -0.073 -0.025 -0.004 -0.010 1-Mar-78 0.059 0.022 0.003 0....
2009 Jan 06
1
Social Networks - how to get the same network layout every time when I plot the network?
Hi, I am using the function plot.network from the network library. However, I noticed that every time when I use the function I get a different layout (the network is rotated?). I would like to get the exact same picture every time when I use the function. Is that possible (maybe set a seed or some layout parameters?)? How? Here is an example: n<-6 dat <- rbinom(n*(n-1)/2,1,.6)