Displaying 20 results from an estimated 1000 matches similar to: "R on UNIX Sun-Solaris 10.0 vs. S-Plus"
2007 Jan 23
3
Loess with more than 4 predictors / offsets
Hello,
Does anyone know of an R version of loess that allows more than 4
predictors and/or allows the specification of offsets? For that matter,
does anyone know of _any_ version of loess that does either of the
things I mention?
Thanks,
Paul Louisell
650-833-6254
ploua@allstate.com
Research Associate (Statistician)
Modeling & Data Analytics
ARPC
[[alternative HTML version deleted]]
2007 Dec 20
1
64-bit R build with Studio 12 on Sparc v9
Hi,
I'm working on a server with a sparcv9 chip using SunOS 5.9 Generic May
2002. The compilers are the Sun Studio 12 compilers. I'm trying to build
a 64-bit version of R-2.6.1, and while the configure script runs, the
make does not.
Here are the options I set in config.site:
________________________________________________________________________
_
R_PAPERSIZE=letter
CC="cc
2007 Aug 31
0
Studio 11 compiling of Rmath standalone versus compiling R
Hi,
I have a UNIX-Solaris-Sparc-Studio 11 compilers question. Since it's not exactly a programming question, I'm posting it here instead of to the developers list.
Here's the relevant info:
1) I'm using SunOS 5.9 on a 32 bit machine without parallel processing. The chip is Sparc.
2) I've installed the Sun Studio 11 compilers.
3) I've successfully built and tested R 2.5.1
2007 Jun 11
1
compiler usage after successful UNIX build
Hi,
I believe my question is pretty simple, but I'd like to give you brief
background first:
I work at a company with UNIX installed on a sparc-sun-solaris platform;
the OS version is SunOS 5.9. Several of us who work here have been
advocating for the installation of R on this server. The IT security
group at my company prefers not to install the gcc compilers on our UNIX
production servers;
2005 Apr 25
1
The eigen function
I'm using R version 2.0.1 on a Windows 2000 operating system. Here is some
actual code I executed:
> test
[,1] [,2]
[1,] 1000 500
[2,] 500 250
> eigen(test, symmetric=T)$values
[1] 1.250000e+03 -3.153033e-15
> eigen(test, symmetric=T)$values[2] >= 0
[1] FALSE
> eigen(test, symmetric=T, only.values=T)$values
[1] 1250 0
> eigen(test, symmetric=T,
2002 Jul 31
3
SHLIB
Hi,
I'm having a problem using the 'SHLIB' command in R. I keep getting syntax
errors. The help gives the following usage for it:
Rcmd SHLIB [-o dllname] files
'files' is supposed to be a list of files, but whether I set up a list or a
character vector, I still get a syntax error. Does anyone know if they're
are supposed to be quotes somewhere in there? If someone has an
2002 Aug 04
3
Fortran DLLs
Hello everyone,
I'm using R 1.5.1 on Windows.
I chose the option 'Install Source Files' when installing R.
The code below shows my use of the command SHLIB and the error I get.
C:\R\rw1051\bin>Rcmd SHLIB C:\Stage 9 (Phase 2)\cir3int.f
'perl' is not recognized as an internal or external command,
operable program or batch file.
I'm assuming I'm missing some perl
2004 Nov 12
2
Loading libraries in 2.0.0 (PR#7364)
I'm using version 2.0.0 of R on a Windows 2000 OS. Packages that I installed
in 1.9.1 are not installing properly in 2.0.0. Specifically, I can install
packages from local zip files with the following code (which I execute
through the GUI):
> install.packages(choose.files('',filters=Filters[c('zip','All'),]),
.libPaths()[1], CRAN = NULL)
updating HTML package
2003 Oct 15
0
Sun, SAS and DM Review invite you to a Web Seminar
Sun SAS and DM Review Present
"Business Intelligence Building Blocks: Enabling the Agile Enterprise"
Date: Tuesday, October 28, 2003
Time: 11:00 a.m. PDT/2:00 p.m. EDT
Duration: One hour
Tune into Sun Microsystems' BIDW Network Series
Hosted by DM Review, 4th in a 6-part series
Today, more than ever, business intelligence needs to be utilized to not only run a business -it must
2013 Jan 21
2
how to bread while loop reading from connection with read.csv
Hello,
I'm trying to read a file rows at a time, so as to not read the entire file into memory.? When reading the "connections" and "readLines" help, and "R help archive," it seems this should be possible with read.csv and a file connection, making use of the "nrows" argument, and checking where the "nrow()" of the new batch is zero rows.
2003 Jan 29
1
The function 'any' (PR#2503)
Full_Name: Paul Louisell
Version: 1.6.2
OS: Windows NT
Submission from: (NULL) (192.249.47.9)
There is a slight bug in the function 'any'. Given a logical vector (possibly
including values of 'NA'), the default action of any should be as follows:
(i) at least one value = T should return T
(ii) NO values = T
(a) at least one value = 'NA' should return 'NA'
2002 Jul 26
1
RNG in R
Hi,
I'm working with a programmer on translating code I wrote for a simulation
in S into FORTRAN. Since the S source code is not available, I decided to
use the random number generator (RNG) in R. The problem is that the R code
is complex enough that we can't isolate the proper source files to include.
Although we can link to the C code and call the RNG, we haven't been able to
find
2003 Nov 06
1
Question about computing offsets automatically
Hi,
I'm using R version 1.8.0 on Windows NT. When fitting a glm with Poisson
random component and a log link, I frequently need to include an offset.
Typically I use xtabs or table to get the counts for the contingency table,
and then I use as.data.frame.table to create a data frame that I can use in
the glm function. I have not found an option that allows me to total the
offset variable to
2012 Aug 10
1
Performance issues with R2.15.1 built from source on Solaris
Is this a SPARC system? On at least some SPARC systems, the "long double"
type in C is implemented very slowly in software, and it seems that it is
used for the sums done when calculating standard deviations with "sd".
Radford Neal
> Date: Wed, 8 Aug 2012 18:55:37 -0500
> From: "Eberle, Anthony" <aeber at allstate.com>
> To: <r-devel at
2003 Mar 13
2
The function 'apply' (PR#2633)
Full_Name: Paul Louisell
Version: 1.6.2
OS: Windows NT
Submission from: (NULL) (192.249.47.9)
I've found a problem with either the 'apply' or 'is.factor' functions, and it
seems like it might be cause for concern. Here are the commands taken directly
from the R session:
> is.factor(test.frame[, 1])
[1] TRUE
> is.factor(test.frame[, 2])
[1] TRUE
>
2004 Nov 20
0
smbpasswd produces INCORRECT sambaNTPasswd hash on ppc (yellowdog 4.0 on xserve G5)
I'm having trouble setting up samba as a PDC on an apple xserve, using
yellowdog linux 4.0. After a lot of thrashing, I believe the problem
may be smbpasswd generating the wrong NT hash. Running smbpasswd on a
redhat box (intel architecture) produces the follow LDAP entry:
dn: uid=testuser2,ou=Users,dc=allstate,dc=network
objectClass: top
objectClass: inetOrgPerson
objectClass: posixAccount
1997 Oct 23
1
NT domain logon questions
Hi. Myself and a anti-Micro$oft companion tried to get
NT domain logons working yesterday and seem pretty close, but
not quite.
Samba is 1.9.18alpha3, server is an Ultra-2 running SunOS 5.5.1.
Encrypted passwords seem to be working, a la smbclient and mostly
from NT, "mostly" because it *seemed* to be working but we did
have some problems with home directories in smbpasswd changing
2005 Jan 28
0
Line types in the legend function
Hi,
I'm using version 2.0.1 of R on a Windows 2000 platform. The legend function
has parameters _lty_ and _pch_ for drawing line types and point types in the
legend box, but I can't find any way of getting the patterns corresponding
to _type='b'_ in the _plot_ function. When you enter _type='b'_ as a
parameter in the plot function, you get an alternating series of dashes
2003 Aug 12
0
excellently
Wow. dada spam.
Antranig Alfaro wrote:
> humans bouts scrupulously taxied annette methacrylate exert crouching
> exclude hubris meteorite aides acronym exogenous boater plead savoring
> tapestries courtrooms taunter bodyweight poultry pokes brandishes
> poems ama mightiness assam countless actinolite merges crave technic
> accomplishers bombast creation bonaparte
2012 Aug 08
1
Question about R and multiple CPU's
I have a question about multiple cores and CPU's for running R. I've
been running various tests on different types of hardware and operating
systems (64 bit, 32 bit, Solaris, Linux, Windows, RV.10, .12, .15,
.15.1.) Generally speaking, it seems that for a single user and process
that R prefers to have as much resources as possible; especially memory.
I've looked at some of the r-sig