Displaying 20 results from an estimated 30000 matches similar to: "How packages are set up"
2000 Apr 05
1
problem with survexp in survival5
survexp in survival5 doesn't seem to work for me. see below:
> library(survival5)
Attaching Package "package:survival5":
The following object(s) are masked from package:base :
sort.list
> library(chron)
> data(ratetables)
> survexp(~ratetable(year=julian(6,1,1991),
+ sex=1,age=35*365.24),times=(0:30)/6*365.24)
Error in as.character(as.date(c(min(R[, 3]),
1999 Jul 10
1
who submitted ratetables to CRAN?
Hi,
the ratetables package on CRAN contains no author/maintainer
information whatsoever and I cannot remember who submitted it
... is the creator out there on this list?
The DESCRIPTION file is missing (otherwise I wouldn't have problems
with finding the author) ...
Fritz
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-devel mailing list -- Read
2004 Jun 23
3
Cannot Restore Workspace with R 1.9.1 (PR#7012)
Full_Name: Stefan Albrecht
Version: 1.9.1
OS: Windows NT 4.0
Submission from: (NULL) (194.127.2.73)
Hi all,
upgrading to R 1.9.1 I am no longer able to restore saved data in .RData with
after some involved data manipulations and calculations (fatal error!).
In addition I get the message
Error: object 'family' not found whilst loading namespace 'MASS'.
This problem does not
2011 Jun 16
1
problem with missing package
Hi everybody,
I just tried to run R on one of my projects
but it did not want to run:
R version 2.12.1 (2010-12-16)
Copyright (C) 2010 The R Foundation for Statistical Computing
ISBN 3-900051-07-0
Platform: x86_64-pc-linux-gnu (64-bit)
<some lines deleted>
Loading required package: utils
Error in loadNamespace(i[[1L]], c(lib.loc, .libPaths())) :
there is no package called
2006 Sep 23
1
Fatal error: unable to restore saved data in .RData --- no package called 'nlme'
I am using Windows XP and R 2.3.1.
During my lastest session I updated my packages and now when I try to start
R 2.3.1
I get the following error message:
Fatal error: unable to restore saved data in .RData in an error window and
Error in loadNamespace(name): there is no package called 'nlme' in the R
console.
I had been using nlme and lme4 when I updated my packages.
I did a search on
2012 Mar 21
1
nlme error on dimensions in multiplication
Hello R users,
When trying to fit a nonlinear mixed model to a respiration time series,
I get the following error message:
Error in recalc.varFunc(object[[i]], conLin) :
dims [product 30] do not match the length of object [34]
In addition: Warning message:
In conLin$Xy * varWeights(object) :
longer object length is not a multiple of shorter object length
Below is an example that generates
2003 Apr 23
3
documentation for survival5?
Dear R-Helpers:
What other references are there on the capabilities of the survival5
package other than the help files and the chapter on survival analysis
in every edition of Modern Applied Statistics with S? I'm thinking of
something like "An Introduction to Survival Analysis in R" with worked
examples that might complement or extend the chapter in MASS.
Thanks,
Spencer
2000 Jun 02
1
problem loading packages (PR#559)
Dear R team,
I had a strange problem that appeared suddenly, and which I'd like to
to mention in case it is of interest (although I suspect that I
may have unwittingly done something dumb: if so please accept my apology)
> library(ctest) ## or any package other than "oz" that I tried
Error in as.character(table) : Object ".Dyn.libs" not found
> traceback()
[1]
2000 Apr 18
1
R Packages in Windows
I have installed R version 1 for windows and have installed
the survival5 package in the library folder, but the base package
only seems to partially acknowledge survival5's presence.
How have I screwed up? The diagnostics are as follows...
>library(survival5)
** no warning given.. seems OK **
>help(package=survival5)
**this gives the contents of the package correctly,
2008 Jul 10
1
R bug in the update of nlme?
Dear Sirs,
I would like to kindly ask for your assistance on the folllowing issue.
After uploading the most updated the versions of some libraries (namely:
survival and nlme) I became unable to open R. Every time I try to open R
a dialogue box pops up with the following message:
---------------------------
Information
---------------------------
Fatal error: unable to restore saved data in
1998 Nov 26
1
heap memory exhausted
Hi
I always have following error message when I try to read
a big ascii-file:
> inzp<-read.data()
> Error: heap memory (1953 Kb) exhausted [needed 0 Kb more]
read.data() is a small function that reads the ascii-file.
When I cut the ascii-file to a small one I don't have this
problem.
Can I extend this 'heap memory' for reading big data files? How?
I'm working with R on a
1997 Jul 22
7
R-alpha: New version of R for testing
The newest version of R for Unix (version 0.50 alpha-1) is now (or will
soon be) available from the following sites.
NORTH AMERICA:
http://lib.stat.cmu.edu/R/Alpha
EUROPE:
ftp://ftp.stat.math.ethz.ch/R/
ftp://statlab.uni-heidelberg.de/pub/mirrors/auckland/R/
JAPAN:
ftp://ftp.u-aizu.ac.jp/pub/lang/R/
NEW ZEALAND:
ftp://stat.auckland.ac.nz/pub/R/
2012 Mar 08
3
Packages 'effects' loads 'name' which conflicts with 'lme4'
Hi,
I would like to use the effect() function (actually a slightly modified version of it) on the output of the lmer() function in the lme4 package. But the effects package requires the nlme pacvkage, which is incompatible with lme4. Workaround?
______________________________________________
Professor Michael Kubovy
University of Virginia
Department of Psychology
for mail add: for FedEx or
2004 Jul 28
2
startup bug (PR#7138)
Full_Name: Rob Strawderman
Version: 1.9.1
OS: red hat linux 8
Submission from: (NULL) (128.253.217.211)
The following demonstrates the basic problem:
[martingale <99>]% rm .RData
rm: remove regular file `.RData'? y
[martingale <100>]% R
R : Copyright 2004, The R Foundation for Statistical Computing
Version 1.9.1 (2004-06-21), ISBN 3-900051-00-3
[deleted]
>
2002 Nov 24
2
R CMD build
Using R CMD INSTALL packagename.tar.gz on
platform i686-pc-linux-gnu
arch i686
os linux-gnu
system i686, linux-gnu
status
major 1
minor 6.1
year 2002
month 11
day 01
language R
I used to get html and latex files recreated only when the source .Rd file changed. Now I am getting html and latex (and text and example) recreated whenever I run R CMD INSTALL when I do
2002 Nov 24
2
R CMD build
Using R CMD INSTALL packagename.tar.gz on
platform i686-pc-linux-gnu
arch i686
os linux-gnu
system i686, linux-gnu
status
major 1
minor 6.1
year 2002
month 11
day 01
language R
I used to get html and latex files recreated only when the source .Rd file changed. Now I am getting html and latex (and text and example) recreated whenever I run R CMD INSTALL when I do
2005 Dec 12
2
convergence error (lme) which depends on the version of nlme (?)
Dear list members,
the following hlm was constructed:
hlm <- groupedData(laut ~ design | grpzugeh, data = imp.not.I)
the grouped data object is located at and can be downloaded:
www.anicca-vijja.de/lg/hlm_example.Rdata
The following works:
library(nlme)
summary( fitlme <- lme(hlm) )
with output:
...
AIC BIC logLik
425.3768 465.6087 -197.6884
Random effects:
2008 Jan 22
2
extension to nlme self start SSmicmen?
Dear list,
Has anyone created a version of SSmicmen that allows testing for group
differences? The basic Michaelis-Menten equation is:
(Bmax * X) / (Kd + X).
The nlme package allows modeling of random effects for Bmax and Kd as
needed, but I curious how I can build in group differences? I have
receptor binding data for strains of mice, and following Pinheiro and
Bates' lead in their
2017 Jun 08
5
Matrix multiplication
I need to have all elements of a matrix multiplied by a weight before
being post-multiplied by itself, as shown in the forst block of codes
below. I can also multiply the matrix by the square root of the weight
and then take the outer product.
Actually, what I need is this. Denote each row of the matrix by a row
vector as xi and each element of the weighting vector as wi. Then, I
need the
2015 Jul 13
2
Please help debug Windows setup
Hi,
Thanks to John Wice for helping me with an earlier question. My two PCs behind the same router are still having problems connecting. Would appreciate thoughts on what I?m doing wrong?
Router:
Port 655 forwarded to 192.168.1.45, both TCP and UDP
Port 656 forwarded to 192.168.1.51, both TCP and UDP
Machine #1.
==========
Local IP address on LAN = 192.168.1.45
Windows Firewall