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.

60 results for “from:Domenico Vistocco”

rbind-ing vectors inside lists
Domenico Vistocco · Aug 17, 2006 · r-help

An embedded and charset-unspecified text was scrubbed... Name: not available Url: https://stat.ethz.ch/pipermail/r-help/attachments/20060817/38a2065f/attachment.pl

stacked area chart
Domenico Vistocco · Nov 16, 2006 · r-help

Dear helpeRs, anyone knows how to obtain a stacked area chart in R? I mean one of the graph that is used for representing compositional data along time. Thanks in advance, domenico

Constrained least squares
Domenico Vistocco · Mar 13, 2006 · r-help

Is there a function in R for constrained linear least squares? I used the matlab function LSQLIN: my aim is to obtain non-negative regression coefficients which sum 1. Thanks in advance, domenico vistocco ___________________________________ Yahoo! Mail: gratis 1GB per i...

Constrained linear least squares
Domenico Vistocco · Mar 7, 2006 · r-help

Is there a function in R for constrained linear least squares? I used the matlab function LSQLIN: my aim is to obtain non-negative regression coefficients which sum 1. Thanks in advance, domenico vistocco ___________________________________ Yahoo! Mail: gratis 1GB per i...

back to back barplot
Domenico Vistocco · Oct 6, 2006 · r-help

Dear all, someone knows if there is an already implemented function for drawing a back to back barplot (something similar to histbackback of the Hmisc package but for categorical data)? Thanks in advance, domenico vistocco Chiacchiera con i tuoi amici...

How to fill bar plot with textile rather than color
Domenico Vistocco · Jan 28, 2008 · r-help

If you type > example(barplot) you will find an example. Ciao, domenico CHENYS wrote: > Hi, I'm looking for a tool which can fill bar chart with dash, skewed line, > or grids, rather than pure color. Any one have the...

Conjoint Analysis in R??
Domenico Vistocco · Dec 6, 2007 · r-help

http://tolstoy.newcastle.edu.au/R/help/05/06/6104.html http://tolstoy.newcastle.edu.au/R/help/05/06/6103.html domenico faisal afzal siddiqui wrote: > Pls advise how I can use R in conjoint analysis?? > > regds > Faisal Afzal...

Diagonal matrix with off diagonal elements
Domenico Vistocco · Dec 21, 2007 · r-help

Jonas Malmros wrote: > Hi, everyone > > I wonder if there is a function in R with which I can create a square > matrix with elements off main diagonal (for example one diagonal below > the main diagonal). > > Thanks in advance! > > You could...

gplot function - error
Domenico Vistocco · Dec 28, 2007 · r-help

You changed the intial letter: the function is qplot and not gplot. domenico Ricardo Perrone wrote: > Hi all, > > i installed the ggplot2 package via install.packages(), but the gplot function was not recognized in R console command. Is there any...

R and Excel Interface
Domenico Vistocco · Dec 12, 2007 · r-help

Antonio_Paredes at aphis.usda.gov wrote: > Hello everyone, > > I'll to request some input on what is available for use as an R/Excel > interface; any help will be appreciated. > > Tony. > [[alternative HTML version deleted]] > > ______________________________________________ > R-help at r...

How to select randomly from a matrix?
Domenico Vistocco · Mar 9, 2009 · r-help

WXE83 wrote: > Dear all, > > I got one problem here and hoping someone can help me on this. Say I have a > 50 by 2 matrix and I don't know how to randomly select: > data <- matrix(1:25, 50, 2...

RcolorBrewer
Domenico Vistocco · Feb 18, 2009 · r-help

Alina Sheyman wrote: > I've downloaded the RcolorBrewer package, but when I try to run > mypalette<-brewer.pal(7,"Greens") > > (or any other command with brewer.pal) > > I get the following error message - Error: could not find function > "brewer.pal...

Adding greek letters to plot title
Domenico Vistocco · Feb 18, 2009 · r-help

gina patel wrote: > I would like to add the greek letter mu to replace u in my title shown below. > > main="R=[0.001uM]:A=[750uM]" > > i tried using main=expression(R=[0.001~mu~M]:A=[750~mu~M...

Summary grouped by factor
Domenico Vistocco · Mar 6, 2009 · r-help

soeren.vogel at eawag.ch wrote: > ### example:start > v <- sample(rnorm(200), 100, replace=T) > k <- rep.int(c("locA", "locB", "locC", "locD"), 25) > tapply(v, k, summary) > ### example:end This one is better: do.call(cbind, tapply(v,k...

Summary grouped by factor
Domenico Vistocco · Mar 6, 2009 · r-help

soeren.vogel at eawag.ch wrote: > ### example:start > v <- sample(rnorm(200), 100, replace=T) > k <- rep.int(c("locA", "locB", "locC", "locD"), 25) > tapply(v, k, summary) > ### example:end Maybe this could be a solution: t1 <- tapply(v, k...

two questions on Sweave (help in the output + warnings in the output)
Domenico Vistocco · Sep 19, 2008 · r-help

Dear All, I am working on some slides using LaTeX/Beamer and R/Sweave. I have the two questions below (sorry if they are stupid or already solved but I didn't find solutions on the web). 1) Using the...

Measure of agreement??
Domenico Vistocco · Dec 12, 2007 · r-help

There is an agreement plot (and a relative measure) in the vcd package. Maybe it could be useful. domenico Ioannis Dimakos wrote: > Patrik, > > >> help.search("kappa") >> > > is a good place to start. Alternatively, > > >> RSiteSearch("measure of agreement") >> > > provides helpful tips...

Creating several txt outputs
Domenico Vistocco · Feb 18, 2009 · r-help

diego Diego wrote: > Dear R experts: > > I have a list (a very long one) and I need to create successively txt > outputs (on diferent files ideally) for the data of each component of the > list. > > How can I do this...

Inserting a subsequence between values of a vector
Domenico Vistocco · Dec 4, 2007 · r-help

library(R.utils) pos=which(diff(x)==1)+1 insert(x,ats=pos,rep(list(rep(0,3)),length(pos))) domenico vistocco Serguei Kaniovski wrote: > Hallo, > > suppose I have a vector: > > x <- c(1,1,1,2,2,3,3...

correlation coefficient from qq plot
Domenico Vistocco · Dec 6, 2007 · r-help

You could use the qqnorm function to obtain the correlation, as: > qqp=qqnorm(rstudent(regrname)) > cor(qqp$x,qqp$y) If you do not want see the plot (as the qq.plot is richer): > qqp=qqnorm(rstudent(regrname), plot.it...

Can't find what you're looking for? Try searching with Google .