Displaying 13 results from an estimated 13 matches for "imosqueira".
Did you mean:
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 16
2
Loading 'akward' data file
...gt;
>
> --
> Iago Mosqueira
>
> Unidad de Investigacin Marina
> Marine Research Division
>
> AZTI Fundazioa
>
> Txatxarramendi Ugartea z/g
> 48395 Sukarrieta, Bizkaia
> Spain
>
> Tfno. +(34) 94 602 94 00
> Fax +(34) 94 602 94 01
>
> email imosqueira at suk.azti.es
>
> ______________________________________________
> R-help at stat.math.ethz.ch mailing list
> https://www.stat.math.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide!
> http://www.R-project.org/posting-guide.html
>
>
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 overloading the "...
2004 Nov 29
1
\link{} to help pages in Debian
Hello,
In my Debian 3.0 systems, packages are installed in two different
places, namely /usr/lib/R/library and /usr/local/lib/R/site-library,
depending on whether they come from debian packages or CRAN ones. Help
pages for my own packages, installed in the second location, cannot find
help pages from, for example, the base package via \link{}. I also tried
specifying the package with
2005 Jun 14
1
operators as S4 methods
Dear all,
I need to re-define some mathematical operators (+, *, /, etc) for an S4
class based on 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
2006 Nov 20
1
Smallest R executable
...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]]
2005 Feb 11
0
Subsetting using dimnames on S4 array-based class
Hello,
I am encountering some problems when overloading the "[" operator for a
new S4 class based on array. This is an example class definition:
setClass("foo",
representation("array"),
prototype(array(NA, dim=c(3,3)),
dimnames=list(age=1:3, year=10:12))
)
And this the corresponding setMethod with print estatements to see what
is being passed:
2004 Oct 19
1
Cross compiling in R-2.0.0
Hello,
When compiling R-2.0.0 for cross-compiling, I get the following error
when calling 'make R'
---------- Making package base ------------
adding build stamp to DESCRIPTION
/bin/sh: line 1: --vanilla: command not found
make[5]: *** [frontmatter] Erro 127
make[4]: *** [all] Erro 2
make[3]: *** [pkg-base] Erro 2
make[2]: *** [rpackage] Erro 2
make[1]: *** [all] Erro 2
make[1]:
2005 Nov 22
0
install.packages in R 2.2.0
Dear all,
I am having trouble with install.packages() when specifying a non-CRAN
repository. The command below works in R 2.1.0 and R 2.1.1 compiled from
source in Linux, bringing up the Tcl/Tk interface for selection, but in
2.2.0 I get
> install.packages(repos='http://flr-project.org/R')
Error in install.packages(repos = "http://flr-project.org/R") :
argument
2006 Mar 29
1
Bundle internal dependencies
Dear all,
When creating a bundle with some internal dependencies (package B in
bundle depends on package A), would having the same version installed
suffice? Can I ignore the 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().
2006 Oct 04
1
Default argument value for "["
Dear all,
After installing R 2.4.0, a definition of "[" for an S4 class has
stopped working as the default for drop in the generic, TRUE, appears to
override the default in the method
The method is defined for demonstration purposes as
setMethod("[", signature(x="FLQuant"),
function(x, i="missing", j="missing", k="missing",
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