search for: talariainc

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

2000 May 25
9
problem on upgrading to RH6.2 (was problem with ts pack
plummer at iarc.fr said: > On 24-May-00 Prof Brian D Ripley wrote: > On Wed, 24 May 2000, Christian Posse wrote: > >> >> I just encountered a problem with the ts package: >> >> > > library(ts) >> Error in dyn.load(x, as.logical(local), > as.logical(now)) : >> unable to load shared library >> "/usr/ >
1999 Jun 03
0
bug in R BATCH with Linux?
dear R fans, Has anyone encountered problems when using R BATCH under Linux (I have Red Hat 5.2 if that matters) ? I have a file that works fine if I copy-paste it interactively in a R session. However R complains right away when I try to run the file in batch mode. This problem is not inherent to R 0.64.1 I am using now. I had the same problem with previous releases. Also I am not using an
1999 Jul 26
1
Logistic regression with coef>0
Hi, recently I saw but did not pay too much attention to a question that concerned regression with positive coefficients. In Splus, thereis the nnls() function that can be used if I am not wrong, but what about R ? Now I have the same problem: doing a logistic regression under constraint that coefs are non negative. What can I do with R? is there a (weighted) nnls() counterpart available? Thanks
1999 Jan 12
1
Installing R on alpha-dec OSF 4.0
Hi has anyone succeeded in installing R on DEC alpha OSF 4.0 with gcc/g77 ? The PLATFORMS file mentions successful installtion on OSF 3.2 using cc. Here is the output I get when trying to compile: ld -shared -o eda.so line.o smooth.o ld: Warning: Unresolved: floor ceil rsort __exc_add_pc_range_table __exc_add_gp_range __exc_remove_pc_range_table __exc_remove_gp_range make[4]: Leaving
1999 Jul 14
2
Weird behavior with names()
Dear R fellows, Is the following a feature or a bug of names() ?? It does not seem to be reported as a bug in the R Bug Tracking System. (RedHat 6.0, R-0.64.2 compiled from source, not RPM). # a trivial test x <- 1:5 y <- 6:10 names(x) <- c("a", "b", "c", "d", "e") names(y) <- c("a", "b", "c",