similar to: date conversions in pastecs

Displaying 20 results from an estimated 300 matches similar to: "date conversions in pastecs"

2004 Mar 22
1
another date conversion
Dear R People Here is an interesting problem: > library(pastecs) > a <- 1:100 > b <- daystoyears(a,datemin="1/1/2003",dateformat="m/d/Y") > b [1] 2002.999 2003.002 2003.005 2003.008 2003.010 2003.013 2003.016 2003.018 2003.021 2003.024 2003.027 2003.029 2003.032 [14] 2003.035 2003.038 2003.040 2003.043 2003.046 2003.049 2003.051 2003.054 2003.057 2003.060
2007 Oct 10
3
(no subject)
Hello, I problem is in the format of the date, my time series is like this: 2006070100 1244 61 62 2006070101 1221 60 60 2006070102 1214 60 60 2006070103 1194 59 59 2006070104 1182 58 58 2006070105 1178 58 58 2006070106 1176 58 58 2006070107 1173 58 58
2007 May 23
1
Question concerning "pastecs" package
Hi I just installed the pastecs package and I am wondering: is there an english (or german) translation of the file pastecs.pdf? If not, is there an explanation somewhere of the object of type 'turnpoints' as a result of turnpoints(), especially the "info" field? Thanks, Rainer -- NEW EMAIL ADDRESS AND ADDRESS: Rainer.Krug at uct.ac.za RKrug at sun.ac.za WILL BE
2007 Oct 11
0
Help Problems formatting date and using Regul function
Hello, I problem is in the format of the date, my time series is like this: 2006070100 1244 61 62 2006070101 1221 60 60 2006070102 1214 60 60 2006070103 1194 59 59 2006070104 1182 58 58 2006070105 1178 58 58 2006070106 1176 58 58 2006070107 1173 58 58
2005 May 16
0
Turnpoints (pastecs): How to specify a limit on the number of tur npoints?
Hello, I'm trying to get a few turnpoints for a financial time series. There is a function in pastecs that does that. However, I get a large number of turnpoints: library(pastecs) data(EuStockMarkets) dax <-EuStockMarkets[,1] plot(dax) turnp <-turnpoints(dax) summary(turnp) #gives 925 peaks/pits!!! How can specify to get only 30 turnpoints? Second question: the extract function
2006 Oct 27
0
problem with applying regul function (pastecs)
Hi, I'm trying to analyse some time series data on dissolved organic nitrogen. Because it has gaps in it, I try to interpolate (linear) with the regul method from the pastecs package. I have a number of stations with measurement series in a matrix constructed from a data frame with the unstack method (temp) I also used the unstack method to make a similar matrix for the time points
2009 May 17
0
Some questions about package "pastecs" and "stats"
My goal is to remove signals trend without any a-priori knowledge of the trend type, if any. Some signals are very noisy and non-stationary (example attached). I have experimented with a number of techniques. Staring at the results, I can hardly tell which method is best. I am attaching the result of function "local.trend" as I cannot understand it. Nor I can make a sense of the returned
2015 Jan 08
4
SEMI OFF-TOPIC - Fail2ban
Hi list , someone on the list has seen this type of connection attempts in asterisk, fail2ban does not stop 2015-01-08 14:59:47] SECURITY[21515] res_security_log.c: SecurityEvent="ChallengeSent",EventTV="1420750787-386840",Severity="Informational",Service="SIP",EventVersion="1",AccountID="sip:100 at
2009 Aug 21
1
trouble with Vista & reading files
All, I am having trouble with a "read.table()" function that is inside of another function. But if I call the function by itself, it works fine. Moreover, if I run the script on a Mac OS X (with the default Mac OS X version of R installed, rev 2.8), it works fine. But it does not work if I run it on windows vista (also default Windows version of R, rev. 2.8). Again, both
2014 Nov 12
4
Problem with build and check
I am getting failure of build and check, for an Rd file that has a long argument list. Guess diagnosis: a quoted string beyond a certain point in the argument list is fatal. Example: Use the function below, create an Rd file for it with prompt(). Move the .Rd file to the man directory (no need to edit it) and try building dart.control <- function(server=c("production",
2004 Nov 17
3
chan-sccp problem, phone is not registering
Hi list! I'm trying to configure the Kirk IP 600 wireless (DECT) system. The wireless phones are regular DECT phones, the Kirk IP 600 is doing the voip part by registering/gatewaying the phones to a callmanager server. The phones do not work and I think the problem is that they do not register at asterisk but I'm not sure because I don't understand a thing of the sccp/skinny
2006 Mar 18
1
Date formatting and adding question
Hey all, I''m working on a site for a client that has a scedule im trying to display that pulls the next events for the upcoming Sunday from a MySQL table....The table stores the event date as mm/dd/yyyy. I''ve tried to think of everyway possible to get this thing to change after every sunday to show the next sunday''s events, but I end up doing it manually... Is it
2004 Jan 14
1
Skinny behind NAT?
Can skinny work behind NAT? I have a Cisco 7910 using SCCP behind NAT that has one way audio. The called party cannot hear the calling party who's using the 7910. skinny.conf ; ; Skinny Configuration for Asterisk ; [general] port = 2000 ; Port to bind to, default tcp/2000 bindaddr = 0.0.0.0 ; Address to bind to dateFormat = M-D-Y ; M,D,Y in any order (5 chars max)
2006 Jan 06
1
"Missing value representation in Excel before extraction to R with RODBC"
Dear list, How should missing values be expressed in Excel before extraction to R via RODBC. I'm bewildered. Sometimes the representation with NA in Excel appears to work and shows up in R as <NA> but sometimes the use of NA in Excel changes the whole vector to NA's. Blank or nothing or NA as representation for missing values in Excel with dateformat gives NA's of the whole
2012 Jun 07
1
factor coercion with read.csv or read.table
How do I fix this error ? I tried coercion to a vector but that didn't work. msci <-read.csv("..MSCIexUS.csv", header=TRUE) head(msci) Date index 1 Dec 31, 1969 100 2 Jan 30, 1970 97.655 3 Feb 27, 1970 96.154 4 Mar 31, 1970 95.857 5 Apr 30, 1970 85.564 6 May 29, 1970 79.005 > str(msci) 'data.frame': 510 obs. of 2 variables: $ Date : Factor w/ 510
2014 Apr 09
3
Logrotate errors
Hi all, I have a problem with logrotate and I don't know why. In /var/log/messages appears these errors: Apr 8 15:01:01 plzfnsm02 logrotate: ALERT exited abnormally with [1] Apr 8 16:01:01 plzfnsm02 logrotate: ALERT exited abnormally with [1] Apr 8 17:01:01 plzfnsm02 logrotate: ALERT exited abnormally with [1] Apr 8 18:01:01 plzfnsm02 logrotate: ALERT exited abnormally with [1] Apr 8
2006 Mar 28
2
Problems Configuring Cisco 12SP+
Hi, After reading this valuable forum and the voip-info wiki and follow all the steps , but my Cisco 12SP+ remains unregistered. These are my config files: skinny.conf [general] port = 2000 ; Port to bind to, default tcp/2000 bindaddr = 172.20.1.1 ; Address to bind to dateFormat = D-M-Y ; M,D,Y in any order (5 chars max) keepAlive = 120 languaje=es allow = all ; disallow
2004 Sep 24
1
help with skinny
Hi all, I bought a couple phones for really cheap just for a simple solution. I'm trying to get a few 7910 to work with *. I'm just not sure how to get them to work. The 7910 just sits there "configuring IP" Here is a copy of my skinny.conf. the extensions.conf is default. I just want to bring the system up in default before a start making changes. Do I need to make
2006 Apr 07
3
Ajax render a template
In my blog a user can add comments. I want an Ajax call to add the comment to the bottom of the comments list. How to i return a comment thats is in the comment template and add it to the bottom of the page. I have gotten as far as rendering some text back to the form and the comment doesn''t display until i refresh. This is my _newcomment.rhtml form to create a new comment <div
2006 Jan 19
3
problems with migrations in sql server
Is anyone using migrations with a SQL Server database who might be able to lend me a hand? I''ve used migrations with MySql in the past and haven''t run into any issues so forgive When I run rake migrate nothing is actually getting updated in my database. I created a migration using ./script/generate migration AddFooTable and updated the migration to look as follows: class