similar to: Difficulties in starting up with its package

Displaying 6 results from an estimated 6 matches similar to: "Difficulties in starting up with its package"

2004 Aug 27
2
`its' questions
Problem 1: Often, when I'm dealing with its, str() breaks. Here's a bug demo. The first statements work fine -- library(its) # Make a series of all dates from 1/1/2000 to 10/1/2000; fill this up # with integers from 1 to 30 x1 <- newIts(start="2000-01-01", end="2000-01-10", 1:30, ncol=3) print(x1) # Do the same, but restrict yourself to weekdays only
2006 Oct 18
0
(no subject)
I currently have an instance of R running on Solaris 8 Version 2.2.0 (2005-10-06 r35749) Package: its Version: 1.0.9 Package: Hmisc Version: 3.0-1 I decided to build a new install on Linux RedHat As4.0 32 Bit running R version 2.4.0 (2006-10-03) Package: its Version: 1.1.4 Package: Hmisc Version: 3.1-1 Package: chron Version: 2.3-8 I am using the library(its) on both machines and
2007 May 22
0
readcsvIts
Hello, I am trying to read a .CSV file from Bloomberg of prices (for an "its" series) of the following format: Date Price 23/10/2006 09:59 57.291 23/10/2006 10:01 57.221 23/10/2006 10:02 57.201 23/10/2006 10:03 57.231 23/10/2006 10:04 57.191 23/10/2006 10:05 57.191 23/10/2006 10:06 57.141 23/10/2006 10:07 57.081 I get the following: >
2006 Oct 18
0
R issue with quantile using its package
Frank, Thanks for the reply so what I did in the interim was unistalled Hmisc and chron and used version 3.0-2 of Hmisc which doesn't have the dependency on chron, and reinstalled its version 1.1.4 However I still heave the issue, when I try to run the quantile command on the given dataset. Thanks, ~Lloyd Gilroy, Lloyd (GTI) wrote: > I currently have an instance of R running on
2003 Sep 01
2
readcsvIts() to create irregular time series
Dear, Thanks for the previous tips about 'its' for importing the following data. 5/10/1998,7 5/11/1998,5 5/12/1998,2 5/14/1998,1 5/15/1998,1 5/19/1998,1 5/20/1998,1 1. When using the following command; test<-readcsvIts('Fires98.csv',informat=its.format("%m/%d/%Y"),header=FA LSE) the function reads in the data from the csv file as; V2 05/10/1998 7
2005 Jul 12
3
using its to import time series data with uneven dates
Good day: I am trying to use readcsvIts("nwr_data_qc.txt",informat=its.format("%Y%m%d%h%M %Y"),header=TRUE,sep="",skip=0,row.names=NULL,as.is=TRUE,dec=".") to read in a file (nwr_data_qc.txt) that looks like this: Time Y M D H Min CO2 2000.18790 2000. 3. 9. 18. 30. 373.60 2000.20156 2000. 3. 14. 18. 30. 373.34