Displaying 20 results from an estimated 171 matches for "ernesto".
2007 Oct 11
2
R260 cross-compilation
Hi,
I'm trying to cross compile R260 in a ubuntu 6.06 linux. I downloaded
the Makefile for 251 and simply replaced the R version by 260. However
I'm getting an error about mingw.
ernesto at gandalf:~/ipimar/devel/R/ccompile260$ make R
export
PATH=/home/ernesto/ipimar/devel/R/ccompile260/cross-tools/bin:/home/ernesto/ipimar/devel/R/ccompile260/cross-tools/i586-mingw32/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/bin/X11:/usr/games;
\
cd
/home/erne...
2002 Nov 07
1
Save method
Hi
I want to use save methods but I found that the save function is not a
generic function ...
If I define
save <- function(x, ...)
UseMethod("save")
I'll be overwriting the original save function ...
Is there another way of doing this ? or am I understanding it wrong ?
Regards
EJ
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help
2002 Oct 03
1
Strange behaviour of "image"
Hi
I'm using "image" and got some strange results. When I define the color
sequence as "col=gray(seq(0.95,0,-0.01))" or
"col=gray(seq(0.94,0,-0.01))" I got an error
Error in gray(level) : invalid gray level, must be in [0,1].
If I use 0.96 or 0.93 it works ...
EJ
ps: R 1.6.0 on SuSE Linux 8.0
2003 Jan 24
4
memory problems
...c)->blm8901
> bca.ci(blm8901,index=29)
Error: cannot allocate vector of size 456729 Kb
However my machine has 2GB of memory and without R running I only have
112M of memory used.
Is there something I can do to be able to perform this analysis ? (I can
not by more memory ;-)
Thanks
EJ
--
Ernesto Jardim <ernesto at ipimar.pt>
Marine Biologist
IPIMAR - National Research Institute for Agriculture and Fisheries
Av. Brasilia, 1400-006
Lisboa, Portugal
Tel: +351 213 027 000
Fax: +351 213 015 948
http://ernesto.freezope.org
2003 Jan 23
2
Exporting graphics window
Hi
I'm working on a remote computer with R (SuSE 8.1) and I want to do some
ploting. Does anyone knows if it is possible to export the graphics
window in to my display and how I can do it ?
Thanks
EJ
--
Ernesto Jardim <ernesto at ipimar.pt>
Marine Biologist
Research Institute for Agriculture and Fisheries
Lisboa, Portugal
Tel: +351 213 027 000
Fax: +351 213 015 948
2004 May 27
1
identation in Rd file, section "details"
Hi,
I want to describe an algoritm in the details section of an Rd file and
I'm having trouble to ident the different text rows. Can someone tell me
how I can ident text in Rd files ?
Thanks
EJ
2003 Apr 14
6
Charts to M$Word - what's the best format
Hi
I'm exporting some graphs from R to M$Word. I used png, jpeg and bmp and
the quality is poor when comparing with the postscript.
What is the best way to export a chart to be included in a M$Word file ?
Thanks
EJ
2003 Jul 03
2
unlist
Hi
I have a list with several data.frames, all with the same number of
colunms but different number of rows, and I'd like to transform this
list into a single dataframe. I need to mimic an rbind of all dataframes
...
Transform doesn't seem to work :-(
Thanks
EJ
--
Ernesto Jardim <ernesto at ipimar.pt>
Bi?logo Marinho/Marine Biologist
IPIMAR - Instituto Nacional de Investiga??o Agr?ria e das Pescas
IPIMAR - National Research Institute for Agriculture and Fisheries
Av. Brasilia, 1400-006
Lisboa, Portugal
Tel: +351 213 027 000
Fax: +351 213 015 948
http://ernesto...
2000 Oct 02
2
R function for "interp"
Hi
How can I do the same has interp in s+ with R ? I've looked to
"approxfun" but didn't figured out how to do it.
Thanks
EJ
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body",
2013 Apr 15
6
Shorewall and OpenVSwitch on Debian
...face generated by openvswitch
that start after shorewall.
I think that if I change the priority of the openvswitch at start up
and make it start before shorewall thet problem should be fixed, but I
don''t know if that is the correct solution :-)
Please help.
Greetings and thanks for all.
Ernesto
------------------------------------------------------------------------------
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolse...
2004 Mar 12
5
grep
Hi,
I want to use the first digit of the elements of a vector.
I've tried grep but didn't work.
Any help is welcome.
Thanks
EJ
> grep("^[0-9]",as.character(runif(100,0,2)))
[1] 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
17 18
[19] 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34
35 36
[37] 37 38 39 40 41 42 43 44 45
2010 Feb 05
3
IPv6 name resolution problem
...es are in local scope:
fe80:0:0:0:x:x:x:x/64
I'm also using avahi-daemon with IPv6 enabled and my nsswitch.conf host's
line is:
hosts: files mdns_minimal [NOTFOUND=return] mdns dns
An strace reveals this: RESOLVE-HOSTNAME-IPV4, but not IPV6 apparently.
Any ideas?
Best regards,
Ernesto.
2013 Mar 04
1
Fwd: OpenVSwitch and libvirt integration problem at shutdown/reboot
Hi everyone, I'm forwarding this mail that I wrote to OpenVSwitch dev
list because I think that you could maybe help me a little :-)
What did you think about the patch to libvirt that I'm using?. At
least, it worked for me :-)
Thanks.
Ernesto
---------- Forwarded message ----------
From: Ernesto Domato <edomat at gmail.com>
Date: Mon, Mar 4, 2013 at 2:09 PM
Subject: OpenVSwitch and libvirt integration problem at shutdown/reboot
To: dev at openvswitch.org
Hi everyone, this mail is related to a bug report that I did on Debian
(#7...
2003 Jan 16
1
bootstraping lm
...not a multiple of replacement
length
I've used debug to look at the process and it seems ok. The "i" are
allways of the same length as the dataframe rows. And it loops for a
while, but at some point it stops and gives this error ...
Can someone help me with this ?
Thanks
EJ
--
Ernesto Jardim <ernesto at ipimar.pt>
Marine Biologist
Research Institute for Agriculture and Fisheries
Lisboa, Portugal
Tel: +351 213 027 000
Fax: +351 213 015 948
2014 Mar 28
3
Tilde
Buenas para todos, tengo instalado r studio en windows y mi compilador de
latex es winedit.
En rstudio para Rnw no me acepta la tilde directamente solo con /' como
hacer que acpte la tilde en Rnw siendo q en text acpeta sin problemas?
[[alternative HTML version deleted]]
2014 Sep 26
2
summary
...én los siguientes
puntos
Intervalo de confianza, desviación estándar?
.- como puedo obtener la correlación en variables dicotómicas ej. tau de
kendall?
.- Como puedo cambiar los títulos del ingles al español de los encabezados
de un surfit(Surv(tiempo, estado))?
--
Gracias, por existir comunidad.
ernesto
[[alternative HTML version deleted]]
2001 Apr 03
2
Importing from Splus (PR#891)
Full_Name: Ernesto Jardim
Version: 1.2.2
OS: SuSE Linux 6.4
Submission from: (NULL) (193.137.98.92)
I wanted to import an array, dim=c(28,12,17), from splus into R.On splus I did
dump(c("array"),file="dump.out)
I checked and Splus could source it.
Than, in R I tryied to source it with:
source(&qu...
2005 Dec 20
3
Overlaying lattice plots
Hillary, Richard M wrote:
> Morning chaps, I have a little question for your capable minds... Say
> I have an observed and predicted set of quants (in my case, length
> frequencies by year and age/length), is there a way to use lattice
> plots to plot the observed and predicted data together, panel by panel?
> Obrigado/gracias (thankyou in Galego is?...)
> Rich
Hi Richard,
If
2005 Dec 20
3
Overlaying lattice plots
Hillary, Richard M wrote:
> Morning chaps, I have a little question for your capable minds... Say
> I have an observed and predicted set of quants (in my case, length
> frequencies by year and age/length), is there a way to use lattice
> plots to plot the observed and predicted data together, panel by panel?
> Obrigado/gracias (thankyou in Galego is?...)
> Rich
Hi Richard,
If
2004 May 25
0
RMySQL problem - SOLVED
...h 10000 rows?
> If not, I would suggest writing R code to construct the 10000 row toy
> example, write the table to MySQL, and then a dbReadTable and show that the
> number of rows is incorrect and post the code and results to the list.
>
> Sean
>
> On 5/25/04 7:24 AM, "Ernesto Jardim" <ernesto at ipimar.pt> wrote:
>
> > On Tue, 2004-05-25 at 11:00, Sean Davis wrote:
> >> The function that you are looking for is:
> >>
> >> help.search("writetable")
> >>
> >> Or whatever in quotes you like. Also...