Displaying 20 results from an estimated 200 matches similar to: "CPCA?"
2009 Feb 03
1
R-CPCA
Dear Ben Bolker,
searching for a R code able to do the CPCA I found a message by you on
https://stat.ethz.ch/.
In that message you said you have something I am looking for. Would you
share with me? I ma stuck with a commercial software (GOLPE) that is not
developed anymore, therefore I'd like to try to use R for the
calculations I need.
Looking forware for a reply from you
Rino
--
2010 Feb 12
1
R - Compiling and calling Fortran code that uses IMSL libraries - Help!
Good Afternoon R Help!
On of my users is seriously thinking about moving to R from Splus. In his
testing, he has already found some benefits to it. He has, however run
into one issue, calling his Fortran functions in R. Previously, in Splus,
he would do the following:
1. Compile via f90 the *.f program
2. link the object file to the Fortran IMSL libraries via the 'ld' command
3.
2005 Jul 16
2
topical guide to R packages
I would like to see R packages arranged by topic. CRAN
Task Views are at
http://lib.stat.cmu.edu/R/CRAN/src/contrib/Views/ ,
but I'd like something more detailed. For example, the
IMSL Fortran library, version 4 is easy to navigate
and has procedures arranged according to following
topics:
Basic Statistics
Regression
Correlation
Analysis of Variance
Categorical and Discrete
2007 Jun 12
5
R Book Advice Needed
I am new to using R and would appreciate some advice on
which books to start with to get up to speed on using R.
My Background:
1-C# programmer.
2-Programmed directly using IMSL (Now Visual Numerics).
3- Used in past SPSS and Statistica.
I put together a list but would like to pick the "best of"
and avoid redundancy.
Any suggestions on these books would be helpful (i.e. too much
2004 May 26
3
Common principle components
Dear all,
Can anyone point me to a package that can perform Common principle components?
Thank you.
Jos?? P. Granadeiro
2003 Sep 04
2
laplace transform
Dear users,
is anybody of you aware of a R command to perform laplace transform or
even its inversion?
Thank you very much.
Luca
2011 Apr 25
1
R equivalent to (D)QDAWO in Fortran?
Hi useRs,
I have a set of fortran code that was passed down from previous students, and I am converting its algorithm into R codes.
I encounter this function in Fortran (D)QDAWO, which numerically integrates a function f with a user-specified cosine or sine weight. It is used because the original function that I want to integrate is f(x)*cos(x).
I tried in R to directly integrate by
2000 Jul 26
4
differential equations
Hi, Does somebody knows of the existence of a library of functions
for solving differential equations, I need a solver for a system of non
linear first order differential equations. I think there was something
in IMSL but that was a long time ago and probably there are some
new algorithms in the new now.
Thanks for any pointers.
.
R. Heberto Ghezzo Ph.D.
Meakins-Christie Labs
McGill
2007 Jan 17
3
Diagnosing into server crash
Hi all,
can anyone point me to a document that descirbes how to trace into an OS
crash under Solaris 10? My hope is to get target-oriented description to
figure out the system call and the process/thread that lead to the crash.
Regards,
Andreas
2003 Sep 15
1
rsyncing fifos and sockets on FreeBSD
Hi there,
there is a problem (which as far as i know) is already known with rsync on
FreeBSD: it is not possible to rsync neither fifos nor unix domain
sockets (note that you have to be root there):
# mkfifo test
# file test
test: fifo (named pipe)
# rsync -a test test2
mknod test2 : Invalid argument
rsync error: some files could not be transferred (code 23) at main.c(620)
# file /var/run/log
2011 May 26
1
error message %1 is not a valid Win32 application.
Hi Everyone,
I am trying to work with a routine that is from the IMSL called BSVLS. I
have the file as a .dll file.
I have been trying to call the routine using the dyn.load function. I am
working on a 32-bit windows 7 OS with 3 GB. For some reason i still keep
getting the error message
LoadLibrary %1 is not a valid Win32 application
I looked at previous posting and they were all related to
2001 Feb 07
1
Microsoft Fortran Powerstation on Linux via Wine
Hi, i'm just starting with Linux, and by ny job I have
to program in Fortran, and I use Microsoft Fortran
Powerstation (an IDE) because of its integrated IMSL
library.
Now I tried to run it from Linux simply with the
command wine msdev.exe, and the first time it worked.
After that when the window starts to open another
window opens with the title "Microsoft Visual C++
Runtime
2009 Nov 27
6
Learning R - View datasets
Hi All,
I am making a serious effort to try to learn R, but one hurdle I am facing is that I need to "see" the data as I walk through the examples in the packages. For instance, many examples on the web start by a command like data("wines"). How can I actually view what the dataset looks like prior to transformations and analysis? I have tried to use edit() , print, and
2002 Aug 05
1
samba pdc- dialin allowed flag?
I would like to use a genuine Windows 2000 server as my PPTP server
(getting poptop to work correctly is annoying the hell out of me) which
needs to authenticate off of a Samba server configured as a PDC. A
Windows-based PDC has a flag for "dialin access allowed" for each user.
I searched the Samba archives and see several posts over the years that
say it "sounds easy enough to
2002 Jul 08
0
rsync 2.5.5 consuming memory and spirals server down
Hi there,
I've a problem with rsync - see below.
(by the way: I'm using rsync since 2 years now, good work!)
my environment:
- linux, 2.4, Dual-PIII-1.2GHz, 1 GB RAM. more of these machines.
- rsync 2.5.5
- openssh 3.3
the machines are on a lan, so bandwith is not a problem.
I sync large directories (about 6 GB growing) between the machines,
no problem - memory consumtion of rsync is
2002 Jul 06
1
[PATCH] Infinite recursion in rsync --server
-----BEGIN PGP SIGNED MESSAGE-----
With rsync --server, sometimes when the remote side control-C's a transfer,
rsync will immediately start consuming all available RAM.
gdb shows that its recursing while trying to report the failed write:
#0 0x420503ac in vfprintf () from /lib/i686/libc.so.6
#1 0x42072f74 in vsnprintf () from /lib/i686/libc.so.6
#2 0x08052ca4 in rprintf
2009 Feb 15
1
sources of code; was Generate random numbers in Fortran
Ben Bolker gives some reasons why Numerical Recipes may be problematic as
a starting point for R codes. CUP did a masterful job of marketing, but
the license is restrictive as the links he gives points out. In some
tests, I've also noted that some of the algorithms are less than stellar
e.g, convergence tests in one or two optimization routines.
Should we have a wiki item to help people find
2007 Apr 25
0
winbind on Solaris 10
Hello,
I'm trying to get a Samba to work on a Sun Solaris10 SPARC. The Samba has to be a Domain member in order to use the NT-Users and Groups. So I need winbind. The preinstalled Samba, winbind is not compiled in and the precompiled Samba on sunfreeware.com is nether delivered with the libnss_winbind.so. So I compiled my own one. I tried with 3.0.20a, 3.0.22 and 3.0.24.
./configure
2000 Mar 22
4
density ellipses?
Hello,
has anybody written a function to plot density ellipses (95%, 99% or
anything) in a scatterplot? I found nothing in any package, nor in the list
archives.
There does seem to be a contributed package "ellipse" for S-Plus (on
S-Archive), but it does a lot more than what I would need. Still, if anybody
ported it to R, I'd be grateful for a link. I'm a bit afraid to try the
1997 Oct 24
0
R-beta: Problem with dyn.load/IMSL
I would like to enclose my own C routines to R. I'm using some IMSL Fortran
Routines in my C code, but I can not load the shared IMSL library direct
nor by using -limsl in the ld statement.
Has anyone experiences with loading IMSL Fortran routines to R?
Many thanks
Markus Huerzeler
_______________________________________________________________________________
Markus Huerzeler