[R] read.table

2007-09-06 Thread Ingo Holz
Hi, I want to read a ascii-file using the function read.table. With 'skip' and 'nrows' I can select the rows to read from this file. Is there a way to select columns (in the selected rows)? Thanks, Ingo __ R-help@stat.math.ethz.ch mailing list

Re: [R] Selecting all values smaller than X in a dataframe

2007-06-11 Thread Ingo Michaelis
=rnorm(10,0.5)) w=cor(synth,use=pairwise.complete.obs) w=as.data.frame(w) w[,sapply(w,abs(w),,0.6)] Dear Christoph, just change the last command to w[abs(w)0.6] Best wishes Ingo __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman

[R] seasonal adjustment

2007-02-17 Thread Ingo Büch
to be quite difficult. Can anyone help me? Thanks, Ingo __ R-help@stat.math.ethz.ch 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

[R] [R-pkgs] tm 0.1 uploaded to CRAN

2007-01-11 Thread Ingo Feinerer
-forward integration of existing methods for classification, clustering, visualizations, etc. The package is designed in a modular way to enable easy integration of new file formats, parsers, transformations and filter operations. Best regards, Ingo Feinerer

[R] problems with R and tckl/tk on Mac OS X

2006-09-29 Thread Ingo
Dear R-help team, I am trying to run R on my Intel-based Mac. I have installed R, X11 and Tcl/TK (I thought), but the GUI doesn't run. My system administrator doesn't support R and therefore, I'm a little helpless. What can I do? Regards, Ingo