search for: newbye

Displaying 12 results from an estimated 12 matches for "newbye".

Did you mean: newbie
2003 Oct 14
5
Organized examples for newbyes
I'm learning R from scratch on my linux box, being deeply biased at work by those graphical programs, nice to look but often poor in content and almost generally limited, running under M$ Windows. I wonder if someone out there can suggest to an absolute beginner as I am where to find a collection of examples of R-code (or Splus, as I understand) to play with in order to learn R quicker. The
2006 Oct 13
2
loop, pipe connection, output objects
Hi all, I have the following -newbye- problem. Inside R, I am trying to process a file and creating from it many files. The file is organized in different columns, the second containing a code. I want to create as output objects, which contain only entries in a certain code range, and whose name contain the code itself. Here is my att...
2008 Feb 21
2
Unable to create/index a zoo irregular timeseries
...cessi feste, inizio dieta" "07-01-2008 18:00:00", 135, 85, "" "08-01-2008 08:00:00", 125, 75, "" which is a collection of blood pressure data at different time of the day. I would like to build an its with MIN & MAX blood pressure but being a real newbye with zoo I obtain the following > library(zoo) pressione <- data.frame(read.csv("pressione2008.csv")) miedate <- strptime(as.character(pressione[,1]), format="%d-%m-%Y %H:%M:%S") > miedate [1] "2008-01-07 08:00:00" "2008-01-07 18:00:00" &quo...
2006 Aug 10
2
Permission denied
Hi to all. I''m a newbye, and this is my first contact with list. I have installed ruby and rails. My ruby local home page works, but development.log tell me "Permission denied - /var/www/html/rubyapp/../config/../tmp/sessions//ruby_sess.e2677250ed380e4c " what''s happen? I think permission rights are o...
2003 Dec 30
1
Mistake with contour...
...po.lo,xlab="",ylab="",levels=seq(700,1000,25),cex=0.7) and at the "contour" command the following error pops up: Error in contour.default(topo.mar$x, topo.mar$y, topo.lo, xlab = "", ylab = "", : ~ no proper `z' matrix specified Being an R newbye I don't know what to do next to fix the problem. Regards Vittorio from Rome
2006 Feb 11
3
Dialing part of the extension
I know this one must be easy but I'm an newbye so please help. In my extensions.conf I want to have a line like: Exten => 9XXXXXX,1,Dial(Zap/4/${SOMETHING},40,r) Ie: I want to dial all the XXX-es, but not the 9; How do I do that? What do I write in place of ${SOMETHING}? Navigating the wiki didn't provide any usefull advice... Thanks.
2004 May 31
3
ffnet problem
Context:Linux debian testing, compiled R 1.9.0 from source. I've just installed the contributed ffnet package wit no problem at all. But when loading the library the following error message is popping up and no ffnet command seems to work: >library("ffnet") Error in dyn.load(x, as.logical(local), as.logical(now)) : unable to load shared library
2007 Aug 27
4
Problem with save or/and if (I think but maybe not ...)
...with the way I save tfichiers or is it a problem with the condition if (nfichiers!="0") ? Could you please give me some advices to correct my script (written with Tinn-R) ? I thank you in advance for your help. Have a nice week, Ptit Bleu. PS : Ptit Bleu means something like "Full Newbye" in french. So thanks to be patient :-) PPS : I hope you understand my french english ------------------------------------------ # Connexion a la base de donnees database de MySQL library(DBI) library(RMySQL) drv<-dbDriver("MySQL") con<-dbConnect(drv, username="user&qu...
2006 Aug 12
0
Permission denied [solved]
many thanks Michael 2006/8/10, Michael Siebert <info@siebert-wd.de>: > > chmod -r a+rwx tmp > should work > > > 2006/8/10, Roberto Felloni <roberto.felloni@gmail.com>: > > > Hi to all. > I''m a newbye, and this is my first contact with list. > > I have installed ruby and rails. > My ruby local home page works, but development.log tell me > "Permission denied - > /var/www/html/rubyapp/../config/../tmp/sessions//ruby_sess.e2677250ed380e4c > " > > what''s h...
2007 Mar 28
0
nlsystemfit: Errors with reproducing the manual example
Hi everybody, I'm a newbye with lots of problems :). I'm trying to use nlsystemfit, but I recieve two error messages whose origin that I don't understand. 1) When I try to reproduce the example reported in the systemfit package manual, that is library( systemfit ) data( ppine ) hg.formula <- hg ~ exp( h0 + h...
2006 Feb 17
1
Intro and first questions
This is my first venture into VoIP from my Fedora Core 4 system. I came across a posting: http://atrpms.net/name/asterisk/ > > http://atrpms.net/name/asterisk-addons/ > > http://atrpms.net/name/asterisk-sounds/ > > http://atrpms.net/name/spandsp/ > > http://atrpms.net/name/libpri/ > > http://atrpms.net/name/zaptel/ on the Fedora
2007 May 30
2
Bug? Filter chain halted as [#<ActionController::Filters::..
OK so I''ve been trying to follow the tutorial here: http://rails.homelinux.org/ When I simply do "scaffold: category" in the controller.rb, everything works fine. BUT after I generate the controllers and other files using scaffold AS A SCRIPT (script/generate scaffold categories), DESTROY (or DELETE) does not work for any record in a table. This is the error I got: Processing