Skip to content

Search Archives

Search tips
from:Name Search by author name, e.g. from:Duncan Murdoch "exact phrase" Match an exact phrase word1 word2 Match messages containing both words Date range Use the date pickers to filter results to a time period

Use the list dropdown to narrow results to a specific mailing list. Combine from: with other terms to filter by author and content.

63 results for “from:Ingo”

simple plotting wcor (Rssa) question
Ingo Wardinski · Aug 27, 2014 · r-help

On 08/27/2014 11:18 AM, Ingo Wardinski wrote: > Hello, > I try to plot w-correlation matrix of singular spectrum analysis by > using the package Rssa. This is an example: > > library(Rssa) > > s <- ssa(co2) > > w <- wcor(s, groups...

readAsciiGrid (maptools)
Ingo Holz · Nov 13, 2007 · r-sig-geo

Hi, I have an ESRI-Ascii-Grid file which looks like this: ncols 1001 nrows 1001 xllcorner 3539000 yllcorner 5379000 cellsize 1 NODATA_value -9999 766,65 766,65 766,67 766,69 766,7 766,72 766,74 766...

overlay(SpatialPolygonsDataFrame, SpatialPointsDataFrame)
Ingo Holz · Dec 13, 2007 · r-sig-geo

Hi, I have a SpatialPolygonsDataFrame (SPolyDF) and a SpatialPointsDataFrame(SPoiDF). The SPolyDF is a (very) large set of polygons (some 30.000) and the SPoiDF is actually a grid of some 60.000 points. I would like to use overlay...

readAsciiGrid (maptools) 2
Ingo Holz · Nov 13, 2007 · r-sig-geo

Hi again, OK, it is not a problem of readAsciiGrid (maptools)! However: x <- 3539000.5 : 3540000.5 ## OK, readAsciiGrid adds .5 to the coordinates length(x) x[1:10] min(x) ## OK, this is the rounded value summary(x) ## I...

using postscript() for multiple individual files
Ingo Wardinski · Jul 19, 2014 · r-help

Hello, I try to plot some results of an analysis to multiple individual postscript files, like: postscript("A1_zonflow.ps",onefile=F) plot(s, type = "vectors", idx = 1:12,main="") dev.off() # postscript("vectors_paired_zonflow.ps",onefile=F) plot...

unequalspaced time-series data
Ingo Roeder · Jun 20, 2000 · r-help

Dear R-users, is there any object-type or routine/function in R which can handle unequally spaced time-series data? I know that there is the library OSWALD for S-Plus, which is able to do so, but I...

F-test question
Ingo Wardinski · Aug 13, 2013 · r-help

G'day I try do compute some F-statistics of a singular spectrum analysis of a timeseries sv I run: > require(Rssa) > s <- ssa(sv) > summary(sv) Min. 1st Qu. Median Mean 3rd Qu. Max. -4.238 2.761 6...

tm 0.1 uploaded to CRAN
Ingo Feinerer · Jan 11, 2007 · r-packages

Dear useRs, a first version of tm has just been released on CRAN. tm provides a sophisticated framework for text mining applications within R. It offers functionality for managing text documents, abstracts the process of document manipulation and eases the...

tm 0.1 uploaded to CRAN
Ingo Feinerer · Jan 11, 2007 · r-help

Dear useRs, a first version of tm has just been released on CRAN. tm provides a sophisticated framework for text mining applications within R. It offers functionality for managing text documents, abstracts the process of document manipulation and eases the...

filtering out unwanted words in a Term Document Matrix
Ingo Feinerer · May 16, 2011 · r-help

> Hi Y'all, > > I am using the text mining package (tm). I am trying to filter out all of the words in a Term Document Matrix that are not in a list of words that I am interested in. I...

change projection?
Ingo Holz · Nov 22, 2007 · r-sig-geo

Hi, I imported a ESRIAsciiGrid with readGDAL(). The result is a SpatialGridDataFrame (SGDF). The projection of the grid (only the xllcorner, yllcorner ?) is: Projection LAMBERT Units METERS Spheroid BESSEL (more details at the end of this email) How can I...

library(rpart) or library(tree)
Ingo Holz · Dec 19, 2007 · r-help

Hi, I have a problem with library (rpart) (and/or library(tree)). I use a data.frame with variables "pnV22" (observation: 1, 0 or yes, no) "JTemp" (mean temperature) "SNied" (summer rain) I used function "rpart" to build a model...

Trailing stop in Andreas Clenow trend-following system
Ingo Boland · Dec 3, 2015 · r-sig-finance

Good morning, I'm trying to rebuild the basic strategy out of Andreas Clenow's book "Following the trend in quantstrat but struggling with the trailing stop. The rules are as follows (only for long trades): 1. *Entry rule*: Buy...

using package tm to find phrases
Ingo Feinerer · Aug 13, 2009 · r-help

On Thu, Aug 13, 2009 at 03:36:22PM -0400, Mark Kimpel wrote: > I am using the package "tm" for text-mining of abstracts and would like to use > it to find instances of gene names that may contain white...

[R-gui] How to assign value from tlctk window to variable ?
Ingo Fetzer · May 22, 2006 · r-sig-gui

most probably this is a question with a simple answer but I have not found an answer to it anywhere yet: I took one of James Wettenhalls sample scripts (http://bioinf.wehi.edu.au/~wettenhall/RTclTkExamples/) for radio buttons as...

tm and e1071 question
Ingo Feinerer · Dec 5, 2009 · r-devel

On Fri, Dec 04, 2009 at 02:21:52PM +0100, Achim Zeileis wrote: > I would like to use the svm function of the e1071 package for text > classification tasks. Preprocessing can be carried out by using the > excellent tm text...

package "tm" fails to remove "the" with remove stopwords
Ingo Feinerer · Nov 15, 2009 · r-help

On Thu, Nov 12, 2009 at 11:29:50AM -0500, Mark Kimpel wrote: > I am using code that previously worked to remove stopwords using package "tm". Thanks for reporting. This is a bug in the removeWords() function in tm version...

problem with png()
Ingo Holz · Nov 15, 2007 · r-help

Dear Brian, sorry, library(lattice) is loaded, when I start R, so I forgot to add this. I get "Ingo's title" if I plot directly to the screen. However, I do not get it if I use png() or...

using postscript() for multiple individual files
Ingo Wardinski · Jul 19, 2014 · r-help

On 07/19/2014 01:25 PM, Duncan Murdoch wrote: > On 19/07/2014, 5:41 AM, Ingo Wardinski wrote: >> Hello, >> I try to plot some results of an analysis to multiple individual >> postscript files, like: >> postscript("A1_zonflow.ps...

SJava memory managment
von Otte, Ingo · Sep 4, 2002 · r-help

Hi everyone, I am using the SJava library from the Omegahat project to call Java from R. Recently I ran into trouble with the memory management in SJava. So I have some questions: 1. What is the right way to...

Can't find what you're looking for? Try searching with Google .