similar to: X2R: R-compatible output routines from C, ADMB, Fortran to R

Displaying 20 results from an estimated 2000 matches similar to: "X2R: R-compatible output routines from C, ADMB, Fortran to R"

2008 Jan 31
0
Update of X2R (with FishGraph) sent to CRAN, 30 Jan 2008
X2R is a bundle of three software libraries allowing the user to pass structured data easily from Fortran, C/C++, or AD Model Builder to R. An update to X2R has been sent to CRAN and should be available at mirrors shortly. We also have uploaded FishGraph, a set of R functions to generate graphics from fish population models. From the menu at the left of the CRAN home page, look under Software /
2008 Jan 31
0
Update of X2R (with FishGraph) sent to CRAN, 30 Jan 2008
X2R is a bundle of three software libraries allowing the user to pass structured data easily from Fortran, C/C++, or AD Model Builder to R. An update to X2R has been sent to CRAN and should be available at mirrors shortly. We also have uploaded FishGraph, a set of R functions to generate graphics from fish population models. From the menu at the left of the CRAN home page, look under Software /
2008 Nov 20
0
Update of X2R (with FishGraph) at CRAN, 20 Nov 2008
X2R is a bundle of three software libraries for passing complicated data structures from Fortran, C/C++, or AD Model Builder to R. An update has been sent to CRAN and should be available from mirrors shortly. From the menu at the left of the CRAN home page, look under Software / Other. We also have updated FishGraph, a compatible set of R functions for examining output from fish population
2008 Nov 20
0
Update of X2R (with FishGraph) at CRAN, 20 Nov 2008
X2R is a bundle of three software libraries for passing complicated data structures from Fortran, C/C++, or AD Model Builder to R. An update has been sent to CRAN and should be available from mirrors shortly. From the menu at the left of the CRAN home page, look under Software / Other. We also have updated FishGraph, a compatible set of R functions for examining output from fish population
2007 Apr 16
0
Update of X2R sent to CRAN, 16 Apr 2007
X2R is a bundle of three software libraries allowing the user to pass structured data easily from Fortran, C/C++, or AD Model Builder to R. An update to X2R has been sent to CRAN today and should be available at mirrors shortly. This fixes a bug in the ADMB2R and C2R components in which data frames were not written correctly when the user did not specify row names. Several other minor
2007 Apr 16
0
Update of X2R sent to CRAN, 16 Apr 2007
X2R is a bundle of three software libraries allowing the user to pass structured data easily from Fortran, C/C++, or AD Model Builder to R. An update to X2R has been sent to CRAN today and should be available at mirrors shortly. This fixes a bug in the ADMB2R and C2R components in which data frames were not written correctly when the user did not specify row names. Several other minor
2007 Mar 01
0
Update of X2R sent to CRAN
A new version of X2R has just been uploaded to CRAN. It should be available at mirrors within a few days. This contains revisions to the For2R component to fix a bug in which data frames were not written correctly if the user did not pass row labels. The new version is supplied as files X2R.zip and X2R.tar.gz, which are equivalent. The version can be identified from the contents of file
2007 Mar 01
0
Update of X2R sent to CRAN
A new version of X2R has just been uploaded to CRAN. It should be available at mirrors within a few days. This contains revisions to the For2R component to fix a bug in which data frames were not written correctly if the user did not pass row labels. The new version is supplied as files X2R.zip and X2R.tar.gz, which are equivalent. The version can be identified from the contents of file
2005 Aug 23
0
For2R - Interface from Fortran to R
We announce the availability of the Fortran 95 module "For2R", which makes it easy to write complicated R data structures (i.e., lists of lists, matrices, dataframes, ...) from Fortran programs. By a series of subroutine calls, program outputs can be written to a file readable by R with a single "dget" function call. This facilitates automated graphics generation and other
2005 Aug 23
0
For2R - Interface from Fortran to R
We announce the availability of the Fortran 95 module "For2R", which makes it easy to write complicated R data structures (i.e., lists of lists, matrices, dataframes, ...) from Fortran programs. By a series of subroutine calls, program outputs can be written to a file readable by R with a single "dget" function call. This facilitates automated graphics generation and other
2007 Feb 28
1
Help with "row.names = as.integer(c(NA, 5))" in file from dput
I am trying to understand why syntax used by dput() to write rownames is valid (say, when read by dget()). I ask this because I desire to emulate its actions *reliably* in my For2R routines, and I won't be comfortable until I understand what R is doing. Given data set "fred": > fred id var1 1 1991 0.4388587 2 1992 0.8772471 3 1993 0.6230486 4 1994 0.2340929 5 1995
2002 Dec 23
1
Plot scales
I remember reading somewhere that locations on plots (in my case, arguments x and y for legend()) can be specified in several scales besides the usual data scale. I would like to set x and y as proportions of total plot size or something similar. Can anyone steer me to documentation on how to do it? -- Michael Prager, Ph.D. <Mike.Prager at noaa.gov> NOAA Center for
2002 Aug 08
1
PR #1833 Clarification (PR#1890)
This is (correctly) filed under "non-reproducible." The corresponding notes say "solved by re-installing Windows (private comm)." I would like to clarify that this was solved by re-installing the patch known as "Windows 2000 Service Pack 2," not by reinstalling Windows itself. Perhaps my original message was not clear. I point this out because installing the
2003 May 30
3
Time for Usenet R Group?
I probably shouldn't suggest this, because I can't volunteer to implement it. However, I bring it up in the hopes that if (1) others agree and (2) the R core group think it a good idea that a suitable volunteer will come forward. I am finding that the flood of R email messages is becoming difficult to deal with, even using filters, etc., in my email client. Would we be better
2002 Jul 26
1
R 1.5.1 (Windows) crashes on plotting density(rnorm(1000)) (PR#1837)
I am experiencing a reproducible crash from the following statement: plot(density(rnorm(1000))) on R 1.5.1 on Windows 2000. This is a dual-processor machine with 512Mb of RAM. Please advise if further details of hardware/OS are needed. If rgui.exe is in use, the crash occurs before the plot can be displayed. If rterm.exe is in use, the plot appears, then the error (and crash). A screen
2002 Jul 16
1
Minor GUI Issues
Some minor request for the R on Windows (2000) GUI version. I'm using 1.5.1 with the SDI interface. (1) When minimized, the main R window and the graphics window show as two copies of the same icon. That makes it less convenient to switch among tasks in Windows, as I often select the wrong one. Could they have different icons in the future, please? (2) I use a fixed-width Type 1 font
2002 Jul 16
1
Minor GUI Issues
Some minor request for the R on Windows (2000) GUI version. I'm using 1.5.1 with the SDI interface. (1) When minimized, the main R window and the graphics window show as two copies of the same icon. That makes it less convenient to switch among tasks in Windows, as I often select the wrong one. Could they have different icons in the future, please? (2) I use a fixed-width Type 1 font
2010 May 31
1
running admb from R using system()
Hi I'm trying to run an admb model from R by using the system () command. The admb model runs fine when running it from the admb command line or when using emacs. However when I try it with system() then R crashes every time. And I tried using the R command line and RGui and in both it crashes. I also tried it from different computers. What I do is I first set the directory where I keep
2006 Feb 08
1
nested random effects in glmm.admb
Hello all, In a previous posting regarding glmm.admb it is stated that glmm.admb can handle 2 nested random effects. I can only fit a single random term at the moment, and wondered if anyone could provide me with some information on how to specify a model with 2 (nested or cross-classified) random terms? Thanks, Jarrod.
2006 Feb 24
1
SE of parameter estimates in glmm.admb
Dear R users, Does anyone know how to get standard errors of the parameter estimates in glmm.admb? Thanks, Istvan