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.
Hi everybody, does anybody know if R contains error functions like "erf" and "erfc" in S-Plus? Thanks in advance.
Hi, is it possbible to include the Latex-variable \vartheta into a plot (using, for instance, the expression function). Thanks in advace Salvatore
Hi all! Is there a possibility to read Latex-formulas directly into R, e.g. to read c=\frac{a}{b} such that R knows that c<- a/b is meant? I wish to generate some numerical examples of a...
Dear R-"helpers"! May I kindly ask the pure statistics-experts to help me for a purpose which first part is not directly concerned with R. Consider two distribution functions, say f and g. For both, the median is smaller...
Cf. expression() On Monday 17 November 2003 17:14, Xavier Fern?ndez i Mar?n wrote: > Hi, > > How can I include accents and signs like '?' '?' in the plots generated by > R? > > I try, but R automatically transforms the name > > ex...
Hi all! Consider a sample, x, like this: # x<- matrix(rbind(4,8,0,2, 25,30,5,32), ncol=2) # Weight Income 4 25 8 30 0 5 2 32 Here the "Weight" assigns the weight of each observation...
Hi everybody, on ?plotmath it can be seen that mathematical expressions like a greek letter could not be used for x- and y-axis labels in 'persp' plots. Unfortunately, this is exactly what I want to do: I need an...
An alternative but also higly recommendable way is the use of the psfrag-package in your LaTeX-file. It is furthermore very simple in use. Type plot(1:10, main="test") in your LaTeX-file you insert in your figure...
Hi everybody, I have some troubles by using R with weighted data. It is very easy to obtain the mean of a weighted data set due to the function weighted.mean, but unfortunately, such a function is not available for...
see package boot or alternatively the package bootstrap. Each of them based on a famous introduction into the bootstrap - Davison, A.C. and Hinkley, D.V. (1997) Bootstrap Methods and Their Application. Cambridge University Press. and Efron, B. and Tibshirani...
# Hi, # define as r the revenue and as c the cost # for example: r<- 60 c<- 50 # function to obtain the rate of return: ror<- function(r,c){ foo<- r/c-1 return(foo) } # the command ror(r,c) gives...
dev.copy2eps works fine, but, however, does anybody know how to rotate the figure? dev.copy2eps(horizontal=F) doesn't work. On Thursday 13 November 2003 15:40, Peter Dalgaard wrote: > Uwe Ligges <ligges at statistik.uni-dortmund.de> writes...
Dear Rama Giorgia, if you are using R under Unix you should call R with R --vsize=600M --nsize=25000k Further, use scan() directly. It works much more better than read.table(). Greetings s. On 3 Jul 2002, at 9...
Dear In-Sun, how to solve your problem depends on the system you are working. If you are starting R via UNIX, you should call R with R --vsize=500M --nsize=20000k (500 and 20000 are only examples) If you...
Can't find what you're looking for? Try searching with Google .