Skip to content

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.

14 results for “from:Salvatore Barbaro”

error functions
Salvatore Barbaro · Jun 21, 2003 · r-help

Hi everybody, does anybody know if R contains error functions like "erf" and "erfc" in S-Plus? Thanks in advance.

\vartheta
Salvatore Barbaro · Dec 11, 2003 · r-help

Hi, is it possbible to include the Latex-variable \vartheta into a plot (using, for instance, the expression function). Thanks in advace Salvatore

Latex and R
Salvatore Barbaro · Oct 22, 2003 · r-help

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...

median and joint distribution
Salvatore Barbaro · Jul 24, 2003 · r-help

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...

Accents in R
Salvatore Barbaro · Nov 17, 2003 · r-help

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...

Bootstrapping with weighted data sample
Salvatore Barbaro · Sep 27, 2004 · r-help

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...

Greek Letters for labeling persp-axis
Salvatore Barbaro · Jan 6, 2003 · r-help

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...

Math Expression and Variable Value in Title
Salvatore Barbaro · Jan 29, 2004 · r-help

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...

weighted samples
Salvatore Barbaro · Apr 2, 2003 · r-help

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...

Information about bootstrap
Salvatore Barbaro · Apr 16, 2003 · r-help

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...

Getting rate of return
Salvatore Barbaro · Apr 29, 2003 · r-help

# 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...

identify function with postscript output?
Salvatore Barbaro · Nov 13, 2003 · r-help

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...

reading large data sets
Salvatore Barbaro · Jul 8, 2002 · r-help

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...

increase the default memory for R
Salvatore Barbaro · Jul 24, 2002 · r-help

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 .