search for: galleria

Displaying 20 results from an estimated 62 matches for "galleria".

2003 May 06
2
Sum by categorical variable
...would like to have the sum (and maybe some other statistics) of the numerical variable by the categorical one. Can you help me, Thank you, Fabrizio --------------------------------------------------------------- Fabrizio De Amicis IT Department Generali Information Technologies - (GIT) Centro Galleria 2, Via Cantonale CH - 6928 Manno - Switzerland Tel +41 91 806 6220 Fax +41 91 806 6298 E-mail: fabrizio.deamicis at git.generali.ch ************************************************************************ The information in this email is confidential and may be legally... {{dropped}}
2010 Apr 26
5
How to make legend with line+ character
...1","ds2"), bty='n', col=1:2, lty=2,lwd=4,pch=letters) Thanks for your help! mario -- Ing. Mario Valle Data Analysis and Visualization Group | http://www.cscs.ch/~mvalle Swiss National Supercomputing Centre (CSCS) | Tel: +41 (91) 610.82.60 v. Cantonale Galleria 2, 6928 Manno, Switzerland | Fax: +41 (91) 610.82.82
2003 May 06
3
FW: Sum by categorical variable
...has 1304 Levels (I know that xf has 1304 rows)? How can I obtain a vector of 10 elements? Thank you > > > --------------------------------------------------------------- > Fabrizio De Amicis > > IT Department > Generali Information Technologies - (GIT) > > Centro Galleria 2, > Via Cantonale > CH - 6928 Manno - Switzerland > Tel +41 91 806 6220 > Fax +41 91 806 6298 > E-mail: fabrizio.deamicis at git.generali.ch > > > > ************************************************************************ The information in this email is confident...
2010 Jan 12
3
optim: abnormal termination in lnsrch (resend)
...n succeed? Do you think using BBoptim() instead of optim() changes anything? Thanks for your help! mario -- Ing. Mario Valle Data Analysis and Visualization Group | http://www.cscs.ch/~mvalle Swiss National Supercomputing Centre (CSCS) | Tel: +41 (91) 610.82.60 v. Cantonale Galleria 2, 6928 Manno, Switzerland | Fax: +41 (91) 610.82.82
2011 Nov 11
2
Win upgrade pb (virus)
...I do (except removing the above packages or changing antivirus)? Thanks! mario -- Ing. Mario Valle Data Analysis and Visualization Group | http://www.cscs.ch/~mvalle Swiss National Supercomputing Centre (CSCS) | Tel: +41 (91) 610.82.60 v. Cantonale Galleria 2, 6928 Manno, Switzerland | Fax: +41 (91) 610.82.82
2010 Jan 18
1
density() vs. KernSmooth::bkde
...roblem to use either one, but I'm curious why there are two so similar implementations. Thanks! mario -- Ing. Mario Valle Data Analysis and Visualization Group | http://www.cscs.ch/~mvalle Swiss National Supercomputing Centre (CSCS) | Tel: +41 (91) 610.82.60 v. Cantonale Galleria 2, 6928 Manno, Switzerland | Fax: +41 (91) 610.82.82
2009 Jul 21
1
Subsample points for mclust
...our help! mario -- Ing. Mario Valle Data Analysis and Visualization Group | http://www.cscs.ch/~mvalle Swiss National Supercomputing Centre (CSCS) | Tel: +41 (91) 610.82.60 v. Cantonale Galleria 2, 6928 Manno, Switzerland | Fax: +41 (91) 610.82.82
2011 Mar 16
2
Removing Bad Data
    I created a couple of timeSeries objects - when I was merging them , I got an error. Looking at the data , I see that one of the time series has   06/30/2007  0.0028       0.0183  0.0122      0.0042  0.0095    -          07/31/2007 -0.0111       0.0255  0.0096     -0.0069 -0.0024  0.0043       08/31/2007 -0.0108      -0.0237 -0.0062     -0.0138 -0.0173 -0.0065       09/30/2007 
2011 Apr 18
1
Location of libraries in Windows
...ckages that come with R? Thanks for your help! mario -- Ing. Mario Valle Data Analysis and Visualization Group | http://www.cscs.ch/~mvalle Swiss National Supercomputing Centre (CSCS) | Tel: +41 (91) 610.82.60 v. Cantonale Galleria 2, 6928 Manno, Switzerland | Fax: +41 (91) 610.82.82
2011 Jun 20
1
Can I disable Cairo?
...f they wants better quality. I want to avoid this, is it possible? Thanks! mario -- Ing. Mario Valle Data Analysis and Visualization Group | http://www.cscs.ch/~mvalle Swiss National Supercomputing Centre (CSCS) | Tel: +41 (91) 610.82.60 v. Cantonale Galleria 2, 6928 Manno, Switzerland | Fax: +41 (91) 610.82.82
2010 Jul 14
1
FYI: matrix surprise
...$idx[c(1,2)], "A"] <- s$val[c(1,2)] y[s$idx[c(3,4)], "B"] <- s$val[c(3,4)] print(y) -- Ing. Mario Valle Data Analysis and Visualization Group | http://www.cscs.ch/~mvalle Swiss National Supercomputing Centre (CSCS) | Tel: +41 (91) 610.82.60 v. Cantonale Galleria 2, 6928 Manno, Switzerland | Fax: +41 (91) 610.82.82
2010 Oct 25
1
Artifacts in filled.contour+pdf
...rplot but it does not support NA. Thanks for your help! mario -- Ing. Mario Valle Data Analysis and Visualization Group | http://www.cscs.ch/~mvalle Swiss National Supercomputing Centre (CSCS) | Tel: +41 (91) 610.82.60 v. Cantonale Galleria 2, 6928 Manno, Switzerland | Fax: +41 (91) 610.82.82 -------------- next part -------------- A non-text attachment was scrubbed... Name: bug.pdf Type: application/pdf Size: 173820 bytes Desc: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20101025/e168c51c/attachment.pd...
2010 Apr 18
2
Table or file as STDIN to the R Script
Hi all, I am trying to call the R script/ R Program via my Shell Script. I need to pass a file to the R script as an argument. When I am trying to do that I am getting error and only first line of the file is being read. Can you tell me how should I do that so that it reads the entire file in a R object so that later I am able to process the matrix operation on that file. It is a tab delimited
2010 Feb 04
3
strange behaviour of median
During some experimentation in preparing R lessons I encountered this behaviour which I can not explain fully mat <- matrix(1:16, 4,4) df1 <- data.frame(mat) > mean(df1) X1 X2 X3 X4 2.5 6.5 10.5 14.5 Expected, documented > median(df1) [1] 6.5 10.5 Rather weird, AFAIK there shall not be an issue with data frame at least I did not find any in help page. I tracked it
2010 Sep 16
4
help me understand how things work.
Hello I have some strange output from R and I try to understand how R works. Could you please help me with that? temp <- rbind (c(10,1),c(99,98)) > temp [,1] [,2] [1,] 10 1 [2,] 99 98 > dist(temp) 1 2 131.6435 > sqrt(dist(temp)) 1 2 11.47360 so far so good. until the nex line: when I try to do what i did before but adding the 1/(what I did
2009 Apr 05
1
Unix Extensions and "force create mode"?
...when the clients (and the server) use Unix extensions, the "force create mode" (and maybe "force directory mode"?) setting is completely ignored. I have a Samba 3.2.5 server that is accessed from Windows and Linux. One share is configured as follows: [foto] comment = Galleria fotografica path = /ud0/foto create mask = 0775 read only = No directory mask = 0775 force directory mode = 0775 force create mode = 0664 map system = Yes map hidden = Yes dos filemode = Yes When a Windows client writes a file...
2003 May 07
1
levels
..."] the levels of "V4" is 1304 and the and the length(j2) is 10. Do you know how to obtain a j2 with level 10? Thank you Fabrizio --------------------------------------------------------------- Fabrizio De Amicis IT Department Generali Information Technologies - (GIT) Centro Galleria 2, Via Cantonale CH - 6928 Manno - Switzerland Tel +41 91 806 6220 Fax +41 91 806 6298 E-mail: fabrizio.deamicis at git.generali.ch ************************************************************************ The information in this email is confidential and may be legally... {{dropped}}
2006 Jun 15
1
Compact sums in functions definitions
...not a multiple of shorter object length in: b/t >Execution halted Any idea about that? Thanks. Alessandro -- ============================================================ Alessandro Antonucci Dalle Molle Institute for Artificial Intelligence (IDSIA) at Idsia e-mail: alessandro at idsia.ch Galleria 2 web: idsia.ch/~alessandro Via Cantonale mobile: +39 339-567-23-28 CH-6928 tel: +41 58-666-66-69 Manno - Lugano fax: +41 58-666-66-61 Switzerland skype: alessandro.antonucci
2006 Aug 03
1
levels of an array (strings and numbers)
...the same instruction returns an empty output instead of 6 7 Any idea about that? Thanks in advance, Alessandro -- ============================================================ Alessandro Antonucci Dalle Molle Institute for Artificial Intelligence (IDSIA) at Idsia e-mail: alessandro at idsia.ch Galleria 2 web: idsia.ch/~alessandro Via Cantonale mobile: +39 339-567-23-28 CH-6928 tel: +41 58-666-66-70 Manno - Lugano fax: +41 58-666-66-61 Switzerland skype: alessandro.antonucci
2009 Jun 12
1
FBI Homicide data?
...this data is visible here: http://www.uml.edu/gallery/main.php?g2_itemId=6016 Thanks for your help! mario -- Ing. Mario Valle Data Analysis and Visualization Group | http://www.cscs.ch/~mvalle Swiss National Supercomputing Centre (CSCS) | Tel: +41 (91) 610.82.60 v. Cantonale Galleria 2, 6928 Manno, Switzerland | Fax: +41 (91) 610.82.82