Re: [R] simple plotting wcor (Rssa) question

2014-08-27 Thread Ingo Wardinski
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 = 1:20) > plot(w,cex.label=3),scales=list(at=c(10,2

[R] simple plotting wcor (Rssa) question

2014-08-27 Thread Ingo Wardinski
fect. Also I would like to change the tick labels, currently they show up as F1, F2 etc., and I would like to have them as 1, 2, etc. Any help would be very much appreciated ingo __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinf

Re: [R] using postscript() for multiple individual files

2014-07-19 Thread Ingo Wardinski
inted to display, some don't. Some help files for plot methods mention this requirement, some don't. Bill Dunlap TIBCO Software wdunlap tibco.com Many thanks! This does the trick greets ingo __ R-help@r-project.org mailing list https://stat.

Re: [R] using postscript() for multiple individual files

2014-07-19 Thread Ingo Wardinski
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",onefile=F) plot(s, type = "vectors", idx = 1:12,

[R] using postscript() for multiple individual files

2014-07-19 Thread Ingo Wardinski
l graphics. The three files are generated, but the first two appear to be empty, only the third file shows the expected graphic. How can I create three individual (not-empty) postscript files? I run R version 3.1.1 (2014-07-10) -- "Sock it to Me" on linux TIA ingo ___

Re: [R] [plyr] Moving average filter with plyr

2013-08-27 Thread Ingo Reinhold
Thank you very much. But why is this? The function applyfilter should return a numeric result, shouldn't it? Best regards, Ingo From: arun [smartpink...@yahoo.com] Sent: Tuesday, August 27, 2013 4:06 PM To: Ingo Reinhold Cc: R help Subject: R

[R] [plyr] Moving average filter with plyr

2013-08-27 Thread Ingo Reinhold
series parameters specified though the number of return values seems right to me. Do you have any thoughts or suggestions? Many thanks, Ingo [[alternative HTML version deleted]] __ R-help@r-project.org mailing list https://stat.ethz.ch/m

[R] prediction of time series with nearest neighbor

2013-08-15 Thread Ingo Wardinski
f a state for prediction. Is there package in R that perform such predictions? Any help and advice would be very much appreciated ingo __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide htt

[R] F-test question

2013-08-13 Thread Ingo Wardinski
eed to compute the p.value, but something is going wrong, and I can't see what. Any help would be very much appreciated ingo __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide h

[R] discontinous ssa forecast

2013-07-29 Thread Ingo Wardinski
se the latest version of Rssa, R on linux Many greets and TIA ingo __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal

[R] Generating 1-bit and 8-bit BMP files using R

2013-03-04 Thread Ingo Reinhold
arsed into the right image format. Is anyone aware of a package or rather "easy" way to generate these images using R? Many thanks, Ingo [[alternative HTML version deleted]] __ R-help@r-project.org mailing list https://stat.ethz.ch/mai

Re: [R] Outer product from matrix by row and a vector

2012-08-09 Thread Ingo Reinhold
Hi David, Petr, sorry for the fuzzy posts. I oversaw that it was just the transposed version as you indicate. Does exactly what it should. Many thanks, Ingo __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do

Re: [R] Outer product from matrix by row and a vector

2012-08-07 Thread Ingo Reinhold
} } giving the result [,1] [,2] [,3] [1,]135 [2,]246 Thanks for taking a look. Cheers, Ingo From: Jeff Newmiller [jdnew...@dcn.davis.ca.us] Sent: Wednesday, August 08, 2012 6:40 AM To: Ingo Reinhold; r-help@r-projec

[R] Outer product from matrix by row and a vector

2012-08-07 Thread Ingo Reinhold
3,4) a<-mat2list(a,MARGIN=1) outer(a,b,function(x,y){unlist(a)[1]+unlist(a)[3]/b}) Any idea how to do this more elegantly than a nested for-loop? Many thanks, Ingo [[alternative HTML version deleted]] __ R-help@r-project.org mailing l

[R] Multidimensional List access

2011-05-18 Thread Ingo Reinhold
values in, lets say V3, in all CharacteristicsLists without the need for FOR-loops? I figured there could be something like Data[[:]][[:]][[:]][[:]][[V3]] Many thanks, Ingo [[alternative HTML version deleted]] __ R-help@r-project.org

[R] filtering out unwanted words in a Term Document Matrix

2011-05-16 Thread Ingo Feinerer
;, "technical", "assistance", "staff", > "related", "quality", > "care","disruptive","behavior","special","needs","mental","illness","noncompliance","ille

Re: [R] Variable length datafile import problem

2011-02-18 Thread Ingo Reinhold
hat's it. Many thanks again for the effort. Ingo From: John Kane [jrkrid...@yahoo.ca] Sent: Thursday, February 17, 2011 11:54 AM To: Ingo Reinhold Subject: RE: [R] Variable length datafile import problem Generally most of the gurus are in this list. Ho

[R] Variable length datafile import problem

2011-02-15 Thread Ingo Reinhold
m not sure what this is. It also appear to be quenching some of the columns, which may be the problem. My current maximum is around 250, but this is not determined. When importing it the maximum table size seems to stop at 146. Has anyone seen this before? Many thanks, Ingo [[alte

[R] one sided t test

2011-01-14 Thread Ingo
t = 9.3976, df = 19, p-value = 1alternative hypothesis: true mean is less than 0 95 percent confidence interval: -Inf 1.429035 sample estimates: mean of x 1.206958 Hope I am right you can help me if I am wrong. Greetings, Ingo Meemken [[

Re: [R] package "tm" fails to remove "the" with remove stopwords

2009-11-15 Thread Ingo Feinerer
the end of a line. This bug is fixed in the latest development version on R-Forge, and the fix will be included in the next CRAN release. Please see https://r-forge.r-project.org/plugins/scmsvn/viewcvs.php/pkg/inst/NEWS?root=tm&view=markup for a list of a

Re: [R] reading in MS Word files

2009-08-18 Thread Ingo Feinerer
http://www.winfield.demon.nl/) in your path such that readDOC can use it. Best regards, Ingo -- Ingo Feinerer Vienna University of Technology http://www.dbai.tuwien.ac.at/staff/feinerer __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/li

Re: [R] using package tm to find phrases

2009-08-13 Thread Ingo Feinerer
build a dictionary from that), you need some custom functionality. Regular expressions might be a good starting point ... Best regards, Ingo -- Ingo Feinerer Vienna University of Technology http://www.dbai.tuwien.ac.at/staff/feinerer __ R-help@r-project.org

[R] playwith package does not work on Ubuntu?

2008-06-30 Thread Ingo Michaelis
was ok. So can you give me some advices Thanks in advance Ingo Michaelis __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide

Re: [R] main title x title and y title with ggplot2

2008-03-05 Thread Ingo Michaelis
"your xlabel") + scale_y_continuous("your ylabel") p$title<-"your title" print(p) Ingo. __ R-help@r-project.org mailing list https://stat.ethz.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.

[R] library(rpart) or library(tree)

2007-12-19 Thread Ingo Holz
pred2 <- predict(result, new.data.frame) The results are the same, which I checked by ploting the values of pred and pred2 and by table(pred ==pred2) which is true for all values. Looking at the tree I would expect that pred2 has the same high value for all elements of the vector. Did I ma

Re: [R] problem with png()

2007-11-15 Thread Ingo Holz
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 I lose it if I save from the plot (screen). Ingo On 15 Nov 2007 at 10:30, Prof Bri

[R] problem with png()

2007-11-15 Thread Ingo Holz
know that it is not possible to reproduce this "error" on LINUX. Thank you for your help. Ingo __ R-help@r-project.org mailing list https://stat.ethz.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.