Displaying 20 results from an estimated 100000 matches similar to: "No subject"
1997 Apr 10
1
R-beta: R on Windows 3.1
My attempt to get R running in Windows 3.11 didn't go
very far. I have read the FAQ and install.tex carefully.
What am I missing? Here is the step:
1. From statlib I got rexe.zip (and rbeta.zip, but this one
seems for windows 95 only?).
2. On unzipping I got 8 files, including rb1.exe, and a sub-
dir win32s, which I copied to windows/system.
(There is no setup.exe,
1999 Jan 21
2
scoping problem?
Dear R-helpers: (this is part of a bigger program)
the following fails as a function, but runs OK
if we comment out the fnfn_ function() line.
Any hint would be appreciated. -Yudi-
R : Copyright 1998, The R Development Core Team
Version 0.63.0 Beta (Nov 13, 1998) -- on WIndows3.11
fnfn _ function (m=10,n=10,spar=2)
{
fn _ function(u,v){
uc_ u-floor(m/2)-1
vc_ v-floor(n/2)-1
1999 Apr 26
1
random sequence
Dear All,
How can I get the same stream of random numbers in R and S?
I know one of the generators in R is Super-Duper also used in S-plus,
but the .Random.seed's are set differently. I tried to re-exrpess
that in S-plus into two seeds according to the formula in VR,
but I can't get the same random stream in R.
Thanks,
------------------------------
Yudi Pawitan: yudi at ucd.ie
1999 Apr 26
1
random sequence
Dear All,
How can I get the same stream of random numbers in R and S?
I know one of the generators in R is Super-Duper also used in S-plus,
but the .Random.seed's are set differently. I tried to re-exrpess
that in S-plus into two seeds according to the formula in VR,
but I can't get the same random stream in R.
Thanks,
------------------------------
Yudi Pawitan: yudi at ucd.ie
1999 Oct 18
1
reading binary file
Is there facility in R to read binary file? In Splus scan() has
'width=' argument and AsciiToInt() command to translate the
binary data. Is there something similar in R?
Thanks,
-Yudi-
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or
2000 Feb 10
0
Re: your mail about Memory on Windows95
>I use WinNT. You have to "launch" R from a DOS-shell window; you 1st
>change to the directory where you have RGui.exe, then type :
> Rgui --vsize 15M --nsize 1000k
>
>and R opens with increased memore size. It works here with my NT box, and
>will probably do with Win95 (though I think that the DOS-shells are not
>strictly similar in both OSs but this may not be a
2001 Feb 08
2
dnbinom(,size<1,)=0 (PR#842)
This came up on r-help but indicates a bug.
dnbinom(x,n,p) calls dbinom_raw(n-1,...)
which returns 0 for n<1.
-thomas
---------- Forwarded message ----------
Date: Thu, 08 Feb 2001 17:10:23 +0000
From: Yudi Pawitan <yudi@stat.ucc.ie>
To: Mark Myatt <mark@myatt.demon.co.uk>
Cc: R-Help <r-help@stat.math.ethz.ch>
Subject: Re: [R] Goodness of fit to Poisson / NegBinomial
2000 Apr 03
0
Building acepack for Rw1000 under Win98
(Sorry, I had the previous emails on a different machine.)
Thanks to Prof Ripley for diagnosing the problem with
inconsistent capitals under Win98. It's 'interesting':
* I had ...\acepack\Src\Ace.f Avas.f and Rlsmo.f (tar'ed in
a Unix machine and Ws_FTP'ed to the PC)
* when the directory name was changed to ...\acepack\src
it still didn't work
*
2000 Jan 07
1
hazard smoothing
Hello R-Help,
did somebody ever implement some hazard smoothing
routine in R (that allows, say, some group comparison
as for the Kaplan-Meier curves.) As far as I can tell it
is not in survival5 package.
Thanks,
-Yudi-
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info",
2000 Aug 29
1
variable value in mathplot
I'm putting a title over different plots, where 'that'
varies. How do I make the value appear? Example:
that <- 1
plot(1:10)
title(expression(paste(hat(theta),'= ',that)))
Yudi Pawitan yudi at stat.ucc.ie
Department of Statistics UCC
Cork, Ireland
Ph 353-21-490 2906
Fax 353-21-427 1040
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
2000 Aug 28
0
exact test for large tables. Was: unexpected R crash - again
At 13:51 26/08/00 +0100, Yudi Pawitan wrote:
>
>If you have an actual large table to analyse, rather
>than trying to solve the space problem, you may want
>to consider a MonteCarlo implementation
>of the exact test. Very easy to implement in R. See,
>for example, Lange's Numerical Analysis for Statisticians,
>Section 21.7.
>
>-Yudi-
Yes, but this does not seem
2011 Jul 01
0
[LLVMdev] (no subject)
On Jul 1, 2011, at 12:16 PM, Villmow, Micah wrote:
> I'm trying to debug a problem with our custom backend with using a tiered register allocation setup.
>
> Just a little background. My target uses vec4 32bit registers and I want to have three levels of registers setup.
> Each vec4 register can have two sub-regs of size vec2 32bit, and each sub-reg, has its own two sub-regs of
2011 Jul 01
1
[LLVMdev] (no subject)
From: Jakob Stoklund Olesen [mailto:stoklund at 2pi.dk]
Sent: Friday, July 01, 2011 2:56 PM
To: Villmow, Micah
Cc: llvmdev at cs.uiuc.edu
Subject: Re: [LLVMdev] (no subject)
On Jul 1, 2011, at 12:16 PM, Villmow, Micah wrote:
I'm trying to debug a problem with our custom backend with using a tiered register allocation setup.
Just a little background. My target uses vec4 32bit registers and
2011 Jul 01
2
[LLVMdev] (no subject)
I'm trying to debug a problem with our custom backend with using a tiered register allocation setup.
Just a little background. My target uses vec4 32bit registers and I want to have three levels of registers setup.
Each vec4 register can have two sub-regs of size vec2 32bit, and each sub-reg, has its own two sub-regs of 32bit each.
So it looks like this, xyzw -> {xy, zw} -> {x, y, z,
2003 Jun 16
2
(no subject)
hi,
do somebody tell me, where i could find information about samba restrictions
compared with
Windows Server.
I' m trying to write a small paper for school, which describe a comarison
between samba and Windows Server.
I heard for example, that 1-Samba is not adapted for great nets?
2-Samba has not a "system management server" like windows?
3-Remote Procedure Calls (RPCs) has been
2000 Mar 31
1
building a package
Dear R-helpers,
I'm learning how to compile R packages with fortran
routines and use the acepack source as an example.
After some hiccups (Guido told me about the
need to set make_mode=UNIX) I got to the following:
`make pkg-acepack' runs without error (see below),
but it does not
* compile any .f file in acepack/src
* (hence) try to create any dll file or libs
(I'm
1999 Jan 06
0
heap memory
I'm working on Windows 3.1 (32Mb PC) and get this error message:
Error: heap memory (1953 Kb) exhausted [needed 0 Kb more]
Is there a simple cure to this problem? Thanks
-Yudi-
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or
2011 Apr 05
1
[HELP] Samba with myob trouble
Hi list, i'm have trouble with MYOB. I'm running samba at debian squeeze
and share myob file. If one user access file, it is ok but rouble when multi
user access file, myob suddenly terminate and having error like this : *Unable
to open lock file ; access privileges may be incorrect or disk may be full *
It is my smb.conf :
[global]
log file = /var/log/samba/log.%m
passwd
2006 Mar 15
9
OSHA requirement to "reach a live human" ??
Hi,
We're using Asterisk to develop a specialized IVR system for our
employees and someone is telling us there is some OSHA requirement that
you have to always be able to reach a "live human" on such systems. I've
never heard of that and google didn't turn up anything in my searches.
This is *not* some kind of "report a spill" or crucial system of any
sort.
1999 Feb 12
1
Fisher's Exact Test
Appology in advance if this has been asked and answered. I am getting different
answers using Fisher's exact test in the package ctest. For example:
x_cbind(c(8, 22), c(31, 29))
fisher.test(x)
Fisher's Exact Test for Count Data
data: x
p-value = 0.04024
alternative hypothesis: two.sided
However, in SAS or other packages on the net the answer I get is p-value=
0.02664.
Is this