Displaying 20 results from an estimated 10000 matches similar to: "MacOS X binary for lme4 not available on CRAN"
2009 Jul 30
2
lattice shingle plot axis annotation
Hello (R-)Experts
I hope someone can help with this problem concerning axis annotation
of a lattice shingle plot. I want a plot with three shingles to
display some laboratory value over time. In the first panel over the
first few days, then in the next panel some months, and in the last
panel some years. In the following minimal example the axis annotation
will be in days, but I'd like to
2008 Jan 22
1
Lattice on FreeBSD
Hi list
I tried to install package lattice on FreeBSD, but install.package()
does not seem to find it in the repositories, even trying different
mirrors. Could it be that lattice package is not available for
FreeBSD?
--
Armin Goralczyk, M.D.
--
Universit?tsmedizin G?ttingen
Abteilung Allgemein- und Viszeralchirurgie
Rudolf-Koch-Str. 40
39099 G?ttingen
--
Dept. of General Surgery
University of
2008 Apr 05
2
Conditional ploting with logical vector
Hi list
Maybe someone can help with the following problem (thanks in advance):
In a function I have a plot and want to add symbols/text only when
indicated by a logical vector (which was generated by the function
before, not manually like in the following example):
plot(1:10, 1:10)
lv <- c(T,T,T,F,F,F,T,T,T,F)
text(1:10, 1:10, '*', pos = 3)
In this example the asterisk is plotted at
2007 Dec 13
2
Function for AUC?
Hello
Is there an easy way, i.e. a function in a package, to calculate the
area under the curve (AUC) for drug serum levels?
Thanks for any advice
--
Armin Goralczyk, M.D.
--
Universit?tsmedizin G?ttingen
Abteilung Allgemein- und Viszeralchirurgie
Rudolf-Koch-Str. 40
39099 G?ttingen
--
Dept. of General Surgery
University of G?ttingen
G?ttingen, Germany
--
http://www.chirurgie-goettingen.de
2008 May 04
1
Validating a mixed-effects model
Hi
I constructed a mixed-effects model from longitudinal repeated
measurements of lab values in 22 patients seperated into two groups
with the groups as fixed effect using lme. I thought about using the
jackknife procedure, i. e., removing any one subject and calculating
the fixed effect, to assess the stability of the fixed effect and
thereby validate the model. I suppose this has been done in
2009 Jul 30
3
R User Group listings
There are now several R geographic user groups, and a few have mailing
lists on the R mailing list system. Thanks to Martin M, there's also a
pointer to a page I'm maintaining to list/describe the groups. The page
is at
http://macnash.telfer.uottawa.ca/RUG.html
Contact me if you have a listing. I'm prepared to wikify it if there is
sufficient interest.
John Nash
2008 Apr 10
2
New user, requesting help with MAC installation of R
Hi:
Yesterday I downloaded R and got it up and running on my PC without a
hitch, not so when I tried to do the same on my Mac powerbook, using
Mac OSX: version 10.4.11.. I have virtually no experience, so I
can't tell what exactly went wrong.
At first it appeared that the software loaded correctly, it seemed
like I was able to install R , and I even successfully unpacked
the
2007 Oct 04
2
plot from source file
Dear list
Maybe someone can help with the following problem:
I have a source file containing the following code for plotting:
pdf(file = 'data/mario/boxplot.pdf')
bwplot(sig100 ~ target | group, data = fish, main = 'Boxplot der
Signale in 100 Zellen nach Gruppe', xlab = '', ylab = 'Anzahl der
Signale')
dev.off()
pdf(file = 'data/mario/xyplot.pdf')
2007 Apr 26
2
Extract p-value from survdiff function
Hi list,
I want to use the p-value from the survdiff function (package
survival) to reuse within a function in a Kaplan-Meier plot. The
p-value is somehow not a component of the value list ?!
Thanks in advance
--
A. Goralczyk
G?ttingen, Ger.
2007 Oct 09
1
Visualize cox proportional hazards
Hello all
I would like to visualize the hazard ratios of a cox proportional
hazards model. I have seen some good examples in the New England
Journal of Medicine:
http://content.nejm.org/cgi/content/short/353/26/2747/F3
http://content.nejm.org/cgi/content/short/350/26/2654/F2
(I hope these are open access, but I am not sure)
And something similar in the book 'R Graphics' by Paul
2008 Jan 15
3
EMACS and ESS
Fedora Linux 8
R 2.6.1
Intel CPU
I am trying to get started with R under Linux. It has been suggested to me that I run R under EMACS. I have looked at the CRAN website, and several other places to try to find an RPM for EMACS and, if I need it for ESS. I have not succeeded in finding one. Can someone tell me where to go to get the RPMs? If anyone would have a suggestion for an editor other than
2006 Jan 12
4
CRAN versions of lme4/Matrix don't appear to work with R 2.1.1
I am currently using R 2.1.1 under Windows and I do not seem to be able
to load the current versions of lme4/Matrix. I have run
'update.packages.' I understand this is still experimental software but
I would like access to a working version.
Thanks.
Chuck
R Output:
> library(lme4)
Loading required package: Matrix
Error in lazyLoadDBfetch(key, datafile, compressed, envhook) :
2006 Jan 21
2
Latest revision of lme4 requires 'Matrix' >= 0.995.2 but that version is not available on CRAN
I just updated the packages on my pc (windows xp). When loading lme4 I get
> library(lme4)
Error: package 'Matrix' 0.995-1 was found, but >= 0.995.2 is required by 'lme4'
'Matrix' 0.995-1 is indeed installed on my computer, but update.packages() does not capture a never version; and seemingly for good reasons: When looking at CRAN, the new version of Matrix is
2006 Feb 16
1
help downloading lme4 from CRAN
Hello. I am having trouble downloading the lme4 package from the CRAN
site. The error is:
> local({a <- CRAN.packages()
+ install.packages(select.list(a[,1],,TRUE), .libPaths()[1],
available=a, dependencies=TRUE)})
trying URL `http://cran.r-project.org/bin/windows/contrib/2.0/PACKAGES'
Content type `text/plain; charset=iso-8859-1' length 26129 bytes
opened URL
downloaded 25Kb
2007 Sep 15
2
HTML reading,
Hello,
Sorry for my english, in a R function, I want to read HTML files to analyse
the text. Do somebody now, how can i read the text only in txt Foirmat...
Thanks
--
View this message in context: http://www.nabble.com/HTML-reading%2C-tf4447190.html#a12688719
Sent from the R help mailing list archive at Nabble.com.
2010 Apr 15
1
CRAN: MacOS X binary: not available, see check log?
For a couple of days, MacOS X binaries are not build on CRAN (for my
recently uploaded packages only?):
The R.oo package is listed as "MacOS X binary: not available, see
check log?", but the 'check log' show no errors
URL: http://cran.r-project.org/web/packages/R.oo/
Is this a known issue?
/Henrik
2024 Jun 15
1
Hard crash of lme4 in R-devel
? Sat, 15 Jun 2024 02:04:31 +0000
"Therneau, Terry M., Ph.D. via R-devel" <r-devel at r-project.org> ?????:
> other attached packages:
> [1] lme4_1.1-35.1 Matrix_1.7-0
I see you have a new Matrix (1.7-0 from 2024-04-26 with a new ABI) but
an older lme4 (1.1-35.1 from 2023-11-05).
I reproduced the crash and the giant backtrace by first installing
latest lme4 and then
2010 Jul 14
2
ver 2.11.1 from xterm on Mac without lme4
Hi,
I just installed version 2.11.1 on my Mac OS X 10.5.2. When I try
running R from my xterm, I get the following error:
Error in loadNamespace(name) : there is no package called 'lme4'
Fatal error: unable to restore saved data in .RData
I am returned to the terminal prompt and can not run R. I can open this
version of R from the R console and tried installing the lme4 source
2010 Feb 28
1
ubuntu hardy heron and lme4
I have R version 2.10.1 (2009-12-14) installed on Ubuntu HH (version 8.04)
I installed lme4 from the Ubuntu respository. When I executed the library(lme4)
command, R responds that lme4.so was not found.
I then uninstalled lme4 and tried again from cran. When the program tried to
compile, there was a message that -llapack could not be found, so the package
failed to install.
If I execute the
2024 Jun 15
1
Hard crash of lme4 in R-devel
I ran across this by accident when working up an example. It uses a data set from the survival package, but nothing else from there. Fails on the Intel machine shown below, and on a virtual linux instance on a newer Mac.
Terry
> library(survival)
> library(lme4)
Loading required package: Matrix
> sessionInfo()
R Under development (unstable) (2024-06-14 r86747)
Platform: