search for: mosqueira

Displaying 20 results from an estimated 29 matches for "mosqueira".

2007 Apr 19
2
setClass inside a function
...quot;, name, "'))", sep=""))) setMethod(name, signature(object='ANY'), function(object, ...) return(FLPar(object, ..., class=name)) ) setMethod(name, signature(object='missing'), function(...) { return(FLPar(..., class=name)) } ) } --- Iago Mosqueira Systems Modelling Cefas Pakefield Rd. Lowestoft NR33 0HT U.K. Tel +44 (0) 1502 558003 *********************************************************************************** This email and any attachments are intended for the named re...{{dropped}}
2004 Jun 16
2
Loading 'akward' data file
...trange. The possibility of empty line makes it a bit more complicated, by that last couple of lines seems to suggest that you could have a line of data follow by another line of data without variable label. If that's true, I don't know how you would parse the file... Andy > From: Iago Mosqueira > > Hello, > > I need to load a somehow diffilcult data file. It has lines with > variable names followed by a variable number of rows and columns of > data, separated from the next variable sometimes by a blank line, > sometimes simply by the new variable name. For example:...
2008 May 20
1
S4 generic for lowess
...'xy' and 'o' are present in the argument list but are really defined inside the function itself. I suppose I can safely ignore this warning, and the new methods seems to work fine, but I was curious to know if there is a better way to deal with this. Many thanks, Iago -- Iago Mosqueira Cefas Systems Modelling Pakefield Rd. Lowestoft NR33 0HT U.K. +44 (0)1502 558003
2011 Jun 01
1
Overloading S4 methods
...the same thing for a method created by pkg A, myMethod, and that works fine. Any pointers or where this might be going wrong? How is it that a different method than the one shown by selectMethod() is being run? Something to do with the 'missing' part of the signature? Many thanks, Iago Mosqueira
2005 Feb 17
1
Subsetting using dimnames on S4 array-based class
Hello, I did send this message to r-help and got no reply, no I am resubmitting here in case this was a bit too specific for the other list. Many thanks, Iago From: Iago Mosqueira <imosqueira@suk.azti.es> To: r-help@stat.math.ethz.ch Subject: Subsetting using dimnames on S4 array-based class Date: Fri, 11 Feb 2005 08:29:03 +0000 Hello, I am encountering some problems when overloa...
2005 Jun 14
1
operators as S4 methods
...array. All references I have found (S Programming, Green Book) show how to define S3 methods for this (like in page 89 of S Programming for "-.polynomial"). What is the preferred S4 way for doing this? I hope I haven't missed some obvious piece of documentation. Many thanks, Iago Mosqueira
2006 Mar 29
1
Bundle internal dependencies
...he dependencie in package B's description? The test of package B fails when calling data() for an object in pacakge A, so I am not sure right now whether the whole dependencie is not being met or simple relates to data(). What is the best way of dealing with this structure? Many thanks, Iago Mosqueira
2006 Nov 20
1
Smallest R executable
Hello, I am trying to find out how can I generate the smallest R executable. R is to be run in a grid application, in batch mode, so I need a small exceutable, possibly getting rid of any interactive component. Should I look at the embedded version? Any other pointers? Many thanks, Iago Mosqueira -- Dr. Iago Mosqueira Marine Research Division AZTI Tecnalia Txatxarramendi Ugartea, z/g 48395 Sukarrieta - Bizkaia Spain +34 946 029 448 +34 946 029 400 +34 946 029 401 (Fax) imosqueira@suk.azti.es http://www.azti.es/ [[alternative HTML version deleted]]
2008 May 28
1
Cross-compilers for 2.7.0
Hello, Am I right in thinking the cross-compilations tools, kindly maintained by Prof Ripley, are still waiting to be updated for 2.7.0? Thanks, Iago -- Iago Mosqueira Cefas Systems Modelling Pakefield Rd. Lowestoft NR33 0HT U.K. +44 (0)1502 558003
2009 Feb 04
1
lattice key inside panel
...or bottom. Changes to the values of x, y or corner do not seem to change the position at all. lattice.getOption("legend.bbox") returns 'panel'. I am quit sure I am missing something essential, but can this be done without calling directly grid methods? Thanks, Iago -- Iago Mosqueira Systems Modelling Cefas Pakefield Rd. Lowestoft, NR33 0HT U.K. Pios, 11 36940 Cangas do Morrazo Spain
2006 Oct 04
1
Default argument value for "["
...="missing", m="missing", ..., drop=FALSE) { print(drop) } ) When called as new('FLQuant')[1,] drop is TRUE, instead of FALSE. Am I missing something? Has there been a change in R 2.4.0 of relevance here? I could not find it in the NEWS file. Many thanks, Iago Mosqueira
2003 Aug 21
2
mcmc
Hello, I am about to move all of my modelling work into R, and I have been investigating the present state of MCMC and Bayesian methods in R. Following a thread on the mailing list in 2000, I have looked at mcmcpack and Hydra. Three years down the line, is there anything new in this area? I have used both MCSim and WinBUGS in the past. The first one seems promising, but is too focused towards
2004 Jun 21
2
Cross build Makefile
Hello, I am trying to use Yan and Rossini's Makefile for cross building Windows versions of R packages in Linux with R 1.9.0. When compiling R with the mingw tools I get an error about expm1 being undeclared when first found at src/main/arithmetic.c:1019 If I fiddle a bit with it later on I also get errors about log1p bein undeclared. Any idea what should I look for? I am using R 1.9.0 in
2004 Jun 21
2
Cross build Makefile
Hello, I am trying to use Yan and Rossini's Makefile for cross building Windows versions of R packages in Linux with R 1.9.0. When compiling R with the mingw tools I get an error about expm1 being undeclared when first found at src/main/arithmetic.c:1019 If I fiddle a bit with it later on I also get errors about log1p bein undeclared. Any idea what should I look for? I am using R 1.9.0 in
2007 Dec 20
2
SHLIB steps on a Makefile
...es.rc -o pkg_res.o g++-sjlj -shared -s -o pkg.dll pkg.def pkg.o FL pkg_res.o -L$(RHOME)/bin -lR This might be fairly obvious, but it is my first attempt at compiling with MinGW and my search has been fruitless. What is it that I need to add to replicate what Rcmd SHLIB does? Many thanks, Iago Mosqueira
2002 Feb 08
2
glm with four variables
Hi, Sorry if this is a very basic question, but when I run this glm(formula = loge ~ lat + ne + dep, family = gaussian) summary shows the same formula but results only for the first two variables. What am I doing wrong? iago -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send
2004 Oct 19
1
Cross compiling in R-2.0.0
...= $(R_EXE) --vanilla --slave I tried substituting REXE with R --vanilla --slave and that did the trick, only to later fail with a complain about $(R_HOME). Is there any reason for this failure in the Makefile variables? Anything to do with the change from 1.9.1 to 2.0.0? Many thanks, Iago Mosqueira [[alternative HTML version deleted]]
2004 Nov 29
1
\link{} to help pages in Debian
...led in the second location, cannot find help pages from, for example, the base package via \link{}. I also tried specifying the package with \link[pkg]{page}. Is the only solution to force the system to use a single library folder? Can I force the help system to look in both places? Thanks Iago Mosqueira
2008 Feb 05
1
Need for garbage collection after creating object
Hello, After experiencing some difficulties with large arrays, I was surprised to see the apparent need for class to gc() after creating fairly large arrays. For example, calling a<-array(2, dim=c(10,10,10,10,10,100)) makes the memory usage of a fresh session of R jump from 13.8 Mb to 166.4 Mb. A call to gc() brought it down to 90.8 Mb, > gc() used (Mb) gc trigger (Mb)
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