Re: [R] Any parser generator / code assistance for R?

2007-08-20 Thread Ali -
> A-> Hi,> A-> Is there any parser generator like www.antlr.org? Moreover, how > does simple > A-> code assistance work currently in R? By 'simple code > assistance' I meant > A-> things like:> > A-> Object$M --> > Object$Method> > If you really meant a list with components> or an S4 object >

[R] Any parser generator / code assistance for R?

2007-08-18 Thread Ali -
Hi, Is there any parser generator like www.antlr.org? Moreover, how does simple code assistance work currently in R? By 'simple code assistance' I meant things like: Object$M --> Object$Method __ R-help@stat.math.ethz.ch mailing list https://stat.et

[R] HELP FOR BUGS

2007-07-14 Thread Ali raza
Hi Sir I am very new user of R for the research project on multilevel logistic regression. There is confusion about bugs() function in R and BUGS software. Is there any relation between these two? Is there any comprehensive package for Multilevel Logistic modelling in R? Please gu

[R] The old question: R vs MATLAB vs Mathematica vs ...

2006-10-15 Thread Ali -
Hi, This question seems to be old, however I am asking it from a different point of view. R introduces itself as a 'statistical' language and environment. There are many discussions about comparing R to MATLAB or mathematica (or other similar software). It seems to me that these other softwa

[R] cokriging

2006-10-10 Thread ali bilgili
Hi, when using the script file for cokriging, is there any way to fit cross variogram other than linear, I mean what other options can I put in place of "fit.lmc" I ll be very appreciated if somebody who know the answer can response to me thanks _

Re: [R] additional graphical parameters in contour function

2005-08-04 Thread Abdou ALI
>> Do you know why additional graphical parameters (like "type","pch", ...) >> do not work in the R contour fonction. For example the command >> 'contour(..., type="o",pch=16)' gives nothing, just simple contour lines. > > Please, can you explain why you think it does make sense here? > The reas

[R] additional graphical parameters in contour function

2005-08-04 Thread Abdou ALI
Hello, Do you know why additional graphical parameters (like "type","pch", ...) do not work in the R contour fonction. For example the command 'contour(..., type="o",pch=16)' gives nothing, just simple contour lines. Thank you for your response. Abdou. [[alternative HTML version deleted

Re: [R] Defining binary indexing operators

2005-04-27 Thread Ali -
> > > > Here is an example. Note that $ does not evaluate y so you have > >to do it yourself: > > > >x <- structure(3, class = "myclass") > >y <- 5 > >foo <- function(x,y) x+y > >"$.myclass" <- function(x, i) { i <- eval.parent(parse(text=i)); foo(x, > i) > >} > >x$y # structure(8, class = "myclas

[R] Getting the name of an object as character

2005-04-27 Thread Ali -
This could be really trivial, but I cannot find the right function to get the name of an object as a character. Assume we have a function like: getName <- function(obj) Now if we call the function like: getName(blabla) and 'blabla' is not a defined object, I want getName to return "blabla". In o

Re: [R] Defining binary indexing operators

2005-04-27 Thread Ali -
> > Assume we have a function like: > > foo <- function(x, y) > > how is it possible to define a binary indexing operator, denoted by $, so > that > > x$y > > functions the same as > > foo(x, y) Here is an example. Note that $ does not evaluate y so you have to do it yourself: x <- structure(3

[R] Defining binary indexing operators

2005-04-27 Thread Ali -
Assume we have a function like: foo <- function(x, y) how is it possible to define a binary indexing operator, denoted by $, so that x$y functions the same as foo(x, y) __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-hel

[R] Quantile Regression in R

2004-06-29 Thread Ali Hirsa
probabilties (i.e. P(X in Quantile i | Y in Quantile i)) , and etc. Many thanks in advance for any help. Best, Ali library("quantreg") #help.start() Data <- read.table("RESvsMOVE2.dat") # x <- Data[,2] y <- Data[,1] par(mfrow=c(2,2)) qqnorm(x,main="MOVE Norm Q-Q Plot"

[R] numerical equation

2004-03-10 Thread Abdou Ali
Hello, Is there R command to solve a nonlinear numerical equation. Thank you. __ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

[R] filled contour

2004-03-02 Thread Abdou Ali
Hello, how can I fill map contour with R without setting the legend. I cannot see an option to skip the legend for filled.contour. Thank for your response. __ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-help PLEASE do