[R] CLI Issue

2006-04-07 Thread A Mani
Hello, I have a script that must be executed by R at the CLI completely ... without halting execution on encountering an error (object not found). Rcmdr works fine, but source behaves strangely in R-2.1... Thanks, -- A. Mani Member, Cal. Math. Soc [[alternative HTML version

[R] glm automation

2006-03-07 Thread A Mani
the script for multiple files. The other problem is to write the plot(GLM) to a file without displaying it at stdout. Thanks, A. Mani Member, Cal. Math. Soc [[alternative HTML version deleted]] __ R-help@stat.math.ethz.ch mailing list https

[R] Strange Expression

2006-03-03 Thread A Mani
evaluated. Thanks, A. Mani Member, Cal. Math. Soc [[alternative HTML version deleted]] __ 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

Re: [R] Strange Expression

2006-03-03 Thread A Mani
On 3/3/06, ¨Tariq Khan [EMAIL PROTECTED] wrote: Did you try eval(parse(text = cil[1])) ? yes, function (x) eval(parse(x)) works within the *apply commands. thanks, -- A. Mani Member, Cal. Math. Soc [[alternative HTML version deleted

[R] Help with ldBands(Hmisc)

2006-02-02 Thread Lakshminarayanan, Mani
+ 1):length(w) : NA/NaN argument. Does this mean that I didn't store the ld98.exe in the right place or something else? Please help. Mani __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting

[R] Clustering Large Data Sets

2005-10-03 Thread A Mani
-- A. Mani Member, Cal. Math. Soc __ 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

[R] Unpaste Problem

2005-08-26 Thread A Mani
info : elements of xp have the form abcspaceefg, with abc in x2 and efg in x3. Thanks in advance, -- A. Mani Member, Cal. Math. Soc __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide

[R] A. Mani : Tapply

2005-08-25 Thread A Mani
Hello, Is it safe to use tapply when the result will be of dim 2 x 1 or more ? In my PC R crashes. The code used was on a 3-col data frame with two factor cols and a numeric column. The fn was diff . data form being A, B, Num tapply(data$A, list(data$A, data$B), diff) -- A. Mani

[R] Re : A. Mani : Avoiding Loops

2005-08-19 Thread A Mani
of this type into section 2.7 of the Introduction to R? cheers! Sean On 18/08/05, A. Mani [EMAIL PROTECTED] wrote: Hello, I want to avoid loops in the following situation. There is a 5-col dataframe with col headers alone. two of the columns are non-numeric. The problem is to calculate

[R] A. Mani : Avoiding loops

2005-08-18 Thread A. Mani
. A B C E F 1 2 X Y 1 2 3 G L 1 3 1 G L 5 and so on ...3+ entries. I need scores for col E entries which depend on conditional implications. Thanks, A. Mani Member, Cal. Math. Soc __ R-help@stat.math.ethz.ch mailing list https

Re: [R] R-help Digest, Vol 28, Issue 28

2005-06-28 Thread A. Mani
On Tuesday 28 June 2005 15:30, [EMAIL PROTECTED] wrote: Re : 37. Re: A. Mani : colours in Silhouette (Mulholland, Tom) Message: 37 Date: Tue, 28 Jun 2005 09:08:24 +0800 From: Mulholland, Tom [EMAIL PROTECTED] Subject: Re: [R] A. Mani : colours in Silhouette To: [EMAIL PROTECTED], r-help

[R] A. Mani : colours in Silhouette

2005-06-27 Thread A. Mani
Hello, In cluster analysis with cluster, how does one colour the silhouette plots ? For example in using pam. There seems to be some problem there. Everything else can be coloured. Thanks, A. Mani Member, Cal. Math. Soc __ R-help

[R] A. Mani : Read

2005-06-23 Thread A. Mani
Hello, What is the best way to read a .rdat file with data in the following form : $xyz1 column names columns(numeric) $xyz2 column names columns(numeric) $xyz3 column names columns(numeric) and so on. A. Mani Member, Cal. Math. Soc __ R