Displaying 20 results from an estimated 5000 matches similar to: "R-beta: anova.glm is broken with offsets"
1998 Jan 16
2
Packages for RedHat 4.2, Debian 1.3
Doug Bates has succeeded in building rpm's for RedHat 4.2:
>>>>> On Thu, 15 Jan 1998 14:57:22 -0600 (CST),
>>>>> Douglas Bates (DB) wrote:
DB> I finally got r-base to build on a Debian 1.3 machine. The
DB> r-base_0.61.1-1_i386.deb file now in the incoming area is for 1.3.
These are on CRAN now.
DB> I also got an .rpm for RedHat 4.2 to build. It
1998 Mar 26
3
R-beta: Teach material for R
A non-text attachment was scrubbed...
Name: not available
Type: text
Size: 1480 bytes
Desc: not available
Url : https://stat.ethz.ch/pipermail/r-help/attachments/19980326/974231c9/attachment.pl
1997 Dec 14
1
R-beta: survival4 in R-0.60.1
Hi there,
Here is a record of an R session:
> library(survival4)
Autoloading required package: splines
> coxph(Surv(c(1,2,3,4), c(1,1,1,1)) ~ c(1,0,1,0))
Error in .C("coxfit2", iter = as.integer(iter.max), as.integer(n),
as.integer(nvar), : C/Fortran function not in load table
Why is "coxfit2" not in the load table? How do I fix it?
System is Linux.
Goran
1998 Apr 03
1
R-beta: Bug in dhyper (and phyper) (fwd)
Last night I sent the bug report below to r-help. I have since then looked
at dhyper.c and found:
if (NR < 0 || NB < 0 || n <= 0 || n > N)
DOMAIN_ERROR;
I changed 'n <= 0' to 'n < 0' and then dhyper worked as I wanted. Am I
introducing some potentially dangerous behaviour by this change?
Goran
1997 Aug 18
1
R-beta: .C and dyn.load for Windows
Dear R-users,
I maintain software for survival analysis written in C and Fortran since
many years ago. Recently I have rewritten part of it as functions to
be called from R by .C. This works fine with the unix version. I just
create a ".so" file as described in an example in the R distribution.
However, when I try this approach in Windows (NT or 95), using the
Cygnus gcc latest
1997 Aug 18
1
R-beta: .C and dyn.load for Windows
Dear R-users,
I maintain software for survival analysis written in C and Fortran since
many years ago. Recently I have rewritten part of it as functions to
be called from R by .C. This works fine with the unix version. I just
create a ".so" file as described in an example in the R distribution.
However, when I try this approach in Windows (NT or 95), using the
Cygnus gcc latest
1998 Jan 27
1
R-beta: survival4
Hmm... I have the same problem on hpux10.20. I put the additional libs into a
subdir called contrib, and R INSTALL from there. I have R-0.61.1 Alpha Dec21
1997. Without restored data they work OK.
Osman
> ----------
> From: Goran Brostrom[SMTP:gb at stat.umu.se]
> Sent: Tuesday, January 27, 1998 3:07 AM
> To: r-help at stat.math.ethz.ch
> Subject: R-beta: survival4
>
>
2005 Sep 05
12
TeX distribution on Windows
I'm looking for a Windows distribution of TeX that works with R, after a
few years' absence from Windows. On Duncan Murdoch's Rtools page fptex is
still recommended, but it turns out that fptex is "defunct" as of May 2005,
see
http://www.metz.supelec.fr/~popineau/xemtex-7.html
So, what is suggested? TUG (tug.org) recommends something called proTeXt,
which is said to be
1997 May 06
1
R-beta: formula() and model formulae
Several bugs (no solutions, yet). These might be well known.
1) If one does, e.g., mymod <- lm(y ~ x); formula(mymod)
then one does not get back the formula (one gets, Error: invalid formula)
2) if x is of mode numeric, then the model formula
mymod <- lm(y ~ x + x^2)
is not processed as S would do it. The model is fit ignoring the x^2 term,
however mymod$call includes the x^2 term.
1997 May 06
1
R-beta: formula() and model formulae
Several bugs (no solutions, yet). These might be well known.
1) If one does, e.g., mymod <- lm(y ~ x); formula(mymod)
then one does not get back the formula (one gets, Error: invalid formula)
2) if x is of mode numeric, then the model formula
mymod <- lm(y ~ x + x^2)
is not processed as S would do it. The model is fit ignoring the x^2 term,
however mymod$call includes the x^2 term.
2018 Jul 06
2
undefined symbol: cholmod_factorize_p
I am installing R_3.5.1 from source on ubuntu 18.04, and 'config' +
'make' gives me (at the end)
Loading required package: Matrix
Error: package or namespace load failed for ?Matrix? in dyn.load(file,
DLLpath = DLLpath, ...):
unable to load shared object
'/home/goran/src/R-3.5.1/library/Matrix/libs/Matrix.so':
/home/goran/src/R-3.5.1/library/Matrix/libs/Matrix.so:
2005 Jun 24
1
interpreting Weibull survival regression
Hi,
I was wondering if someone can help me
interpret the results of running
weibreg.
I run the following and get the
following R output.
> weibreg(Surv(time, censor)~covar)
fit$fail = 0
Call:
weibreg(formula = Surv(time,
censor)~covar)
Covariate Mean Coef
Rel.Risk L-R p Wald p
covar 319.880 -0.002 0.998
0.000
log(scale) 0.000 8.239
2008 Sep 16
2
odesolve dynload example
Hello R Developers,
This is my first foray into using c-code with R, so please forgive my
foolishness.
I had a look at the archives and did not find anything on this, so
hopefully I am not doubling up.
I have tried to use R cmd to create an object file from the odesolve
dynload example.
I am using windows and have just installed rtools, and have the latest
version of stable R (2..7.2).
This is
2019 Feb 05
3
Local repo for ubuntu including R
Background:
We have a computer lab with two ubuntu 18.04 machines (and lots of
windows computers) and I am searching for a convenient way to keep the
machines up-to-date regarding R in the first place, but also ubuntu
itself. The problem is that the lab is isolated from the internet.
Some versions of ubuntu ago I had success with apt-mirror and apt-get
for the OS, but now I cannot get it to
2018 Jul 07
2
Segfault on ubuntu 18.04
On 2018-07-07 06:27, Dirk Eddelbuettel wrote:
>
> On 7 July 2018 at 00:51, G?ran Brostr?m wrote:
> | My repo is
> |
> | deb https://cloud.r-project.org/bin/linux/ubuntu bionic-cran35/
> |
> | Is that wrong?
>
> That repo will give you R and key R packages like Matrix lme4. (And you
> chose to ignore this repo by compiling R yourself ...).
Not really: I installed
2005 Nov 06
1
Problem defining a system of odes as a C library with lsoda
I have been trying to make use of the odesolve library on my
university's Linux grid - currently R version 2.0.1 is installed and
the system runs 64-bit Scientific Linux based on Redhat. I cannot seem
to get lsoda working when I define the model as a shared C library. For
example, the following snippet uses the mymod.c example bundled with
the package:
### START
rm(list=ls())
2016 Apr 29
2
Improper configuration
Trying https://cran.r-project.org got me
"The owner of cran.r-project.org has configured their website improperly"
If I try http (instead of https) I'm redirected to
www.project.org ("Project America")
Any ideas?
G?ran Brostr?m
2017 Feb 10
1
Ancient C /Fortran code linpack error
> On 10 Feb 2017, at 14:53, G?ran Brostr?m <goran.brostrom at umu.se> wrote:
>
> Thanks to all who answered my third question. I learned something, but:
>
> On 2017-02-09 17:44, Martin Maechler wrote:
>>
>>>> On 9 Feb 2017, at 16:00, G?ran Brostr?m <goran.brostrom at umu.se> wrote:
>>>>
>>>> In my package 'glmmML'
2017 Feb 09
3
Ancient C /Fortran code linpack error
> > On 9 Feb 2017, at 16:00, G?ran Brostr?m <goran.brostrom at umu.se> wrote:
> >
> > In my package 'glmmML' I'm using old C code and linpack in the optimizing procedure. Specifically, one part of the code looks like this:
> >
> > F77_CALL(dpoco)(*hessian, &bdim, &bdim, &rcond, work, info);
> > if (*info == 0){
> >
2000 May 17
1
crosstabs
Hi all!
What is the equivalent R function of SPLUS crosstabs?
Thank you.
Danar.
Stat. Inst. Umea Univ.
Umea, Sweden
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !) To: