search for: papucho

Displaying 11 results from an estimated 11 matches for "papucho".

Did you mean: pacho
2004 Mar 25
1
S+Finmetrics cointegration functions
...nd no comparable functionality. Are there any other packages you could point me to? In general, are there efforts for replicating within one package the functionality of S+Finmetrics? Thank you very much in advance for any guidance. Best regards, _______________________ Ivan Alves mailto://papucho at mac.com
2004 Mar 29
9
Aggregating frequency of irregular time series
> S-Plus has the function AggregateSeries() whose name is self > explanatory. For instance one can derive monthly series from daily > ones by specifying end-of-period, averages, sums, etc. I looked for > a similar function in the packages "its" and "tseries", but found > nothing. I also help.searched() for aggregate to no avail. Would > anybody be so kind
2005 Apr 19
1
type.convert error with read.csv function
...xactly the same configuration (except the utf8 support) and had no errors. Could you please enlighten this unknowledgeable soul as to the nature of the problem? I searched in R-help digest to no avail. Thank you very much in advance. Kind regards, _______________________ Ivan Alves mailto://papucho@mac.com [[alternative text/enriched version deleted]]
2008 Oct 20
4
aggregating along bins and bin-quantiles
Dear all, I would like to aggregate a data frame (consisting of 2 columns - one for the bins, say factors, and one for the values) along bins and quantiles within the bins. I have tried aggregate(data.frame$values, list(bin = data.frame $bin,Quantile=cut2(data.frame$bin,g=10)),sum) but then the quantiles apply to the population as a whole and not the individual bins. Upon this
2008 Dec 29
0
Serial Correlation Test for Short Time Series
...hz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide > http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. > ------------------------------ Message: 17 Date: Mon, 22 Dec 2008 17:40:57 +0100 From: Ivan Alves <papucho at mac.com> Subject: [R] Treatment of Date ODBC objects in R (RODBC) To: r-help at r-project.org Message-ID: <CB45106D-68B0-4138-9CEA-478C92136264 at mac.com> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Dear all, Retrieving an Oracle "Date" data type by...
2009 Jun 01
1
installing sn package
...or; - install a suitable plugin (header scroll [1] works fine for me) the last one turns thunderbird a bit more user friendly. vQ [1] https://addons.mozilla.org/en-US/thunderbird/addon/1003 ------------------------------ Message: 141 Date: Thu, 28 May 2009 09:42:39 +0200 From: Ivan Alves <papucho@me.com> Subject: Re: [R] ggplot2 adding vertical line at a certain date To: stephen sefick <ssefick@gmail.com> Cc: "r-help@r-project.org" <r-help@r-project.org> Message-ID: <80F5C2A2-1A14-4997-8B02-0BA84B157927@me.com> Content-Type: text/plain; charset=US-ASCII; forma...
2012 Oct 24
0
recursive function on a structured list of lists (dendrogram)
Dear all, I have been trying the following without avail and would be very grateful for any help. From a dendrogram (recursive list of lists with some structure), I would like to obtain some information of the component lists and of the enclosing list at the same time. In dendrogram-speech I basically would like the label of the leaf and the height of the enclosing branch. A dendrogram example
2013 Apr 17
2
use of names() within lapply()
Dear all, List g has 2 elements > names(g) [1] "2009-10-07" "2012-02-29" and the list plot lapply(g, plot, main=names(g)) results in equal plot titles with both list names, whereas distinct titles names(g[1]) and names(g[2]) are sought. Clearly, lapply is passing 'g' in stead of consecutively passing g[1] and then g[2] to process the additional 'main'
2008 Oct 22
3
coalesce columns within a data frame
Dear all, I searched the mail archives and the R site and found no guidance (tried "merge", "cbind" and terms like "coalesce" with no success). There surely is a way to coalesce (like in SQL) columns in a dataframe, right? For example, I would like to go from a dataframe with two columns to one with only one as follows: From Name.x Name.y nx1 ny1 nx2 NA
2008 Dec 22
2
Treatment of Date ODBC objects in R (RODBC)
Dear all, Retrieving an Oracle "Date" data type by means of RODBC (version 1.2-4) I get different classes in R depending on which operating system I am in: On MacOSX I get "Date" class On Windows I get " "POSIXt" "POSIXct" class The problem is material, as converting the "POSIXt" "POSIXct" object with as.Date() returns one
2012 Aug 24
1
2 (related) problems with RODBC in 64 bit Windows
Hi all, I am encountering an RODBC problem in R 2.15.1 in windows 64 bit which I do not encountered in the same set up in windows 32 bit (the latest binary version of RODBC in both cases from the same depository gotten by install.packages(‘RODBC’), Oracle ODBC client software installed in 64 and 32 bit respectively) 1. The code looks like library(RODBC) credentials <-