search for: commodities

Displaying 20 results from an estimated 221 matches for "commodities".

2011 Jan 04
1
how to subset unique factor combinations from a data frame.
Hi All I have these questions and request members expert view on this. a) I have a dataframe (df) with five factors (identity variables) and value (measured value). The id variables are Year, Country, Commodity, Attribute, Unit. Value is a value for each combination of this. I would like to get just the unique combination of Commodity, Attribute and Unit. I just need the unique factor
2011 Aug 19
2
Auto key legend does not match plot
Dear R-help members. I am an 'R-learner' (about 6 hours so far) using the lattice library to create a ranked dotplot and am colour coding the dots by a variable called "Commodity". However when i use autokey to make a legend the size (cex) and symbol (pch) do not match what is on the dotplot. Code is below and image attached library("lattice") Cal_dat <-
2011 Jan 23
0
Error for compiling Rquantlib package 0.3.5 under Window 7 64bits
...note: bool QuantLib::operator!=(const QuantLib::DayCounte r&, const QuantLib::DayCounter&) C:\Lib\QuantLib/ql/indexes/region.hpp:108:17: note: bool QuantLib::operator!=(const QuantLib::Region&, c onst QuantLib::Region&) C:\Lib\QuantLib/ql/experimental/commodities/commoditytype.hpp:111:17: note: bool QuantLib::operator!=(co nst QuantLib::CommodityType&, const QuantLib::CommodityType&) C:\Lib\QuantLib/ql/experimental/commodities/unitofmeasure.hpp:136:17: note: bool QuantLib::operator!=(co nst QuantLib::UnitOfMeasure&amp...
2005 Aug 16
1
Fwd: Documenting data sets with many variables
Hi, since nobody answered to my first message, I try to explain my problem more clearly and more general this time: I have a data set in my R package "micEcon", which has many variables (82). Therefore, I would like to avoid to describe all variables in the "\format" section of the documentation (.Rd file). However, doing this lets "R CMD check" complain about
2011 Apr 18
2
SQLDF syntax
Hi, I am new to R and trying to migrate from SAS. I am trying to use sqldf to create a new table from existed table and change some of the columns. I have table called DataOld with columns commodity, rate and total and I am trying to create new table called DataNew with columns commodity, ratenew and totalNew. > sqldf("create table datanew as select commodity, ratenew as rate * 10, >
2008 Apr 14
3
Merging daily and weekly data
Dear R-help group, I have a dataset with daily closing prices from a stock exchange (consecutive 5 trading days) from a firm trading a specific commodity. The date variable looks like: quote_date 20080411 With the format; yyyymmdd. Moreover, I have another data set with a (average) weekly price of the underlying commodity. The date variables in this dataset are only year and a week number. I
2005 Jun 03
3
bad blocks showing up
I am getting a few bad sector messages in my /var/log/messages. I have read where an "fsck -c -c /dev/hda" may be what I need. Before I go doing such things I am looking for confirmation that that is what I should do. Anyone please comment on how to tell linux to not use sectors in my disk. This is stright IDE no raid not nothing at this point /dev/hda is all. Thanks, jerry
2011 Sep 15
1
Colour code y-axis labels on a dot plot
...cyan","green","red","blue","black","yellow") # Circles squares and diamond symbols for the year sym.pat<-c(19,20,21) ##set up the plot key #---------------------------------------------------------------------------------------- # key for commodities # defaults bord.col<-"grey90" trans.fac<-0.9 sym.siz<-1.8 key1 <- draw.key(list(text=list(levels(Cal_dat$Commodity)), title="Ore type", border =bord.col, background = bord.col, alpha.background=trans.fac, just=1,...
2005 Jul 08
1
Re: Hot swap CPU -- shared memory (1 NUMA/UPA) v. clustered (4 MCH)
From: Bruno Delbono <bruno.s.delbono at mail.ac> > I'm really sorry to start this thread again but I found something very > interesting I thought everyone should ^at least^ have a look at: > http://uadmin.blogspot.com/2005/06/4-dual-xeon-vs-e4500.html > This article takes into account a comparision of 4 dual xeon vs. e4500. > The author (not me!) talks about "A
2015 Feb 03
5
Another Fedora decision
On Tue, Feb 3, 2015 at 12:24 PM, Valeri Galtsev <galtsev at kicp.uchicago.edu> wrote: > > Sounds so I almost have to feel shame for securing my boxes no matter what > job vendor did ;-) Yes, computers and the way people access them are pretty much a commodity now. If you are spending time building something exotic for a common purpose, isn't that a waste? > Just a simple
2011 Aug 21
1
Dot plot with two grouping variables concurrently
Dear R help(ers). I'm an R-learner (about 10 hours now) trying to make a ranked dot plot where the symbols are coded by two variables concurrently. I'm trying to use Deepanyan Sarkar's book 'Lattice' as a guide but get the feeling it is a bit advanced for my level of understanding. I have three questions Q1. Right now I like to know how to get the dual coding working
2011 Dec 23
1
Help creating a symmetric matrix?
...es.csv,B=n^0.6,k=15,Results.csv",header=TRUE) #isolate one half of matrix newx<-x[,1:3] newx X.var Y.var MIC..strength. 1 US.Equities Int.l.Equities 0.33740 2 US.Bonds US.Tbill 0.26657 3 US.Tbill Inflation 0.23388 4 Commodities Inflation 0.23122 5 Commodities US.Tbill 0.21476 6 US.Equities US.Tbill 0.20829 7 US.Bonds Inflation 0.20486 8 Int.l.Equities Commodities 0.19439 9 US.Bonds Commodities 0.19237 10 US.Equities Commodit...
2015 Feb 03
4
Another Fedora decision
On Tue, Feb 3, 2015 at 1:01 PM, Valeri Galtsev <galtsev at kicp.uchicago.edu> wrote: > >> >> Yes, computers and the way people access them are pretty much a >> commodity now. If you are spending time building something exotic for >> a common purpose, isn't that a waste? > > Do I have to take that people who are not sysadmins themselves just hate > an
2015 Mar 16
2
[LLVMdev] GSOC:Control Flow integrity for kernal
Hi I want to pursue a project based to improve the existing KCoFI method which is the Control Flow integrity method for commodity os. Since KCoFI is a llvm based project I plan to undertake the project to improve the existing KCoFI method. Following are the improvements that I want to pursue: 1. To improve the call graph used in KCoFI. Implement a stronger call graph. 2. Port the KCoFI to
2011 Sep 10
0
Mutiple vertical reference lines with a dotplot
...yan","green","red","blue","black","yellow") # Circles squares and diamond symbols for the years sym.pat<-c(19,20,21) ##set up the plot key #---------------------------------------------------------------------------------------- # key for commodities # defaults bord.col<-"grey90" trans.fac<-0.5 sym.siz<-1.8 key1 <- draw.key(list(text=list(levels(Cal_dat$Commodity)), title="Ore type", border = bord.col, background = bord.col, alpha.background=trans.fac, just=1,...
2011 Sep 01
1
Background fill and border for a legend in dotplot
Dear R help group I've been working on this plot for a while now and now getting around to the minor adjusments. I would like to be able to put a border and background fill around the legend in this plot. I understand the legend 'bty' should do this have this capablity but not sure how the syntax works in this case ###### initalise library("lattice")
2013 Jun 26
3
DL380g8 - smart array B320i - CentOS 6.4
Gostaria de instalar o Centos 6.4 em um dl380e g8 com uma smart array b320i, na instala??o n?o possui drives por isso aparece que n?o h? discos dispon?veis, baixei os drives para red hat .dd do site da HP, como poderia carregar esses drives durante a instala??o? gravei eles em um pen drive. Obrigado. -- Sergio.Alex
2015 Feb 03
0
Another Fedora decision
On Tue, February 3, 2015 12:39 pm, Les Mikesell wrote: > On Tue, Feb 3, 2015 at 12:24 PM, Valeri Galtsev > <galtsev at kicp.uchicago.edu> wrote: >> >> Sounds so I almost have to feel shame for securing my boxes no matter >> what >> job vendor did ;-) > > Yes, computers and the way people access them are pretty much a > commodity now. If you are
2010 Feb 17
3
GlusterFs - Any new progress reports?
GlusterFs always strikes me as being "the solution" (one day...). It's had a lot of growing pains, but there have been a few on the list had success using it already. Given some time has gone by since I last asked - has anyone got any more recent experience with it and how has it worked out with particular emphasis on Dovecot maildir storage? How has version 3 worked out for
2012 Aug 27
2
Assigning colors on low p-values in table
...-2.1352 0.264 -2.705 0.0794 -6.0953 0.01 [5,] Nom.10Y -2.6968 0.0807 -1.3854 0.542 -5.846 0.01 [6,] T.Bills -2.0429 0.2982 -2.2508 0.2211 -4.761 0.01 [7,] Commodities -0.3973 0.9031 -5.0478 0.01 -6.7784 0.01 [8,] Real.Estate -0.6468 0.8159 -4.8601 0.01 -8.6037 0.01 [9,] Credit.Spread 0.4181 0.9816 -3.7542 0.01 -5.9572 0.01 [10,] Term.Spread -0.6243 0.8242 -4.1885...