search for: thurn

Displaying 20 results from an estimated 28 matches for "thurn".

Did you mean: churn
2017 Nov 09
1
weighted average grouped by variables
...a reasonable answer can be extracted from a given body of data. ~ John Tukey /////////////////////////////////////////////////////////////////////////////////////////// [image: Van 14 tot en met 19 december 2017 verhuizen we uit onze vestiging in Brussel naar het Herman Teirlinckgebouw op de site Thurn & Taxis. Vanaf dan ben je welkom op het nieuwe adres: Havenlaan 88 bus 73, 1000 Brussel.] <https://overheid.vlaanderen.be/mobiliteitsplan-herman-teirlinckgebouw> Van 14 tot en met 19 december 2017 verhuizen we uit onze vestiging in Brussel naar het Herman Teirlinckgebouw op de site Thurn...
2017 Sep 28
0
rename multiple files by file.rename or other functions
...a reasonable answer can be extracted from a given body of data. ~ John Tukey /////////////////////////////////////////////////////////////////////////////////////////// [image: Van 14 tot en met 19 december 2017 verhuizen we uit onze vestiging in Brussel naar het Herman Teirlinckgebouw op de site Thurn & Taxis. Vanaf dan ben je welkom op het nieuwe adres: Havenlaan 88 bus 73, 1000 Brussel.] <https://overheid.vlaanderen.be/mobiliteitsplan-herman-teirlinckgebouw> Van 14 tot en met 19 december 2017 verhuizen we uit onze vestiging in Brussel naar het Herman Teirlinckgebouw op de site Thurn...
2017 Sep 21
0
Add wrapper to Shiny in R package
...re that a reasonable answer can be extracted from a given body of data. ~ John Tukey /////////////////////////////////////////////////////////////////////////////////////////// Van 14 tot en met 19 december 2017 verhuizen we uit onze vestiging in Brussel naar het Herman Teirlinckgebouw op de site Thurn & Taxis. Vanaf dan ben je welkom op het nieuwe adres: Havenlaan 88 bus 73, 1000 Brussel. /////////////////////////////////////////////////////////////////////////////////////////// 2017-09-21 15:02 GMT+02:00 Axel Urbiz <axel.urbiz at gmail.com>: > Dear List, > > I'm tryin...
2017 Sep 21
3
Add wrapper to Shiny in R package
Dear List, I'm trying to add a function that calls a Shiny App in my R package. The issue is that within my function, I'm creating objects that I'd like to pass to the app. For instance, from the example below, I'm getting "Error: object 'xs' not found". How can I pass "xs" explicitly to shinyApp()? *Under R directory:* myApp <- function(x, ...) {
2017 Sep 21
1
Keep on getting message errors when trying to install and load packages
...re that a reasonable answer can be extracted from a given body of data. ~ John Tukey /////////////////////////////////////////////////////////////////////////////////////////// Van 14 tot en met 19 december 2017 verhuizen we uit onze vestiging in Brussel naar het Herman Teirlinckgebouw op de site Thurn & Taxis. Vanaf dan ben je welkom op het nieuwe adres: Havenlaan 88 bus 73, 1000 Brussel. /////////////////////////////////////////////////////////////////////////////////////////// 2017-09-21 15:08 GMT+02:00 Paul Bernal <paulbernal07 at gmail.com>: > Dear Leslie and Thierry, > &...
2017 Sep 28
5
rename multiple files by file.rename or other functions
Hi, I have 50 files whose names are XYZW01Genesis_ABC.mp3 XYZW02Genesis_ABC.mp3 ....... XYZW50Genesis_ABC.mp3 As you can tell, the only difference across the files are 01, 02, 03,....50. I would like to rename them to 01Gen01.mp3 01Gen02.mp3 ....... 01Gen50.mp3 If I store them in one folder and write an R code in that folder, how can it be done? Thanks, John [[alternative
2017 Sep 21
1
Add wrapper to Shiny in R package
...extracted from a given body > of data. ~ John Tukey > //////////////////////////////////////////////////////////// > /////////////////////////////// > > > Van 14 tot en met 19 december 2017 verhuizen we uit onze vestiging in > Brussel naar het Herman Teirlinckgebouw op de site Thurn & Taxis. > Vanaf dan ben je welkom op het nieuwe adres: Havenlaan 88 bus 73, 1000 > Brussel. > > //////////////////////////////////////////////////////////// > /////////////////////////////// > > > > 2017-09-21 15:02 GMT+02:00 Axel Urbiz <axel.urbiz at gmail.com&gt...
2017 Sep 21
2
Keep on getting message errors when trying to install and load packages
...extracted from a given body > of data. ~ John Tukey > //////////////////////////////////////////////////////////// > /////////////////////////////// > > > Van 14 tot en met 19 december 2017 verhuizen we uit onze vestiging in > Brussel naar het Herman Teirlinckgebouw op de site Thurn & Taxis. > Vanaf dan ben je welkom op het nieuwe adres: Havenlaan 88 bus 73, 1000 > Brussel. > > //////////////////////////////////////////////////////////// > /////////////////////////////// > > > > 2017-09-20 16:16 GMT+02:00 Paul Bernal <paulbernal07 at gmail.com...
2017 Sep 21
0
Keep on getting message errors when trying to install and load packages
...>> of data. ~ John Tukey >> //////////////////////////////////////////////////////////// >> /////////////////////////////// >> >> >> Van 14 tot en met 19 december 2017 verhuizen we uit onze vestiging in >> Brussel naar het Herman Teirlinckgebouw op de site Thurn & Taxis. >> Vanaf dan ben je welkom op het nieuwe adres: Havenlaan 88 >> <https://maps.google.com/?q=Havenlaan+88&entry=gmail&source=g> bus 73, >> 1000 Brussel. >> >> //////////////////////////////////////////////////////////// >> //////////////...
2017 Nov 24
0
Multiple sets of proportion tests
...re that a reasonable answer can be extracted from a given body of data. ~ John Tukey /////////////////////////////////////////////////////////////////////////////////////////// Van 14 tot en met 19 december 2017 verhuizen we uit onze vestiging in Brussel naar het Herman Teirlinckgebouw op de site Thurn & Taxis. Vanaf dan ben je welkom op het nieuwe adres: Havenlaan 88 bus 73, 1000 Brussel. /////////////////////////////////////////////////////////////////////////////////////////// 2017-11-24 12:09 GMT+01:00 Allaisone 1 <allaisone1 at hotmail.com>: > > Hi all , > > > I...
2017 Nov 24
2
Multiple sets of proportion tests
Hi all , I have a dataframe of 200 columns and 2 rows. The first row in each column contains the frequency of cases in group I . The second row in each column contains the frequency of cases in group II. The frequency of trails is a fixed value for group I(e.g.200) and it is also another fixed values for group II (e.g. 100). The dataset looks like this :- > Mydata
2017 Nov 09
0
weighted average grouped by variables
Hello an update about my question: I worked out the following solution (with the package "dplyr") library(dplyr) mydf%>% mutate(speed_vehicles=n_vehicles*mydf$speed) %>% group_by(date_time,type) %>% summarise( sum_n_times_speed=sum(speed_vehicles), n_vehicles=sum(n_vehicles), vel=sum(speed_vehicles)/sum(n_vehicles) ) In fact I was hoping to manage everything in a
2017 Nov 24
1
Multiple sets of proportion tests
...re that a reasonable answer can be extracted from a given body of data. ~ John Tukey /////////////////////////////////////////////////////////////////////////////////////////// Van 14 tot en met 19 december 2017 verhuizen we uit onze vestiging in Brussel naar het Herman Teirlinckgebouw op de site Thurn & Taxis. Vanaf dan ben je welkom op het nieuwe adres: Havenlaan 88 bus 73, 1000 Brussel. /////////////////////////////////////////////////////////////////////////////////////////// 2017-11-24 12:09 GMT+01:00 Allaisone 1 <allaisone1 at hotmail.com>: > > Hi all , > > > I...
2017 Nov 29
0
Preventing repeated package installation, or pre installing packages
...re that a reasonable answer can be extracted from a given body of data. ~ John Tukey /////////////////////////////////////////////////////////////////////////////////////////// Van 14 tot en met 19 december 2017 verhuizen we uit onze vestiging in Brussel naar het Herman Teirlinckgebouw op de site Thurn & Taxis. Vanaf dan ben je welkom op het nieuwe adres: Havenlaan 88 bus 73, 1000 Brussel. /////////////////////////////////////////////////////////////////////////////////////////// 2017-11-29 15:28 GMT+01:00 Larry Martell <larry.martell at gmail.com>: > I have a R script that I cal...
1998 Jun 17
0
Win95/WinNT name mangling / case sensitivity
...I've bought John D' Blairs book "Integrating UNIX and Windows ...", too ! (and i've tried a lot .......) ============== REPLY to: klaus.troeger@de.origin-it.com ================= Klaus Troeger ORIGIN Deutschland GmbH / Technical Automation Dept. TCSS, UNIX - Services Thurn-und-Taxis-Str. 10-14 Phone: + 911 9702-1355 Fax: -1257 D-90411 Nuernberg, GERMANY
2017 Dec 13
1
overlay two histograms ggplot
Hi all, How can I overlay these two histograms? ggplot(gg, aes(gg$Alz, fill = gg$veg)) + geom_histogram(alpha = 0.2) ggplot(tt, aes(tt$Cont, fill = tt$veg)) + geom_histogram(alpha = 0.2) thanks for any help! Elahe
2017 Nov 09
0
weighted average grouped by variables
...that a reasonable answer can be extracted from a given body of data. ~ John Tukey /////////////////////////////////////////////////////////////////////////////////////////// Van 14 tot en met 19 december 2017 verhuizen we uit onze vestiging in Brussel naar het Herman Teirlinckgebouw op de site Thurn & Taxis. Vanaf dan ben je welkom op het nieuwe adres: Havenlaan 88 bus 73, 1000 Brussel. /////////////////////////////////////////////////////////////////////////////////////////// -- ------------------------------------------------------------ Massimo Bressan ARPAV Agenzia Regiona...
2017 Sep 21
0
Keep on getting message errors when trying to install and load packages
...re that a reasonable answer can be extracted from a given body of data. ~ John Tukey /////////////////////////////////////////////////////////////////////////////////////////// Van 14 tot en met 19 december 2017 verhuizen we uit onze vestiging in Brussel naar het Herman Teirlinckgebouw op de site Thurn & Taxis. Vanaf dan ben je welkom op het nieuwe adres: Havenlaan 88 bus 73, 1000 Brussel. /////////////////////////////////////////////////////////////////////////////////////////// 2017-09-20 16:16 GMT+02:00 Paul Bernal <paulbernal07 at gmail.com>: > Dear R friends, > > I am...
2001 Mar 13
3
Invalid ICMP error
To anyone who is well versed with samba, I am currently setup with ip masquerading with a cable modem connection to my ISP. I have an error message that continues to show up on my linux box. It says: 10.58.0.1 sent an invalid ICMP error to a broadcast. This means it is my linux box sending an invalid packet out through my modem. This started to happen when I installed samba. So I hav come
2018 Feb 01
2
libvirt on Windows
...nux only for now, or do I just need to look somewhat better? Maybe the cross compiling is working? (I didn't try that for now, because I would need to set up a Fedora maschine). With kind regards / Mit besten Grüßen Robin Stegk Software Engineer -- Paessler AG - The Network Monitoring Company Thurn-und-Taxis-Straße 14, 90411 Nürnberg, Deutschland Telefon: +49 911 93775-0 - Fax: +49 911 93775-409 https://www.de.paessler.com ------------------------------------------------------------------------------------------ Mehr als 200.000 IT-Administratoren weltweit vertrauen auf PRTG ----------------...