search for: schroeter

Displaying 16 results from an estimated 16 matches for "schroeter".

Did you mean: schroeder
2004 Apr 25
2
asterisk dials wrong numbers ?!?
...to answer at this time There is one exception: One specific number is dialled, and in the client I hear the "real" outside dialtone, but it is definitely not the number I wanted to dial! So it dials ONE number, but the wrong one...?!? Who can help...? Regards, Thomas --- Thomas Schroeter // +49-175-4624147 // +49-40-72976451
2006 Sep 02
3
Dividing objects in classes using function sample()
Hello everyone, I've a problem and dont know how to solve. This is my first posting and it would be fantastic if you could help me. I want to divide n objects in k classes and need an output with all (n+1)(n+2)/2 possibilities. For example n=4, k=3: That would be: 4 0 0 3 1 0 3 0 1 2 2 0 2 1 1 2 0 2 1 3 0 1 2 1 1 1 2 1 0 3 0 3 1 0 2 2 0 1 3
2006 Jan 07
0
Joystick with 2 axis switched
...> linux joystick apis) and the one that is being used (new) > doesn't support axis and button remapping. > > I don't know how you can force wine to use the other driver > for the older linux joystick interface. How to make for use the old driver? Thanks you! Mathieu SCHROETER
2004 May 09
2
ztdummy problem?!?
Hi, ztdummy says the following: VoiceBOX:/usr/src/zaptel# modprobe ztdummy /lib/modules/2.4.18/misc/ztdummy.o: unresolved symbol zt_unregister /lib/modules/2.4.18/misc/ztdummy.o: unresolved symbol zt_transmit /lib/modules/2.4.18/misc/ztdummy.o: unresolved symbol zt_receive /lib/modules/2.4.18/misc/ztdummy.o: unresolved symbol zt_register /lib/modules/2.4.18/misc/ztdummy.o: insmod
2004 May 15
1
asterisk with E1
Hi, I use asterisk with a Digium E1 (wct1xxp). On my old server, everything went fine, but after having built the card to a new one, I only have problems: -- Executing Dial("IAX2[guest@217.X.X.X:18308]/1", "Zap/1/853") in new stack May 15 14:10:37 NOTICE[15376]: app_dial.c:554 dial_exec: Unable to create channel of type 'Zap' == Everyone is busy at this time
2007 Aug 07
1
Functions for autoregressive Regressionmodels (Mix between times series and Regression Models) ?
Hello everybody, I've a question about "autoregressive Regressionmodels". Let Y[1],.....,Y[n], be a time series. Given the model: Y[t] = phi[1]*Y[t-1] + phi[2]*Y[t-1] + ... + phi[p]*Y[t-p] + x_t^T*beta + u_t, where x_t=(x[1t],x[2t],....x[mt]) and beta=(beta[1],...,beta[m]) and u_t~(0,1) I want to estimate the coefficients phi and beta. Are in R any functions or packages for
2007 Jun 23
2
Highliting a text in a plot
Hi everyone, I want to highlight something in a plot. So I want to write a text with a yellow background. I tried to make use of text(x,y,"hallo",bg="yellow") but that does not work. I know I am a handful. Sorry! Maja! --
2007 Aug 04
2
Problems using "lm" in combination with "predict"
Hello everybody, I'm trying to predict a linear regression model but it does not work. My Model: y = Worktime + Vacation + Illnes + Bankholidays My modelmatrix is of dimension 28x4 Then I want to make use of the function predict because there confidence.intervals are include. My idea was: mod <- lm(y~Worktime+Vacation+Illnes+Bankholidays) newdate=data.frame(x=c(324,123,0.9,0.1))
2006 Nov 12
1
How to increase decimal places
Hello everyone, does anybody know how to increase the decimal places that R uses to calculate something. I think that in default R uses 6 decimal places but I need 12. Thank you very much! Best regards, Maja! --
2007 Jul 15
1
Text with differents colors in a plot / Detecting if text exists
Hi everybody, I want to write some text in a plot. That's simple I know. But I want to make use of different colors. Eg. text(x,y,paste("Sunderland","high")). Then Sunderland should be black and "high" red. Has anyone an idea? By the way. I'm looking for a function or something similar, that can check whether there is text in some regions on the plot.
2007 May 22
2
German Map in package maps
Hello everybody, I'm an absolute newbe in R, so please be gentle to me. I am looking for a german map in the package maps by Becker and Wilks. After that I want to draw the German cities from world.cities of this package in the map and want to draw further a line from Berlin to Munich. Has anybody an idea? Thank you so much and sorry for the question! Best regards from Berlin, Maja!
2007 Jun 11
1
Starting R within an VBA makro
Hello everybody, at work I want to start R within an VBA program. First I calculate something in Excel 2003. After that I want to start within my VBA makro R wich should start an R file, say i.g, superplot.R which plots me the data well. So is it possible? Maybe something like that: sub test() 'calculate something start R superplot.R end test() Thank you so much. Kindly
2007 Jun 12
1
Problems with Vista, R 2.5.0 and function save
Hi everyone, I want to make use of the save function but it did not work. I'm using vista and R 2.5.0, winzip is installed too. Here's the code (from example ?save): > x <- runif(20) > y <- list(a = 1, b = TRUE, c = "oops") > save(x, y, file = "xy.Rdata") Fehler in gzfile(file, "wb") : kann Verbindung nicht ?ffnen Zus?tzlich:
2004 Jun 21
2
PRI & immediate=no
Hi all, I have got the following problem (E100P, pri_cpe): My number range is <6digits>xyz. (e.g. 123456-999)
2012 Aug 21
5
DomUs hidden behind Dom0 in the network?
Hello, I am trying to set up a PVM (a the moment Ubuntu as guest and Ubuntu server as Dom0). The main issue is that the DomUs can''t get direct net access, because the access is restricted by a DHCP server that also functions as proxy to the outside of the network. The server controls the MAC address and only http is allowed as outgoing connection. So the domUs shouldn''t appear
2002 Jul 04
4
With bounds checking patch for gcc-3.1 problems if using AES
Hello developers, some informations before I come to the problem: At work we're using Open-SSH 3.4p1 under Solaris 8. I compiled the Open-SSH by myself with gcc-3.1. In the gcc is the bounds checking patch included (http://web.inter.nl.net/hcc/Haj.Ten.Brugge/bounds-checking-gcc-3.1-1.01.patch.bz2). With this patch I compiled: - prngd 0.9.25 - zlib 1.1.4 - Open-SSL 0.9.6d Everything