search for: pokfulam

Displaying 5 results from an estimated 5 matches for "pokfulam".

1998 Feb 25
1
R-beta: Mac version
...eally should get around to getting the > >Mac version up to date. Volunteers? > > What needs to be done? Create an up-to-date CodeWarrior project, or do coding? > > John > > Dr John Bacon-Shone, Director, Social Sciences Research Centre, > The University of Hong Kong, Pokfulam Road, Hong Kong > Tel: 852-28592412 Fax: 852-28584327 E-mail: mailto:johnbs@hku.hk > Web http://www.ssrc.hku.hk If only I knew... I suspect that some actual coding changes are needed for the event loop and the graphics interface, whereas the main body of the parser and the internals, as wel...
2005 Apr 28
1
Fortran dy lib on Solaris
Dear all, Am new on this list but need help: I have a fortran code which I compile into a dynamic library (on Solaris). My probem is that when I call this code soon after starting R, it runs ok. But it doesn't for the second time without exiting R first. In this code I have to generate some random numbers. The problem is not about setting the seed. Anyone with an idea what might be going
1998 Feb 24
3
R-beta: qr(A)$rank
I would like to find the rank of a matrix using R. Looking through a list of commands it seems that the command qr should do the job. Checking a simple example gave me the wrong answer. Here is the example: > A <- c(1,2,3,4,5,6) > A <- matrix(A, nrow=2, ncol=3) > A [,1] [,2] [,3] [1,] 1 3 5 [2,] 2 4 6 > qr(A)$rank [1] 3 The correct answer is two. I
1998 Feb 24
3
R-beta: qr(A)$rank
I would like to find the rank of a matrix using R. Looking through a list of commands it seems that the command qr should do the job. Checking a simple example gave me the wrong answer. Here is the example: > A <- c(1,2,3,4,5,6) > A <- matrix(A, nrow=2, ncol=3) > A [,1] [,2] [,3] [1,] 1 3 5 [2,] 2 4 6 > qr(A)$rank [1] 3 The correct answer is two. I
2005 Mar 09
3
R-2.0.1 Gentoo g77 problem
Hello, I use Gentoo and I can't get R 2.0.1 to compile. I used the portage system, Gentoo's source package sytem, and after it uncompresses the source to R, it says that I don't have a fortran compiler. It told me to use f77 flag and re-emerge gcc, which I did with the f77 and fortran flags, but it still won't compile. Does anyone have any ideas? I suspect that gcc has changed