search for: arpav

Displaying 13 results from an estimated 13 matches for "arpav".

Did you mean: arpa
2017 Nov 09
0
weighted average grouped by variables
...t; (the weights) grouped by "date_time" and "type"? to be noted the complication of the case "motorcycle" (not present in both directions) any help for that? thank you max -- ------------------------------------------------------------ Massimo Bressan ARPAV Agenzia Regionale per la Prevenzione e Protezione Ambientale del Veneto Dipartimento Provinciale di Treviso Via Santa Barbara, 5/a 31100 Treviso, Italy tel: +39 0422 558545 fax: +39 0422 558516 e-mail: massimo.bressan at arpa.veneto.it ----------------------------------------------------...
2017 Nov 09
1
weighted average grouped by variables
...> > to be noted the complication of the case "motorcycle" (not present in both > directions) > > any help for that? > > thank you > > max > > > > -- > > ------------------------------------------------------------ > Massimo Bressan > > ARPAV > Agenzia Regionale per la Prevenzione e > Protezione Ambientale del Veneto > > Dipartimento Provinciale di Treviso > Via Santa Barbara, 5/a > 31100 Treviso, Italy > > tel: +39 0422 558545 > fax: +39 0422 558516 > e-mail: massimo.bressan at arpa.veneto.it > --------...
2017 Nov 09
4
weighted average grouped by variables
hi all I have this dataframe (created as a reproducible example) mydf<-structure(list(date_time = structure(c(1508238000, 1508238000, 1508238000, 1508238000, 1508238000, 1508238000, 1508238000), class = c("POSIXct", "POSIXt"), tzone = ""), direction = structure(c(1L, 1L, 1L, 1L, 2L, 2L, 2L), .Label = c("A", "B"), class =
2009 Dec 03
1
A question about samba and quote
Hi, We've a Samba server as purely fileserver in AD windows enviroment with a 2k3 server as bdc. Our goal is implement quote to manage disk space usage on samba server. Is it supported by samba ?! if not, which is the best way to approach it ? I did a little search on google but I've not found a clear way or documentation about it, so any advice is really appreciated. thx in advance,
2010 Sep 15
4
file names convert
Hi, I have Samba network with debian linux lenny server and 3 windows clients. Some of users save the files with uppercase, for example "Xlsx". How can J have Samba to do convert files names into lowercase. I am beginner in Samba. Thanks in advance
2017 Nov 09
0
weighted average grouped by variables
...ebouw op de site Thurn & Taxis. Vanaf dan ben je welkom op het nieuwe adres: Havenlaan 88 bus 73, 1000 Brussel. /////////////////////////////////////////////////////////////////////////////////////////// -- ------------------------------------------------------------ Massimo Bressan ARPAV Agenzia Regionale per la Prevenzione e Protezione Ambientale del Veneto Dipartimento Provinciale di Treviso Via Santa Barbara, 5/a 31100 Treviso, Italy tel: +39 0422 558545 fax: +39 0422 558516 e-mail: massimo.bressan at arpa.veneto.it ----------------------------------------------------...
2011 Oct 28
1
winbind nsswitch resolving names issue
Hi, I manage have a mixed enviroment, which is composed by a BDC win2k3 plus fileserver linux Suse with samba ver. 3.0.22-13.16, an old one I know... :( I'm facing an odds behaviour with wbinfo querying by bash console from my linux desktop (ubuntu 11.04 smb 3.5.8, joined in domain and regularly I authenticated to). For my purpose I've written this tiny script "idtest.sh" :
2017 Nov 22
0
assign NA to rows by test on multiple columns of a data frame
Hello, Try the following. icol <- which(grepl("flag", names(mydf))) mydf[icol] <- lapply(mydf[icol], function(x){ is.na(x) <- x == 0 x }) mydf # A A_flag B B_flag #1 8 10 5 12 #2 7 NA 6 9 #3 10 1 2 NA #4 1 NA 1 5 #5 5 2 0 NA Hope this helps, Rui Barradas On 11/22/2017 10:34 AM, Massimo Bressan
2017 Nov 22
1
assign NA to rows by test on multiple columns of a data frame
...re, see > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. > -- ------------------------------------------------------------ Massimo Bressan ARPAV Agenzia Regionale per la Prevenzione e Protezione Ambientale del Veneto Dipartimento Provinciale di Treviso Via Santa Barbara, 5/a 31100 Treviso, Italy tel: +39 0422 558545 fax: +39 0422 558516 e-mail: massimo.bressan at arpa.veneto.it
2017 Nov 09
2
weighted average grouped by variables
...> > to be noted the complication of the case "motorcycle" (not present in both > directions) > > any help for that? > > thank you > > max > > > > -- > > ------------------------------------------------------------ > Massimo Bressan > > ARPAV > Agenzia Regionale per la Prevenzione e > Protezione Ambientale del Veneto > > Dipartimento Provinciale di Treviso > Via Santa Barbara, 5/a > 31100 Treviso, Italy > > tel: +39 0422 558545 > fax: +39 0422 558516 > e-mail: massimo.bressan at arpa.veneto.it > --------...
2017 Nov 11
0
weighted average grouped by variables
...; (not present in both >> directions) >> >> any help for that? >> >> thank you >> >> max >> >> >> >> -- >> >> ------------------------------------------------------------ >> Massimo Bressan >> >> ARPAV >> Agenzia Regionale per la Prevenzione e >> Protezione Ambientale del Veneto >> >> Dipartimento Provinciale di Treviso >> Via Santa Barbara, 5/a >> 31100 Treviso, Italy >> >> tel: +39 0422 558545 >> fax: +39 0422 558516 >> e-mail: massi...
2017 Nov 22
6
assign NA to rows by test on multiple columns of a data frame
Given this data frame (a simplified, essential reproducible example) A<-c(8,7,10,1,5) A_flag<-c(10,0,1,0,2) B<-c(5,6,2,1,0) B_flag<-c(12,9,0,5,0) mydf<-data.frame(A, A_flag, B, B_flag) # this is my initial df mydf I want to get to this final situation i<-which(mydf$A_flag==0) mydf$A[i]<-NA ii<-which(mydf$B_flag==0) mydf$B[ii]<-NA
2009 Aug 21
1
Little trouble with samba authentication in domain windows AD
Hi, I'm not sure if this issue is due to a samba behaviour, but I try to post this question... I've joined my (virtualbox) ubuntu in my AD windows domain, following Ubuntu instruction . So it seem almost everithing is ok, my login authentication seem doing fine, I perform it with 'MYDOMAIN\myuser" without problem. When I browsing my network and clikking on my server share