search for: bandel

Displaying 20 results from an estimated 38 matches for "bandel".

Did you mean: mandel
2008 Oct 10
2
rgl-snapshot failed (err-msg: "failed")
Hello, I tried to use rgl.snapshot and it failed. The error message was not very verbose: ====================== > > > plot3d( motion[[idx+2]], motion[[idx+1]], motion[[idx]] ) > rgl.snapshot(filename="/tmp/shot_01.png", fmt="png") [1] "failed" > ====================== There was a graphic created by rgl, but the snapshot was not created. The
2008 Sep 12
2
From time-strings to Unix-Epoche-time?
...ello, I have strings with date-/time-data from a logfile. For a sort-by-time (and other time-related analysis) I need something to convert the times to the Unix-epoche-time (better also with parts of seconds). Is there something that does that job (or a similar conversion) in R? TIA, Oliver Bandel
2008 Sep 15
4
sprintf does not fill with "0"?!
Hello, please look here: ================================================================= > > sprintf("%03s", as.character(1:5)) [1] " 1" " 2" " 3" " 4" " 5" > ================================================================= There should be a leading "0" isntead of space-chars?! I use R version
2008 Nov 19
2
VoiceMail - audio problem
Please help... The 1st voicemail message after a reload has audio to the caller. All subsequent calls have no audio to the caller even though the same voicemail application is being called? Asterisk Version 1.4.21.2 Executing [0872200189 at In:2] VoiceMail("SIP/voip-1fd034e0", "910|u") in new stack -- <SIP/voip-1fd034e0> Playing 'vm-theperson' (language
2009 Aug 23
2
1.4.26.1, 1.6.0.13, 1.6.1.4
Folks, I've scoured the website and googled, but can't find a definitive answer: What's the difference? OK, the site says 1.4.26.1 is latest stable. Site also says 1.6.2.0-beta4 is latest beta. So what are the others? TIA, David A. Bandel -- Focus on the dream, not the competition. - Nemesis Air Racing Team motto Visit my blog at: http://www.pananix.com/cgi-bin/blosxom
2009 Jan 07
1
Parse-Error creates strange function calls (completely different printouts) (PR#13436)
Full_Name: Oliver Bandel Version: R version 2.7.1 (2008-06-23) OS: Linux (Debian Lenny) Submission from: (NULL) (88.73.82.147) Hello, I have written a small R-script. When I inserted one line of code, the behaviour was completely different! Instead of just printing one line more to the output, the complete call of the...
2009 Oct 14
1
PostgreSQL problems
...:10] ERROR[8471]: cdr_pgsql.c:320 pgsql_log: HARD ERROR! Attempted reconnection failed. DROPPING CALL RECORD! [Oct 14 12:28:10] ERROR[8471]: cdr_pgsql.c:321 pgsql_log: Reason: ERROR: syntax error at or near ")" LINE 1: INSERT INTO cdr ) VALUES ) any clues appreciated. Thanx, David A. Bandel -- Focus on the dream, not the competition. - Nemesis Air Racing Team motto Visit my blog at: http://www.pananix.com/cgi-bin/blosxom
2009 Sep 18
2
IAX2 order
...first or the only, then all works because * checks just the first iax2 entry in the "show iax2 peers" list. If they are anything but first, all my incoming calls from them fail (identification failure). Is there ANY way to make them first? In 1.6.x they are always 3rd. TIA, David A. Bandel -- Focus on the dream, not the competition. - Nemesis Air Racing Team motto Visit my blog at: http://www.pananix.com/cgi-bin/blosxom
2002 Nov 28
1
Connection failed with smbclient
...not connect to any) I could resolve this dilemna. I've tried: changing workgroup name (all lowercase, all uppercase, mixed upper/lower case); encrypt passwds yes/no. Changing protocol mins and maxs (from CORE to NT1). I'm running out of ideas. Any and all suggestions welcome. David A. Bandel - -- Focus on the dream, not the competition. -- Nemesis Racing Team motto -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQE95iiG3uVcotqGMQcRAsIbAKCvG630vfFHmod71Hyh+IpkUGfVQwCgwuog nbjz45yzhN5ygZ3HDFPMmJA= =xJ+8 -----END PGP SIGNATURE-----
2007 Aug 10
2
Dialplan loop
...terisk source. OK, and doc/channelvariables.txt shows: exten => 1,2,Set(koko=$[2 * ${lala}]) as an example. So if anyone can see what the difference is between: exten => s,n,Set(loop = $[${loop} + 1]) and exten => 1,2,Set(koko=$[2 * ${lala}]) please point out my error. Thanx, David A. Bandel -- Focus on the dream, not the competition. - Nemesis Air Racing Team motto
2008 Oct 12
2
numeric derivation
Hello, I don't understand the description / help-text for the numericDeriv() function. Why is there a new environment used? And what is meant with an environment here? Is it similar or the same as a local workspace, like an environment in functional languages? And why is it needed here? numericDeriv could just calculate the difference bewtween two values and divide this difference by the
2009 Sep 21
2
logarithmic seq() ?
Hello, in scilab /Matlab there are functions that can create linear sequences (like R's seq()) as well as logarithmic sequences. Is there a logarithmic aequivalent of seq()? Or maybe this would be an idea for newer R-releases, maybe a type-option with "linear" and "logarithmic" as parameters....?! Ciao, Oliver
1998 Dec 14
1
Samba 2.0 stuff for a newbie
Hello, This is my 2nd attempt at running Samba on my linux box at work, but i thought i would ask some basic questions: David Bandel suggested i upgrade to 2.0, so i did..:) Now, what i want to do is the following: Be able to access the linux box from a 95/98 or NT workstation, now i know this can be done since my box "odie" showed up in the network neighborhood list on a few machines, but i couldn't log into i...
2009 Jan 08
0
Parse-Error creates strange function calls (completely different (PR#13438)
This is not a bug. Read ?paste: if you give it a vector, it will give you a vector result. That's what you're seeing. Duncan Murdoch oliver at first.in-berlin.de wrote: > Full_Name: Oliver Bandel > Version: R version 2.7.1 (2008-06-23) > OS: Linux (Debian Lenny) > Submission from: (NULL) (88.73.82.147) > > > Hello, > > I have written a small R-script. > When I inserted one line of code, the behaviour was completely different! > > Instead of just printing one...
2009 Aug 28
2
RODBC: how to set the data-source?
Hello, I want to try to connect R to PostgreSQL. I have found that there are three ways: DBI or RODBC or RPostgreSQL. I tried around with DBI and RODBC but didn't get it running. In both cases I'm not clear about how to set the driver/data source. I get this error: x > channel <- odbcConnect("rtest", uid="oliver") x Warning messages: x 1: In
2009 Aug 20
3
Wind-data analysis with R?
Hello, are there people outside who use R for analysis of wind-measurement data (meteorological or for planning of wind power stations)? Are there already scripts/modules available for analysing and displaying/plotting wind data in the way it is done in projection/planning of wind power stations? If not, would it be of interest to use R for this, and therefore adapt data-logger output to R (by
2009 Jan 11
2
Strange behaviour of paste
Hello, here I have some code, which behaves quite strange, IMHO. There is a "res.txt" which will be collected before printing it. There is a paste-statement, which has a comment at the end of the line, which is this one: "# !!!!!HERE!!!!!". If you throw out the first hash-mark "#" on that line, the printout behaves like if it is done for each of the for-loop
2008 Nov 16
4
Gmane-interface
Hello, I got a hint to use the gmane-interface... ...nice tool. :) But the gmane-server which is mentioned ont he healp-pages of http://www.r-project.org/ http://dir.gmane.org/gmane.comp.lang.r.general and the links on that page also, just only bring me to an gamne-archive, which is outdated. I post via http://news.gmane.org/gmane.comp.lang.r.general (
2008 Dec 26
1
starting values update
...ying, please edit your Subject line so it is more specific than "Re: Contents of R-help digest..." Today's Topics: 1. Re: Implementing a linear restriction in lm() (Ravi Varadhan) 2. p(H0|data) for lm/lmer-objects R (Leo G?rtler) 3. Re: beginner data.frame question (Oliver Bandel) 4. Re: 4 questions regarding hypothesis testing, survey package, ts on samples, plotting (Thomas Lumley) 5. Re: How can I avoid nested 'for' loops or quicken the process? (Oliver Bandel) 6. Re: 4 questions regarding hypothesis testing, survey package, ts on sampl...
2008 Dec 21
2
Combining Sweave and LaTeX-packages?
Hello, a while ago I asked for collaboration support R <-> LaTeX. I got some answers, and Sweave was one, to use the Hmisc package another one. Both have their advantages and drawbacks. At the moment I would absolutely prefer Sweave, because the inclusion is done automatically, and I do not have to \include{myRTeXFile} by myself. One (THE) drawback is, that the results of commands