Displaying 8 results from an estimated 8 matches for "barfields".
Did you mean:
barfield
2006 Jan 10
3
which release for solaris 8
hi, guys, my first post.
i'm scouring the web site, but don't seem to be able to
find a compatibility mapping for older versions of samba.
i need to upgrade to the latest sparc version which is
compatible with solaris 8...all my searches are bringing
up the solaris 9 code. can someone point me in the
right direction?
thanks (and apologies in advance if it is easy to find
and i'm
2006 Nov 22
1
RBloomberg Multi-ticker problem
...for multiple tickers and only one field, I get
the error, written below in red. How do I get rid of this error?
> dat<-blpGetData(conn, c("NOK1V FH Equity","AUA AV Equity"),
"LAST_PRICE",
start=as.chron(as.Date("2006-9-13","%Y-%m-%d")),barfields="VOLUME",
barsize=10,retval="data.frame")
Error in if (typ[n] == "character") { : missing value where TRUE/FALSE
needed
* blpDisconnect(conn)
Thank you,
Shubha.
[[alternative HTML version deleted]]
2006 Nov 13
1
Fetching Intraday data from Bloomberg
...rary(chron)
library(RBloomberg)
conn<-blpConnect(show.days="trading",na.action="previous.days",periodici
ty="daily")
dat<-blpGetData(conn, "VG1 Index", c("LAST_PRICE"),
start=as.chron(as.Date("2006-9-01", "%Y-%m-%d")),barfields="OPEN",
barsize=10,retval="data.frame")
blpDisconnect(conn)
write.table(dat,"Z:\h1.csv",sep=",",row.names=F,col.names=T)
Now, though I give show.days="trading", in the above code, my intraday
downloads also have Saturdays and Sunday data (n...
2006 Dec 13
0
Problem in Converting Zoo Objects to Dataframes
...t;previous.days",periodici
ty="daily")
intra<-blpGetData(conn, c("NOK1V FH Equity","AUA AV Equity"),
"LAST_PRICE", start=as.chron(as.Date("10/11/2006",
"%m/%d/%Y")),end=as.chron(as.Date("12/5/2006","%m/%d/%Y")),barfields="VO
LUME", barsize=10)
bb=as.data.frame(intra)
blpDisconnect(conn)
"
But there is some problem in converting "intra" zoo object to "intra" a
data frame. I get the below error.
> bb=as.data.frame(intra)
Error in substr(x, as.integer(start), as.int...
2010 Sep 15
1
Changing variable class problems
I'm reading in some data from a csv file, and it's reading in some of the
columns as character variables instead of numeric. I know I can fix this by
doing as.numeric for each of the columns, but the problem is I have a LOT of
different quantitative variables that I would have to do this for.
I've been trying something along the following but it hasn't really been
working
2009 Sep 28
2
Help with time series
Hello
I'm working with a bunch of time series data. The data are downloaded from
a server and stored as ascii files prior to reading them into R.
After reading the data sets read into R with no problem and I can us the ts
function to coerce them to time series, sometimes this works and sometimes
it fails.
For example.
P38_SubB <-
2009 May 24
1
Animal Morphology: Deriving Classification Equation with Linear Discriminat Analysis (lda)
Fellow R Users:
I'm not extremely familiar with lda or R programming, but a recent editorial
review of a manuscript submission has prompted a crash cousre. I am on this
forum hoping I could solicit some much needed advice for deriving a
classification equation.
I have used three basic measurements in lda to predict two groups: male and
female. I have a working model, low Wilk's lambda,
2012 May 20
1
CRAN (and crantastic) updates this week
CRAN (and crantastic) updates this week
New packages
------------
* bisectr (0.0.2)
Maintainer: Winston Chang
Author(s): Winston Chang <winston at stdout.org>
License: GPL-2
http://crantastic.org/packages/bisectr
Tools to find bad commits with git bisect
* CUMP (1.0)
Maintainer: Xuan Liu
Author(s): Xuan Liu <liuxuan at bu.edu> and Qiong Yang <qyang at bu.edu>