similar to: as.date: do not know how to convert 'test[1]' to class "Date"

Displaying 20 results from an estimated 120 matches similar to: "as.date: do not know how to convert 'test[1]' to class "Date""

2010 Jun 01
1
data frame manipulation ddply
Dear group, Here is my data frame: futures <- structure(list(DESCRIPTION = c("CORN Jul/10", "CORN Jul/10", "CORN Jul/10", "CORN Jul/10", "CORN Jul/10", "LIVE CATTLE Aug/10", "LIVE CATTLE Aug/10", "SUGAR NO.11 Jul/10", "SUGAR NO.11 Jul/10", "SUGAR NO.11 Jul/10", "SUGAR NO.11
2010 Jun 01
1
data frame manipulation with zero rows
Dear group, Here is the kind of data.frame I obtain every day with my function : futures <- structure(list(DESCRIPTION = c("CORN Jul/10", "CORN Jul/10", "CORN Jul/10", "CORN Jul/10", "CORN Jul/10", "LIVE CATTLE Aug/10", "LIVE CATTLE Aug/10", "SUGAR NO.11 Jul/10", "SUGAR NO.11 Jul/10", "SUGAR
2010 Apr 29
3
convert Factor as numeric
Dear group, I know this issue has been already covered, and before you reply I must say I have read the R-FAQ and search the mailing list archive. I still can't manage to change my factor to numeric as I couldn't find any clear answer. Here is my df : Pose1 <- structure(list(DESCRIPTION = structure(c(1L, 2L, 3L, 4L, 5L, 8L), .Label = c(" SUGAR NO.11 May/10 ", "COTTON
2010 May 26
2
writing function : can't find an object
Dear group, Here is my function: #return the daily PL for day y PLDaily<-function(x,y) { #find elements in my directory with "LSCPos" in the name, keep the numeric part in the name and #create a list l<-gsub("\\D","",dir()[grep("LSCPos",dir())]) #select in the list the desired elements
2010 May 12
1
data frame subscription
Dear group, Here is my df : pose16 <- structure(list(DESCRIPTION = structure(c(1L, 2L, 3L, 4L, 5L, 6L, 7L, 8L, 9L, 12L), .Label = c("COPPER May/10", "COTTON NO.2 Jul/10", "CRUDE OIL miNY May/10", "GOLD Jun/10", "ROBUSTA COFFEE (10) Jul/10", "SOYBEANS Jul/10", "SUGAR NO.11 Jul/10", "SUGAR NO.11 May/10",
2010 Aug 04
3
merge two data frames
Dear list, here are my two data frames: av <- structure(list(DESCRIPTION = c("COFFEE C Sep/10", "COPPER Sep/10", "CORN Dec/10", "CRUDE OIL miNY Sep/10", "GOLD Aug/10", "HENRY HUB NATURAL GAS Sep/10", "PALLADIUM Sep/10", "SILVER Sep/10", "SOYBEANS Nov/10", "SPCL HIGH GRADE ZINC USD", "SUGAR
2010 Apr 27
1
save a data frame in environment
Dear group, Here is my function : position<-function(x) { pose<-read.csv2((paste(c("LSCPos",x,".csv"),collapse="")),dec=".",sep=",",as .is=T,h=T,skip=1)[,c(4,8,14,15)] pose$CREATED.DATE<-as.Date(pose$CREATED.DATE,"%d/%m/%y") futures<-pose[-grep("USD",pose[,1]),]
2013 Jun 15
1
Downloading CSV file - RCurl help
There are some CSV file from the link below. I'm having trouble installing the package. Is this the package I have to use or is there another one I need to use? If so how do I get this one loaded. https://www.enmax.com/Power/Energy+Retailers/Settlement+Reports/Profile+settlement+report.htm install.packages("RCurl", repos =
2003 Jul 04
5
Asterisk Sacrifice?
Hi is there any ritual sacrifice a newbie has to perform to be welcome on this list? I am new to this whole PBX thing in general and Asterisk in particular. I had hoped that the community on this list would welcome a newbie like myself and help me with some answers to my stupid questions, but somehow it seems to me that nobody likes to respond to somebody who appears to be a complete
2004 May 04
5
Microsoft hotfix MS04-011, breaks Samba password change.
Hi all, I wanted to give an update on this as I know this MS Hotfix is critical and must be applied to protect against the (latest) Microsoft worm. I think I've found the problem in the code, and am currently testing a fix for this (not in the release to others to test stage yet). As soon as I'm reasonably confident I'll put a patch out there for others to test, and we'll
2015 Jul 03
1
MHTL + legal <- dual-booting <- Re: installing Cents os server 7.0
On 07/03/2015 02:51 AM, Kahlil Hodgson wrote: > Wow. So many _passionate_ words. Still have no idea what Chris is really > going on about. Yeah, it's one of those threads with "more heat than light." I believe that Chris wants (among many other things) is a CentOS which will automatically resize an existing Windows or OSX partition when setting up a dual-boot machine. I
2004 Feb 20
1
Samba Security Hardening Standards
Dear Sir/Madam, I was wondering if you could direct me to some resources regarding securing Samba on our network. Thank you. Kay Naidu, CISA ERCOT knaidu@ercot.com <mailto:knaidu@ercot.com> (512)-248-3018
2015 Jul 11
1
User Input
All, I have a package BondLab, all variables are passed to the models via Cusip objects. ? The only variables input by the user are? settlement date,? price or yield or spread. ? Further price may be passed as 100.125, 100-8 (1/8), or 100-2 (2/64) or 100-2+ (5/128).? Once passed these variables must have a steady state (in decimal). ?After reading the R documentation and Hadley's book I
2006 Nov 08
3
How to implement status codes in DB and Rails
This is more of a design issue I''m wrestling with, and was wondering what other people are doing. I have a products table with status values of In Stock, Out of Stork or Discontinued. This is unlikely to change any time soon. Approach A, is to have thses actual values in the status column, at least the meaning is very apparent, yet querying for products with a specific status could
2007 Jul 05
1
Simple CDRs w/Asterisk/OpenSER.
Suggestions on how to use Asterisk to collect CDRs from a OpenSER-based proxy / call routing setup? I need to get simple CDRs; not for detailed settlement/rating, but just for reconciliation with an ultimate TDM carrier just to make sure we only get billed for what we're actually using. I'd use the often-heralded approach of dumping a call from OpenSER into Asterisk and having it
2015 Jul 03
6
dual-booting <- Re: installing Cents os server 7.0
On Thu, Jul 2, 2015, 11:05 PM Warren Young <wyml at etr-usa.com> wrote: > > On Jul 2, 2015, at 9:21 PM, Chris Murphy <lists at colorremedies.com> wrote: > > > > CentOS doesn't support dual boot, because I did all the work to > > make that happen, the CentOS installer did nothing to help me make > > this possible. > > If free space on a drive is
2004 Aug 06
2
Live stream equalizer
I was under the impression that "PCM equalizer" means it only equalizes the PCM codec, i.e. WAV files. Have you noticed a significant quality improvement in the EQ for compressed media: MP3, Vorbis, MPC? Chris G >From: "Ross Levis" <ross@stationplaylist.com> >Reply-To: icecast@xiph.org >To: <icecast@xiph.org> >Subject: Re: [icecast] Live stream
2008 Feb 12
3
LCR in Asterisk
Hi all, I am planning to implement LCR routing on my already running asterisk server. Uptill now i have found out that asterisk has no support for lcr, i have to do something about it myself, for example using the AGI. Im looking for ideas here. Whats the best way to start implementing lcr in asterisk. Should i use agi and start implementing my own lcr script or is there any plugin available which
2003 Jul 04
1
CDR Information and Pipes
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi guy's I've got an existing application which takes CDR information from a com port from an avaya switch, that we use for billing and accounting. Since the cost up upgrading the Index platform is extortionate, we're looking into alternatives and I've been told to come look at asterisk. First off, asterisk is excellent...
2007 Jul 08
2
asterisk is not sip proxy
Hello Asteriskers, I'm confused about why Asterisk is not a SIP proxy and why exactly this can affect the performance of a large Asterisk system. I know that Asterisk acts as a useragent endpoint, but my doubt is why exactly Asterisk could overload the call flow if the RTP voice stream goes from the caller to the called party. Does someone know how many calls or pencentaje that could handle