Displaying 20 results from an estimated 400 matches similar to: "COMMERCIAL: S-PLUS Data Analysis Software now Available on Linux (fwd)"
2001 Nov 28
1
rsyncing devices
Hi All,
I'm running rsync version 2.4.6 protocol version 24 on several Solaris 2.8
computers, and seversl RedHat Linux 7.2 computers. I have several
character devices that I am rsyncing from my Solaris computer. Rsync
works from one solaris to another solaris computer. But rsyncing these
devices does not work from a solaris computer to the Linux computer.
The devices are being copied over
2000 May 10
1
R and Java ? [forwarded]
This is of broader interest,
and I'm not the expert..
------- start of forwarded message -------
From: Cheryl J Fernandes <cferna3@uic.edu>
To: maechler@stat.math.ethz.ch
Subject: Re R and Java
Date: Tue, 9 May 2000 13:54:35 -0500 (CDT)
Hi Martin,
I'm Cheryl Fernandes currently pursuing my Masters Of Computer Science
at the university of Illinois, at Chicago.
I have tried
2003 Mar 19
3
r-help using random generating
To whom it may concern:
Given that my sample size is n, my mean is 100, and my sd is 10, I need to
use a random number generator (which I believe is the function
rnorm(5,100,10)), but I need to repeat it a large number of times, and then
plot the sampling distributions of the sample means, sd's, and variances of
those generated sets. I'm having a real hard time trying to figure out how
2019 Apr 11
3
AD migration issues
Hi ,
We migrated to AD account in a Ubuntu 16.04 (Samba 4.3.11)and came across issues with user shares. Some of the users were able to access the shares and some were not.
The server in question has both AD and File and we followed the samba wiki to enable the Windows ACL
To migrate , we ran the following
samba-tool domain classicupgrade --dbdir=/var/lib/samba.PDC/dbdir --realm=lin.GROUP
2000 Jun 08
1
creating models from "Objects" in R's environment
Hi
I'm trying to create Tree based models in R using the downloadable
package called "tree".
It is mentioned in the R documentation that Objects are created and
stored in the R environment by name.
So I have saved all the objects formed during the creation of a tree model
using the R command:
dump(objects(),"Z:\\Project\\Exammples\\Output\\outputTree.txt");
2000 Jun 08
1
creating models from "Objects" in R's environment
Hi
I'm trying to create Tree based models in R using the downloadable
package called "tree".
It is mentioned in the R documentation that Objects are created and
stored in the R environment by name.
So I have saved all the objects formed during the creation of a tree model
using the R command:
dump(objects(),"Z:\\Project\\Exammples\\Output\\outputTree.txt");
2012 Apr 17
0
[LLVMdev] Dragonegg + IR + llc = Dragonegg directly
Hi Martin,
> thanks for the quick reply. I understand, that the generated code is different
> between the two approaches.
> But I would still expect IEEE rules to be respected in any case. I do not see
> any reason why -fPIC -fomit-frame-pointer
> and the like should have any impact on the results computed by the generated code.
probably in the direct case you are using the x86
2011 Jan 11
2
IE6 install problem
Hi,
Thank you in advance for your help from someone who has very little computer knowledge....
IE6 doesn't install....the following is as far as it goes....please tell me what I have to do to get it going....
Oh, I was able to install IE7 but it doesn't connect.
Thanks again. Cheryl
11-01-05 8:15:36 AM SyncServer[3280] [110f40] |SyncServer|Warning| Refreshing watchdog because of a
2012 Apr 17
5
[LLVMdev] Dragonegg + IR + llc = Dragonegg directly
Hi Duncan,
thanks for the quick reply. I understand, that the generated code is
different between the two approaches.
But I would still expect IEEE rules to be respected in any case. I do
not see any reason why -fPIC -fomit-frame-pointer
and the like should have any impact on the results computed by the
generated code.
Are there any options I can set on the command line of llc to force the
2004 Aug 18
3
...Why social scientists don't use R
Berton Gunter has written in part:
> A few comments:
> First, your remarks are interesting and, I would say, mainly well
founded. However, I think they > are in many respects irrelevant,
although they do point to the much bigger underlying issue,
> which Roger Peng also hinted at in his reply.
> I think they are sensible because R IS difficult; the documentation is
often
2016 Aug 05
1
Will there be 2016 issues of The R Journal?
The R Journal home page doesn't make any promises about how frequently the
journal will be published. Historically, though, there have been issues in
June and December of each year. The June issue has always appeared by this
time (6 August) in previous years.
Has there been a change in the publication schedule? Are there still plans
for a June 2016 issue?
Thanks
Gordon
2010 Apr 14
1
ipv6 via tinc
Hi,
At my provider (xs4all) I've got an ipv6 tunnel working. Now I would
like to distribute ipv6 via the tinc tunnel.
My tinc.conf:
------------
Name=server
AddressFamily=ipv4
Device=/dev/net/tun
PrivateKeyFile=/etc/tinc/fvhglobalnet/rsa_key.priv
GraphDumpFile=|/usr/bin/dot -Tpng -o /var/www/htdocs.keetweej.vanheusden.com/stats/tinc-fvh-network-graph.png
Mode=switch
KeyExpire=299
2012 Jul 09
1
Using a function from splines.c in our package
Dear all,
I'm writing to ask for advice as to best practice. A PhD student working
with me is writing C++ code that we hope to make public as src code in our
Bioconductor package edgeR. He wants to call the function fmm_spline,
which is part of the source code for the stats package
http://svn.r-project.org/R/trunk/src/library/stats/src/splines.c,
from his C++ code. This function
2003 Aug 25
1
Samba 3 problems with file read/writes
I just updated my web server box, running Debian testing, to samba v3, and
am having some problems with a share. Can anyone advise me on this?
I have a share called "allsrvr" which is defined in my smb.conf file as
follows. Please note that security isn't an issue here. The server is
connected to my home system via a VPN and all smb/cifs ports are closed to
the world at the
2003 Mar 26
1
formal methods and classes and capitalization conventions
Martin Maechler has suggested that I post this comment to r-devel. It was
originally posted to bioconductor.
---------------------------------
I'd like to raise the issue of a capitalization convention for naming
objects in R. Almost everything in R used to be lowercase but recently
there is increasing use of mixed upper/lower case to define names. There is
potential for using the
2011 Jul 31
2
Legend for 2 plots on same screen
Hello,
I have two plots on the same screen. I use the command par(mfrow=c(1,2)) in
order to do this. When I try to make a legend for both plots, it only puts
the legend in the plot on the right side. If I would like a legend that is
outside of both of the plots, how would I do this?
Thanks
[[alternative HTML version deleted]]
2011 Mar 16
1
Standardized Pearson residuals (and score tests)
Hi Peter and others,
If it helps, I wrote a small function glm.scoretest() for the statmod
package on CRAN to compute score tests from glm fits. The score test for
adding a covariate, or any set of covariates, can be extracted very neatly
from the standard glm output, although you probably already know that.
Regards
Gordon
---------------------------------------------
Professor Gordon K
2011 Oct 31
3
How to use IML with R and SAS
Hello,
I have a for loop that generates data in R. With the IML program, I would
like to analyze data in SAS from each iteration of the for loop in R. It
would be helpful if someone could explain to me how to analyze data this
way.
Thanks
[[alternative HTML version deleted]]
2003 Feb 19
3
Rcmd check does not recognize formal generic function as code object
Dear all,
I am trying to write a package using formal methods and classes from the
methods package. I have not been able to get the package to pass rcmd check
without warnings, because rcmd check does not recognize my generic
functions as code objects and therefore queries why they have documentation
entries.
I have isolated the problem in a very small trivial example which I give
below. I
2007 Jul 21
0
copying large number of files from XP to Samba fails
I have a new Sun Fire AMD64 server running Solaris 10 12/06 and Samba
3.0.21b. I have migrated a configuration file from an older RHEL
machine running Samba 2.2.x. On this new machine, if one tries to
copy a large number of files from a Windows XP client to the server,
the copy starts and runs for a few minutes, but then stops. The
error message on the XP machine is "Cannot copy