search for: alto

Displaying 20 results from an estimated 443 matches for "alto".

Did you mean: also
2023 Nov 02
4
Sum data according to date in sequence
Dear all, I have this set of data. I would like to sum the EnergykWh according date sequences. > head(dt1,20) StationName date time EnergykWh 1 PALO ALTO CA / CAMBRIDGE #1 1/14/2016 12:09 4.680496 2 PALO ALTO CA / CAMBRIDGE #1 1/14/2016 19:50 6.272414 3 PALO ALTO CA / CAMBRIDGE #1 1/14/2016 20:22 1.032782 4 PALO ALTO CA / CAMBRIDGE #1 1/15/2016 8:25 11.004884 5 PALO ALTO CA / CAMBRIDGE #1 1/15/2016 14:23 10.096824 6 PALO ALTO CA / CAMBRIDGE...
2023 Nov 03
2
Sum data according to date in sequence
...Nov 3, 2023 at 7:23?AM roslinazairimah zakaria <roslinaump at gmail.com> wrote: > Dear all, > > I have this set of data. I would like to sum the EnergykWh according date > sequences. > > > head(dt1,20) StationName date time EnergykWh > 1 PALO ALTO CA / CAMBRIDGE #1 1/14/2016 12:09 4.680496 > 2 PALO ALTO CA / CAMBRIDGE #1 1/14/2016 19:50 6.272414 > 3 PALO ALTO CA / CAMBRIDGE #1 1/14/2016 20:22 1.032782 > 4 PALO ALTO CA / CAMBRIDGE #1 1/15/2016 8:25 11.004884 > 5 PALO ALTO CA / CAMBRIDGE #1 1/15/2016 14:23 10.096824 > 6...
2023 Nov 03
1
Sum data according to date in sequence
Hi all, This is the data: > dput(head(dt1,20))structure(list(StationName = c("PALO ALTO CA / CAMBRIDGE #1", "PALO ALTO CA / CAMBRIDGE #1", "PALO ALTO CA / CAMBRIDGE #1", "PALO ALTO CA / CAMBRIDGE #1", "PALO ALTO CA / CAMBRIDGE #1", "PALO ALTO CA / CAMBRIDGE #1", "PALO ALTO CA / CAMBRIDGE #1", "PALO ALTO CA / CAMBRID...
2023 Nov 04
2
Sum data according to date in sequence
?s 01:49 de 03/11/2023, roslinazairimah zakaria escreveu: > Hi all, > > This is the data: > >> dput(head(dt1,20))structure(list(StationName = c("PALO ALTO CA / CAMBRIDGE #1", > "PALO ALTO CA / CAMBRIDGE #1", "PALO ALTO CA / CAMBRIDGE #1", > "PALO ALTO CA / CAMBRIDGE #1", "PALO ALTO CA / CAMBRIDGE #1", > "PALO ALTO CA / CAMBRIDGE #1", "PALO ALTO CA / CAMBRIDGE #1", > "PA...
2023 Nov 03
1
Sum data according to date in sequence
Is this what you are after? library(tidyverse) library(lubridate) input <- structure(list(StationName = c("PALO ALTO CA / CAMBRIDGE #1", "PALO ALTO CA / CAMBRIDGE #1", "PALO ALTO CA / CAMBRIDGE #1", "PALO ALTO CA / CAMBRIDGE #1", "PALO ALTO CA / CAMBRIDGE #1", "PALO ALTO CA / CAMBRIDGE #1", "PALO ALTO CA / CAMBRIDGE #1", "PALO ALTO CA /...
2023 Nov 03
1
Sum data according to date in sequence
...Nov 2, 2023 at 4:24?PM roslinazairimah zakaria <roslinaump at gmail.com> wrote: > Dear all, > > I have this set of data. I would like to sum the EnergykWh according date > sequences. > > > head(dt1,20) StationName date time EnergykWh > 1 PALO ALTO CA / CAMBRIDGE #1 1/14/2016 12:09 4.680496 > 2 PALO ALTO CA / CAMBRIDGE #1 1/14/2016 19:50 6.272414 > 3 PALO ALTO CA / CAMBRIDGE #1 1/14/2016 20:22 1.032782 > 4 PALO ALTO CA / CAMBRIDGE #1 1/15/2016 8:25 11.004884 > 5 PALO ALTO CA / CAMBRIDGE #1 1/15/2016 14:23 10.096824 > 6...
2008 Feb 20
2
factors ordered by mean
Hi, How to order the levels os factor not by alphabetic order but by mean of Y. Somethink like this: I have this alphabetic order: > levels(pH) [1] "alto" "baixo" "medio" the order by mean os yvar is: > sort(tapply(Riqueza,pH,mean)) baixo medio alto 11.56667 20.00000 26.80000 How to make the levels of pH ordered by this mean to the result to see somethink like this: > levels(pH) [1] "baixo"...
2010 Aug 22
4
how to implement string pattern extraction in R
...In perl, to get a substring matching a particular pattern can be implemented like the following example: $x = "AAAA.txt"; if ($x=~ /(.*?)\.txt/){ $prefix = $1; } So how to do the same thing in R? Can someone provide me the code sample? Thanks much in advance. -- Waverley @ Palo Alto
2010 Sep 03
3
R program google search
Hi, Can someone help as how to use R to program google search in the R code? I know that other languages can allow or have the google search API If someone can give me some links or sample code I would greatly appreciate. Thanks. -- Waverley @ Palo Alto
2013 Apr 10
0
Research Analyst at YouGov in Palo Alto, CA
RESEARCH ANALYST YouGov is currently recruiting a Research Analyst to work in our Palo Alto office within our Operations department. The successful candidate will work with the Analytics team, which provides project directors with the operational services they require to offer quality consultancy on a wide variety of topics. The successful candidate will be provided with the relevant tr...
2011 Jul 28
0
Development/Operations engineer, Palo Alto, CA -- FreeBSD/startup
...calable, web-based platform for numerical and scientific computing. The ideal candidate will be extremely comfortable in a Linux/Unix environment, experienced in large-scale distributed systems and almost fanatical about automation. The position is full-time, is based at our office in downtown Palo Alto, and reports directly to the chief technology officer. Responsibilities: + Automate provisioning and configuration of web front-end and data back-end systems. Our backend compute clusters are going to be large (1000's of nodes) and dynamic (measured in minutes/hours). We need dependable in...
2005 Jan 08
1
coordinates of mouse position
HI, I need known the position of mouse, but i not know how obtain the parameter %X used in tcl. the script in Tcl is: set w .probe catch {destroy $w} toplevel $w proc Captura_Datos { ancho alto } { puts "El ancho es $ancho" puts "El alto es $alto" } bind $w <Configure> "Captura_Datos %X %Y" In R w<-tktoplevel() f<-function(a,b)^` print(a) print(b) tkbind(w,"<Configure>",f(%X,%Y)) Not works. How to do this? thanks Ruben
2004 Mar 20
0
[LLVMdev] LLVM talk: Palo Alto
Hi Everyone, Monday through Wednesday afternoon Vikram and I will be at the CGO conference (http://www.cgo.org/) in Palo Alto, CA spreading the word about LLVM. If you happen to be in the area, you might consider dropping by. :) The talk is on Monday at ~2:30pm, but you probably have to be registered for the conference to attend. Even if you can't attend the talk, there will be plenty of breaks between presentations...
2006 Jan 04
1
Difficulty with 'merge'
...v1 n1 1 a 0 2 b 1 3 c 2 > (f2 <- data.frame(v2, n2)) v2 n2 1 c 0 2 a 1 3 b 2 > (m12 <- merge(f1, f2, by.x = "v1", by.y = "v2", sort = F)) v1 n1 n2 1 c 2 0 2 a 0 1 3 b 1 2 Now to my data: > summary(pL) pairL a fondo : 41 alto : 41 ampio : 41 angoloso : 41 aperto : 41 appoggiato: 41 (Other) :1271 > pL$pairL[c(1,42)] [1] appoggiato dentro 37 Levels: a fondo alto ampio angoloso aperto appoggiato asimmetrico complicato convesso davanti dentro destra ... verticale > summary(oppN) pair...
2010 Jul 27
4
Sweave and scan()
...ducing the scan() function to my class. Consider the following file (Scanexamp.Rnw ) \documentclass[12pt]{article} \begin{document} <<>>= height = scan() 64 62 66 65 62 69 72 72 70 part = scan(what = character(0)) "Soprano" "Soprano" "Soprano" "Alto" "Alto" "Tenor" "Tenor" "Bass" "Bass" sh = data.frame(height, part) sh @ \end{document} Now what happens when I attempt to Sweave this is > Sweave("scanexamp.Rnw") Writing to file scanexamp.tex Processing code chun...
2004 Jan 12
0
Part time sysadmin wanted in Palo Alto, CA
The place where I work, we need a part time sysadmin contractor. We don't need you to work crazy hours or be available at all hours but freebsd/linux/windows/network admin&debugging + scripting experience essential. Must be able to work independently! The work load is variable but will probably settle down to few hours a week (wish I can offer a fulltime position but we are a small
2010 Jul 14
0
[Jobs] Groupon is looking for RoR Developers in Chicago and Palo Alto
Groupon is seeking top-notch developers who love working on all aspects of software used by millions of people around the world. We are looking to add to a talented team of folks who are passionate about software and work to build efficient and scalable systems to support our growing platform. Some great things we have been able to deliver include a site built entirely on Rails which scaled
2009 Jul 25
4
ROCR package question
...l="grey82",lty=3) plot(perf,lwd=3,avg="vertical",spread.estimate="boxplot",add=TRUE) I can follow the code and plot without any problem. However, I don't know how to extract the averaged ROC area under curve value. Can someone help? Thanks. -- Waverley @ Palo Alto
2019 May 14
2
weakforced and GeoIP lookups
...>> >>> European Office: >>> Open-Xchange GmbH, Olper Huette 5f, D-57462 Olpe, Germany, District >>> Court Siegen, HRB 8718 >>> Managing Director: Frank Hoberg >>> >>> US Office: >>> Open-Xchange. Inc., 530 Lytton Avenue, Palo Alto, CA 94301, USA >>> ------------------------------------------------------------------------------------- >>> >> >> >> Neil Cook >> neil.cook at open-xchange.com <mailto:neil.cook at open-xchange.com> <mailto:neil.cook at open-xchange.com <ma...
2012 Dec 10
2
CISTI'2013 Doctoral Symposium - CFP, Lisbon, June 19 - 23, 2013
...tivo, Universidade Cat?lica Portuguesa - Braga Guilhermina Miranda, Universidade de Lisboa Gonzalo Cuevas Agust?n, Universidad Polit?cnica de Madrid H?ctor Jorge Garc?a Neder, Universidad Tecnol?gica NacioNal Jo?o ?lvaro Carvalho, Universidade do Minho Jo?o Barroso, Universidade de Tr?s-os-Montes e Alto Douro J?rg Thomaschewski, University of Applied Sciences of Emden-Leer Jos? Antonio Calvo-Manzano Villal?n, Universidad Polit?cnica de Madrid Jos? Bulas Cruz, Universidade de Tr?s-os-Montes e Alto Douro Jos? Tribolet, Universidade T?cnica de Lisboa, IST Leandro Rodr?guez Li?ares, Universidade de Vi...