search for: dantas

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

Did you mean: mantas
2013 Mar 21
3
spatstat error
Good day Im working with some coordinates, and want to create a PPP object, I found that error: > Datos=read.table("puntos_texto.txt",dec=".",sep="\t",header=T) > summary(Datos) id y x Min. : 1.0 Min. :1013581 Min. :1177842 1st Qu.: 821.2 1st Qu.:1014442 1st Qu.:1179658 Median
2011 Jan 07
2
Error: unexpected string constant
I want to analize some points location using the ppp, but i have this problem: Datos=read.table("puntos_texto.txt",dec=".",sep="\t",header=T) > summary(Datos) id y x Min. : 1.0 Min. :1013581 Min. :1177842 1st Qu.: 821.2 1st Qu.:1014442 1st Qu.:1179658 Median :1641.5 Median :1014455 Median
2004 Jul 16
2
Functions in a package not visible to a user
...ynote lecture at the useR! 2004 conference. It's also explained in the `Writing R Extensions' manual. Basically you only export functions that the users should see. The manual also explains how to not document functions that aren't intended to be called by users. Andy > From: Rui Dantas > > Dear all, > Sorry if this is obvious, but I couldn't find the answer in > any place I > looked. > I have a package with several R functions. Some are internal auxiliary > functions, and should not be available to the user (nor do they, for > example, need "use...
2004 Sep 19
1
Nnet: Returning the response
...lude all the values in the original column. For example: > data(airquality) > length(airquality$Day) [1] 153 > my.lm <- lm(Day~.,data=airquality,y=TRUE) > length(my.lm$y) [1] 111 When using nnet, is there a way to have the response returned in a similar way? Thanks in advance, Rui Dantas [[alternative HTML version deleted]]
2006 Jun 13
2
Top margin on PDF generated with PDF::Writer
Hi, A little question. I''ve written a method that uses PDF::Writer to generate a PDF document with some images and text. This is the code on my controller: def pdf gen_pdf redirect_to("#{@request.relative_url_root}/pdf/cupones.pdf") end private def gen_pdf pdf = PDF::Writer.new(:paper => "A4") pdf.margins_cm(0) pdf.start_columns(2, 0) pdf.select_font
2006 Jun 18
2
Hosting timezone differs of clients timezone
Hi, I have a website in production wich uses a lot of date and time calculations to show specific information. The timezone of my hosting service (Dreamhost) is PDT, and the timezone of my potential clients is CEST. There are 9 hours of difference between them. Is there an environment variable that I could adjust in my rails application, so all date/time values be set to CEST timezone? Thanks.
2006 Jun 07
2
Problem with a setter that converts euros to cents
Hi, I have some problems with an application where I''m using custom accessors to do currency conversions. In my model, I have a price attribute in the database that stores the value in cents, to avoid future problems with float arithmetic and round. But at the views, I would like to show the price in euros, with decimal for the cents. So I defined a new attribute called price_in_euros,
2013 May 29
0
Aprovados relação publicada Joaquim Gomes
...UCAS ARAUJO DA SILVA, GABRIEL LIMA VALENTIM, QUEZIA GOMES SNTOS, JO?O CARLOS MOREIRA DE CARVALHO, DAYA VALE DOS SANTOS, MARIA JOSEANE DE SOUZA, JOAO HUDSON OLIVEIRA NUNES. SU?NIA CONCEI??O SILVA, BRUNO MORAES NASCIMENTO, LUIZ GUSTAVO SILVA CRISPIM DE LIMA, HYAGO KENNEDY FERNANDES DE SOUSA, RICHELLE DANTAS SILVA. Capit?o Andrade. Po??es e ANA CLARA DE MORAES HOLANDA, LORENNA DOS SANTOS SILVA, FRANCISCO JEFERSON GUERRA DA COSTA, PEDRO AMARANTE SILVA FILHO, JO?O CARLOS MOREIRA DE CARVALHO, DANIEL AGUIAR DE SOUSA, MARIA ISABELA DE BRITO MORAIS, JARDEL SOUSA DA SILVA. SILVANA FERREIRA DE ARA?JO, ARTHUR...
1999 May 20
0
Where can I find more documentation for speed up my server?
...t quality option than NT and Novell. I was working a lot on Samba for tuning it for the best performance for my network, but were I can find more documentation about performance for Samba on Linux Servers? Another quote, Samba runs on Silicons O2 Workstation? Thank's for any response, Francois Dantas Brasil -------------- next part -------------- HTML attachment scrubbed and removed
2013 May 29
0
Nomes dos aprovados Maragogi
...UCAS ARAUJO DA SILVA, GABRIEL LIMA VALENTIM, QUEZIA GOMES SNTOS, JO?O CARLOS MOREIRA DE CARVALHO, DAYA VALE DOS SANTOS, MARIA JOSEANE DE SOUZA, JOAO HUDSON OLIVEIRA NUNES. SU?NIA CONCEI??O SILVA, BRUNO MORAES NASCIMENTO, LUIZ GUSTAVO SILVA CRISPIM DE LIMA, HYAGO KENNEDY FERNANDES DE SOUSA, RICHELLE DANTAS SILVA. Nova Aurora.
2013 May 29
0
Lista dos aprovados em concurso Matriz de Camaragibe
...IDA DA SILVA, MARCOS ANT?NIO BEZERRA DE SOUZA, IRENE CARLA DE SOUSA SILVA. ROSEANE PEREIRA DOS SANTOS, EDUARDO NASCIMENTO LIMA JUNIOR, MARNIO ?VANO SANTANA RAFAEL, JOSE LUCAS OLIVEIRA RAMOS, VANDIER DE SOUSA SILVA FILHO. Carmo da Cachoeira. Remanso e ANNE KAROLYNE PEREIRA DA SILVA, LUCAS FERREIRA DANTAS, GERLAN LOPES DA COSTA, RAFAELA SOARES DOS ANJOS, JO?O CARLOS MOREIRA DE CARVALHO, DENIS BARROS SILVA, MARIA MICAELE ALVES DE MELO, JOEL FERREIRA MADUREIRA. TAYANE ASSUN??O NEVES, CAMILLA KEILHANY DE SOUSA CAETANO, MAIARA MUSY ARAUJO, IALE NAIANE MARIANO DOS PASSOS, ROAN CADMUS RODRIGUES DAMASCENO....
2011 Jul 25
1
Problem with Gluster Geo Replication, status faulty
Hi, I've setup Gluster Geo Replication according the manual, # sudo gluster volume geo-replication flvol ssh://root at ec2-67-202-22-159.compute-1.amazonaws.com:file:///mnt/slave config log-level DEBUG #sudo gluster volume geo-replication flvol ssh://root at ec2-67-202-22-159.compute-1.amazonaws.com:file:///mnt/slave start #sudo gluster volume geo-replication flvol ssh://root at
2011 Jan 20
0
Writing functions. please help
Hi, my name is Guilherme and I'm trying to solve an optimization problem in R, regarding reliability and survival time of equipments. I Have to write the function in the image attached to this email, please take a look, where the f(t) is weibull's distribution density function, Ca=1000 and Cb=100 are costs of two equipments and i'm using shape=2.5 and scale=20. However, a few problems