Displaying 20 results from an estimated 500 matches similar to: "MS executables for my libraries"
1997 Aug 21
2
R-alpha: thoughts on batch and fortran
Batch:
For me, batch in its present state is broken and useless. My primary
need for batch is to produce a final output file of a session after I
have worked out a sequence of procedures. I save my instructions in a
file that I can source, then run it in batch to have a copy of input
and output together. (If there was a log file (or dribble), this
problem would be solved.) At present, there are
2011 Dec 08
1
help about Hannan-Rissanen model selection
Dear all,
I am sorry , I have not enough English or I am fool to understand the
helping system
1- if someone has written the code for Hannan-Rissanen model selection in
ARMA models,
how can I find this R module or the code ?
2- I wrote the algorithm and the code for the Levy driven CARMA and COGARCH
models,
could anybody check or verify that I have done?
Best regards
yours sincerely
2002 Aug 19
1
install the SJava package on unix
Hi,
I've got a problem to use the SJava package with R.
I have a SUN solaris 8 machine.
Then I did R INSTALL -c SJava_0.65-0.tar.gz
without problem
Now I try the test provided on the web site:
library(SJava)
and here I receive the error message:
Error in dyn.load(x, as.logical(local), as.logical(now)) :
unable to load shared library
1999 Aug 21
2
Bug list summary (automatic post)
=================================================
This is an automated summary of the status of the R-bugs
repository.
Note that this may be neither complete nor perfectly
correct at any given instance: Not all bugs are reported,
and some reported bugs may have been fixed, but the
repository not yet updated.
Some bug fixes are difficult to verify because they pertain
to specific hardware or
2001 Jun 27
2
irregular time series
Also after thorough reading of the help pages it is still not clear to me
how to treat irregular time series in R. Is there an object similar to
the "its" object of S-Plus ?
Thanks
Daniel Straumann
University of Copenhagen
Denmark
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read
2010 Jul 19
1
Calculation of Covariance Matrix Calculation
Hi,
Excuse me for asking this silly question. But I really couldn't understand
why cov() and ccov() don't work for my calculation of covariance matrix.
a <- matrix(1:8, 2, 4)
a
[,1] [,2] [,3] [,4]
[1,] 1 3 5 7
[2,] 2 4 6 8
> ccov(a)
Error in solve.default(cov, ...) :
Lapack routine dgesv: system is exactly singular
I also tried colume bind, but it
1999 Sep 01
0
Problems compiling R65.0.
Hi,
I appear to have a slight problem compiling R0.65.0 under Linux
(slackware) using g77. By simply typing configure then make, I obtain
a binary which when "ldd" does not contain the f2c library. I
therefore cannot load any libraries containing fortran code (I obtain
unresolved symbol messages from R.X11 and an unable to load shared
library from dyn.load(file)).
If I change the
1999 Sep 01
1
Problems compiling R65.0 (PR#262)
Hi,
I appear to have a slight problem compiling R0.65.0 under Linux
(slackware) using g77. By simply typing configure then make, I obtain
a binary which when "ldd" does not contain the f2c library. I
therefore cannot load any libraries containing fortran code (I obtain
unresolved symbol messages from R.X11 and an unable to load shared
library from dyn.load(file)).
If I change the
2000 Nov 08
3
state-space models and kalman filter
Hello again,
A different but related question to my last one:
Does anyone know if one can easily estimate state-space models
using ML and the kalman filter using R? I would be especially
interested in a relatively flexible function that would allow for
estimation
of hyperparameters, or could be made to do so.
Thanks
Michael J. Roberts
Resource Economics Division, PMT
USDA-ERS
202-654-5557
1999 Nov 27
0
lme
Doug,
I thought perhaps that you might be interested in the comparison of
lme to the results for the same models fitted by Richard Jones' carma
(I just wrote the R interface to his Fortran code). The code to run
the example from the lme help and for the equivalent with carma is in
the file below.
The two main differences in results are
1. the random coefficients covariance matrix is quite
2015 May 06
2
[LLVMdev] LCOV per commit
Le 06/05/2015 21:05, Renato Golin a écrit :
> On 6 May 2015 at 19:15, Sanjoy Das <sanjoy at playingwithpointers.com> wrote:
>> I could not easily locate this on http://llvm.org/reports/coverage/ so
>> asking here: what workload is the coverage computed over? IOW, what
>> all does the bot run to get this coverage information?
> Nothing is clear in that page. No
2000 Sep 13
0
HLM in R (fwd)
> On Tue, 12 Sep 2000, Magill, Brett wrote:
>
> > Does anyone know of code to conduct hierarchical (that is, multi-level)
> > models using R. Beyond simply requiring a nested design, I want to model
> > explicitly the covariance between levels as is done in such multi-level
> > modeling software as HLM or MLwin and discussed in Goldestein (1999)
>
> The lme()
1999 Oct 07
1
Bug list summary (automatic post)
=================================================
This is an automated summary of the status of the R-bugs
repository.
Note that this may be neither complete nor perfectly
correct at any given instance: Not all bugs are reported,
and some reported bugs may have been fixed, but the
repository not yet updated.
Some bug fixes are difficult to verify because they pertain
to specific hardware or
2007 Oct 18
2
How to avoid conversion to factors (data frame to zoo)
Hi all,
I was trying to convert a data frame to a zoo object so I can use some
time series functions like lag(). But it seems then everything became a
factor, so I have to convert it back to numeric to run the correct
regressions. Is there a way to avoid it? Here is an example:
#############################
a <- data.frame(nn =as.character(c("a", "b", "c",
2009 Sep 23
5
Fortran vs R
Hello R users,
I have a basic "computer programing" question. I am a student
currently taking a course that uses Fortran as the main programming
language, but the instructors are open to students using any language
they are familiar with. I have used R previously, and am wondering if
there is any benefit to my learning Fortran, or whether I should stick
with R for this class. Any
1999 Oct 08
1
a beginner's question for window version of R
Hi,
I just installed R0.64.2 on a Window NT PC. I am wondering how to increase
the memory size like R --vsize --nsize on UNIX, for RGui.exe or Rterm.exe.
Thank you for the help in advance.
Jessie
Yuyun Jessie Yang
Dissertator, Department of Statistics
University of Wisconsin-Madison
www.stat.wisc.edu/~yuyun
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help
1999 Aug 30
1
interface w/ emacs (PR#261)
Full_Name: Laurent Gautier
Version: 0.65.0
OS: mips SGI-Irix 6.5
Submission from: (NULL) (195.110.4.98)
Using R through emacs with ess5.1.8, I cannot set R workspace (--vsize and
--nsize).
So far I was using R0.64.2 without such a problem. I am aware my bug report is a
bit light,
but just let me know if anything I could do with my R and emacs would be of any
help for\
specifying better what is
1999 Sep 20
0
growth library
I have placed a corrected executable of my growth library for
MS-Windows at
www.luc.ac.be/~jlindsey/rcode.html
This now runs Peter Mandeville's example for carma and the example for
elliptic from my docs.
This Fortran compiler is clearly having serious problems with small
double precision numbers that it sets exactly to zero. I have had to
put in checks for this. I have not had any similar
1999 Nov 07
1
Bug list summary (automatic post)
=================================================
This is an automated summary of the status of the R-bugs
repository.
Note that this may be neither complete nor perfectly
correct at any given instance: Not all bugs are reported,
and some reported bugs may have been fixed, but the
repository not yet updated.
Some bug fixes are difficult to verify because they pertain
to specific hardware or
2009 Feb 26
2
which zip file is the emulator package?
Hi. I'm trying to run the elliptic package on my computer (windows
platform, version 2.7.2). I downloaded the elliptic package zip file
from
http://lib.stat.cmu.edu/R/CRAN/
and installed it, but it says that it needs the "emulator" package.
Can you tell me where to download this? The only similar package by
name is 'emu_4.0.zip' which is not 'emulator.' I also