Displaying 20 results from an estimated 2000 matches similar to: "R-beta: R for WindowsNT"
2004 Mar 19
0
Fwd: osx/fink: cannot do "R INSTALL" (library mixup)
Begin forwarded message:
> From: Dan Kelley <Dan.Kelley at Dal.Ca>
> Date: March 19, 2004 12:00:01 PM AST
> To: Don MacQueen <macq at llnl.gov>
> Subject: Re: [R] osx/fink: cannot do "R INSTALL" (library mixup)
>
> That works perfectly! THanks. I did
> 524 export PKG_LIBS="-L/usr/local/lib -L/sw/lib"
> 525 R INSTALL pspline
> and
2004 May 28
0
Negative binomial glm and dispersion
Using R 1.8.1, and the negative binomial glm implemented in MASS,
the default when using anova and a chi-square test is to divide the
deviance by the estimated dispersion. Using my UNIX version of S-plus (v
3.4), and the same MASS functions, the deviances are *not* divided by the
estimated dispersion.
Firstly, I'm wondering if anyone can enlighten about the correct procedure
(I thought
2008 Dec 19
1
can a function alter the "..." argument and passed the result to another function?
Is there a way a function ('parent', say) can manipulate the ...
argument, and then pass the manipulated value into another function
('child', say) that it calls?
What I'm trying to do is to use some plotting defaults within 'parent'
that are not part of parent's argument list, but to let the use over-
ride these defaults if they choose. A sketch is below.
2005 May 06
1
R on Macintosh OSX Tiger
Hi. I'm not having any luck installing the binary for the new
Macintosh OS called "Tiger".
I get error messages as below.
Can anyone offer me some advice? (PS: I checked the bug list first
but a search on "Tiger" turned up nothing so I hope it's OK to post
here.)
Error in dyn.load(x, as.logical(local), as.logical(now)) :
unable to load shared
2007 Oct 22
1
question on axis box with asp=1
I've been using (and loving) R for quite a while now, but I have to
admit that something simple is still stumping me.
The question is how I can control the box within which a plot is
drawn, in cases where I'm controlling the aspect ratio with the "asp"
argument.
The problem comes up in pdf() and png() output formats, but also with
interactive windows, and so I'll
2002 May 08
1
Maybe problem in openbsd-compat/bsd-arc4random.c
I believe there is a problem with the openbsd-compat/bsd-arc4random.c
file. If arc4random () is called without seed_rng having previously
been called (eg if you run ssh-keygen -p ) then it does not in
fact invoke seed_rng () if it is the first time. Instead it
will invoke seed_rng every time BUT the first time. At least
that is the way I read the code, and changing it as below allowed
me to
2004 Mar 19
0
osx/fink: cannot do "R INSTALL" (library mixup)
Hello friends. I've just switched from linux to osx, and I'm liking
it, except now that I'm getting down to brass tacks, and needing to
install some R packages, I'm at a roadblock. I'm hoping someone can
help.
My R is installed from a .dmg, and resides as follows:
$ which R
/usr/local/bin/R
The problem is that I cannot build packages. For example, see the
below (which
2008 Feb 07
0
independence of censoring in survival analyses
Dear all
(not an R question per se, but given that the Real pRo's are all heRe I hope
you foRgive)
survival analyses assume that censoring is independent of hazard etc (eg,
MASS
4th ed, pg. 354).
Is there a standard test for this assumption?
If there is not, what would you do to examine it empirically? (over and
above
some thinking about how censoring might be related to baseline factors).
2010 Aug 10
0
[BUGS] [R-BUGS] error while plotting
Trevor,
Thanks for your reply.
That doesnot help
Any other suggestions?
Anamika
On Tue, Aug 10, 2010 at 11:58 AM, Trevor Davies <tdavies@mathstat.dal.ca>wrote:
> I think you need to load is R2WinBUGS again.
>
> require(R2WinBUGS)
>
> Trevor
>
> > Hi All:
> >
> > I am getting an error while trying to plot in R2Winbugs
> >
> > *Error in
2006 Mar 13
0
R_alloc problem (Mac OSX)
Hello. I'm having difficulties getting R_alloc() to work.
The test platform is a 64-bit Mac running R 2.2.1 installed via
a .dmg file obtained from the R site. Details are given below, in a
level of detail that I hope is appropriate. My eye was particularly
drawn to line #2 in the gdb 'where' output, but line #1 seems
sensible so I may just be displaying my ignorance by
1999 Dec 16
1
nlm in R version 0.90
I am trying to obtain some more detail regarding the nlm function
available in the latest release of R. Specifically, what mimimization
routine is being used... and ... does there exist a fortran or C version
of it?
Thank you,
Joanna
Joanna Elizabeth MILLS, M.Sc. Ph: (902) 494-3747
Dalhousie University Fax: (902) 494-5130
Department of Mathematics and
1999 Nov 19
1
Memory Problems
I have an R program which basically reads in data. It then
calls a C program which performs numerical integration until converging
to a solution. The result is then passed back from C to R.
Unfortunately, when running this program, the virtual
memory associated with it explodes -> 2GIG!. Does anyone know what might
be causing this or can suggest possiblie ways to debug?
Thank you!
Joanna
2000 Jun 03
4
How to do linear regression with errors in x and y?
QUESTION: how should I do a linear regression in which there are
errors in x as well as y?
SUPPLEMENT: I've seen folks approach this problem by computing
eigenvectors of the covariance matrix, and that makes sense to me.
But I'm wondering if this has a "pedigree" (i.e. if it makes sense to
folks on this list, and if it's something that has been published, so
I can refer to
2003 Mar 07
0
Vedr.: Re: Migration from WindowsNT to Samba
I was thinking of using rsync, since it has the ability of mapping the
written user-name instead of using UID's. Anyone know how this work on
WindowsNT? I've read, that CygWin hasn't the ACL's properly implemented
yet?
Does another "cross-platform" exist, that can map between the written
usernames?
Jacob
ps. I've tried using scopy, but it fails : "Acces
2002 Dec 06
6
fast code
Hello,
I have two vectors x1 and x2 both in increasing order.
I want to select the x1[j]th entry which is the max min of the x2[i]th
entry. I can do this using if and for statements but is there a quick way
to do it without running a loop?
Thank you in advance,
Pantelis
2000 Mar 14
0
WindowsNT Explorer Copy Removes x Attribute from Unix Source File s
We ran across a strange problem that I'm hoping someone may have already
solved. When we use Windows Explorer to copy a file from a Unix directory
to a Windows directory or another Unix directory, some of the source files
have their user execute bits removed. I haven't been able to see a pattern
as to which source files are changed, and it doesn't always seem to be
consistent. It
2010 Mar 18
2
recommendations on use of -> operator
I have never used -> but I noticed at
http://github.com/jiho/r-utils/blob/master/beamer_colors.R
that some people do. In fact, the above-named code has a sort of elegance about it (except for the use of "=" for assignment...). To my eye, -> calls to mind a type of assignment that is meant to stand out. For example, perhaps it would make sense to use -> to assign
2008 Apr 23
1
ccf and covariance
Hi.
It's my understanding that a cross-correlation function of vectors x
and y at lag zero is equivalent to their correlation (or covariance,
depending on how the ccf is defined).
If this is true, could somebody please explain why I get an
inconsistent result between cov() and ccf(type = "covariance"), but a
consistent result between cor() and ccf(type = "correlation")?
Or
2012 Mar 14
3
Export a plot/figure to excel or word?
Hi all,
I have created forest plots using the package "meta" that I submitted as pdf for publication. I just received an email from the editor asking me if I could send these files in an Excel or MS Word format such that they can treat them as tables with box plots.
I am not sure if I can do this... Is this possible? I've tried the capture.output command, but I get a blank MS Word
2005 Jan 06
1
rbugs in linux
Hi,
I am trying to run the "schools" example in the rbugs library (running
winbugs in linux via wine-20041201) but keep getting the following
error. Note I have tested wine and winbugs to confirm that both are
operational.
Error in runBugs(bugs, script.file, n.chains, workingDir, useWine, wine, :
BUGS stopped before getting to coda.
The command I'm using is: