Displaying 20 results from an estimated 4000 matches similar to: "Problems installing lattice"
2003 Nov 04
2
line breaks in recode
Dear all,
it seems to be that 'recode' can't handle any line breaks in its code.
The following command causes no problem:
datameta$smpid.r <-
recode(datameta$smpid,"c(101,25,167,45,75)=25;c(104,51)=51")
But if I type ...
datameta$smpid.r <-recode(datameta$smpid,
"c(101,25,167,45,75)=25;
c(104,51)=51")
... the result is a syntax error.
2003 Nov 02
3
barchart in lattice
Dear all,
I have two factors 'country' and 'status' which I would like to plot via barchart (lattice).
'status' consist of three different levels and should be the grouping variable, i.e. there
should be drawn three different panels and within each panel a barchart of 'country'.
barchart(daten$COUNTRY|daten$STATUS),
2004 Mar 17
1
What library is coxreg?
Dear mailing list,
I'm trying to run the sample program about coxreg in the eha package. But the
command is not recognized. I tried the boot and also the survival library.
Hope you can help me solve this little problem.
Thank you.
Jei
----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.
University of the
2005 Sep 21
1
Extending a data frame
Dear all,
all data I am talking about can be found at
<http://www.metaanalyse.de/tmp/test.dat>.
The R-code is located at <http://www.metaanalyse.de/tmp/test.R>
I'd like to plot the frequencies for status against year.
Typing table(tmp$year) it can be simple seen that some years are
missing, e.g. 1975-1978, 1981 etc.
Using xyplot to display the data I do not like the fact
2005 Aug 03
1
Multilevel logistic regression using lmer vs glmmPQL vs.gllamm in Stata
>On Wed, 3 Aug 2005, Bernd Weiss wrote:
>
>> I am trying to replicate some multilevel models with binary outcomes
>> using R's "lmer" and "glmmPQL" and Stata's gllmm, respectively.
>
>That's not going to happen as they are not using the same criteria.
the glmmPQL and lmer both use the PQL method to do it ,so can we get the same result by
2005 Aug 03
2
Multilevel logistic regression using lmer vs glmmPQL vs. gllamm in Stata
Dear all,
I am trying to replicate some multilevel models with binary outcomes
using R's "lmer" and "glmmPQL" and Stata's gllmm, respectively.
The data can be found at <http://www.uni-koeln.de/~ahf34/xerop.dta>.
The relevant Stata output can be found at <http://www.uni-
koeln.de/~ahf34/stataoutput.txt>. First, you will find the
unconditional model,
2009 Sep 01
1
Cannot connect from Windows 2000 to Samba 3.4.0 on Li nux ....
Some default setting have changed. Use: testparm -v from your various
versions of samba to detect which parameters may be causing you issues.
------------------------------------------------------------------------
Tony Hoover, Network Administrator
KSU - Salina, College of Technology and Aviation
(785) 826-2660
"Don't Blend in..."
2004 Jul 13
1
Synatx Error on start with R --no-save < myfile.R
Dear all!
I wrote my R-code with an editor and loaded it with source("my_file.R").
Everything works fine as expected.
When I try to start my code with:
R --no-save < my_file.R
I do get a synatx error half way through. The version is 1.9.0 on a Linux
system. To start it with R --no-save < my_file.R works on some machines but
on some it doesn't.
Are there any rules
2010 Aug 29
1
Feature request: put NewEnvironment and R_NewhashedEnv into API
Hi,
as Seth Falcon in 2006, I also need to create new environments from package C code. Unfortunately, both NewEnvironment and R_NewHashedEnv are not yet part of the public API, if I understand correctly.
Is it planned to add at least one of these functions to the public API in the near future? May I submit a patch? Otherwise I would need to re-implement much of the functionality of R
2005 Oct 25
0
Beginner question on apply()
Dear all,
I am an beginner with R and I have a question concerning apply(). My problem
is as follows:
I have data on four variables (x1,x2,x3,x4) with missing values for x1 and
x2.
> data[1:9,]
x1 x2 x3 x4
1 NA NA 10 1
2 NA NA 8 3
3 NA NA 13 7
4 9 9 9 9
5 11 14 20 10
6 14 14 14 15
7 6 6 6 8
8 4 4 4 19
9 12 12 12 8
.....
I would like to replace the missing values
2008 Jun 06
1
Error Message (PR#11602)
Hello!
My Name is Jan Matthias and I am from Cologne University in Germany. I have=
problems with R , version 1.9.1.
I also use the package tcltk and follow the instructions from a command fil=
e which i will send with.
My problem is that the program always stops at the same step, showing diffe=
rent Error Messages sometimes. My Hope is that you have a suggestion what t=
he problem is and how
2011 Aug 22
2
samba 3.6.0: cannot delete files on shares
Second try via NNTP: ;-)
After updating samba to the new version 3.6.0 on my Linux systems at home
and at work, I found the problem that I could not delete files on my shares.
This did not occur on the home system, but only on the work system, so I
looked for differences between the two. I found that the usage of
non-encrypted passwords triggers the problem. I use this on my work system,
2008 Sep 19
0
[JOB] Softwareentwickler/-in, prometheus-Bildarchiv, Universität zu Köln
Hi folks!
We, the prometheus image archive at the University of Cologne
(Germany), would like you to take note of the following job
announcement for a full-time software developer position in Cologne,
Germany. In addition, we''d like to emphasize that the contract is
limited in time due to formal reasons only. We definitely aim at
extending it.
We look forward to receiving your
2001 May 15
3
box around a barplot
Hi,
is it possible to draw a box around the following barplot;
using "box=TRUE" won't work.
----------
pc<-c(1,2,5,29,27)
barplot(pc,ylim=c(0,30),yaxs="r",xaxs="r",ylab="Anzahl"
,names.arg=c("Mac","286er","386er","486er","Pentium I")
,axisnames=T,col="gray")
----------
Thanks in
2004 Dec 20
3
Sweave and LaTeX beamer class
Hi,
has anyonne experienced problems between the LaTeX beamer class and
Sweave? The following code does not work properly:
#################################
\documentclass{beamer}
\usepackage[latin1]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{ngerman}
\begin{document}
\frame{
\frametitle{test}
test
<<>>=
1+1
@
}
\end{document}
#################################
Below is the
2009 Mar 21
1
Weird rsync or shell problem?
Hi,
I got an issue using rsync that might not be related to rsync at all. But please let me explain.
I am using rsync in a script to synchronize two Volumes. So far so good this is an easy task.
I set up a cron job to do it on a regular schedule.
What happens is, there is a difference in the result between running the script straight form the shell or by cron.
If done by cron some signs got
2001 Mar 11
2
Doing a Cox-Regression in R and SPSS
A.S.: I am sorry for sending my first mail to <r-help at R-
project.org>.
---------------------------------------------------------
Hallo,
computing a Cox proportional hazards model in SPSS 9.0 and
R 1.2.2 produces different results for beta-coefficient.
I use the follwing data set (source: example in
help(coxph), somewhat modified)
Time Status Covariate (x)
2008 Jun 06
3
Lattice: key does not accept German umlaute
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
library(lattice)
## works as expected
xyplot(1~1, key = list(text = list(c("Maenner"))))
## works as expected
xyplot(1~1, key = list(text = list(c("Maenner"))), xlab = "M\344nner")
## gives an error
xyplot(1~1, key = list(text = list(c("M\344nner"))))
Is this a bug?
TIA,
Bernd
-----BEGIN PGP
2005 Jun 13
3
Lattice: Combining xyplot and histogram
Dear all,
I am trying to create a lattice plot which consists of 1 xyplot and 2
histograms (each for x and y).
My first try was like this:
x<-rnorm(1000)
y<-rnorm(1000)
xy <- xyplot(y~x)
hist.x <- histogram(x)
hist.y <- histogram(y)
print(xy, position=c(0, 0.2, 1, 1), more=TRUE)
print(hist.x, position=c(0, 0, 1, 0.33),more=T)
print(hist.y, position=c(0.8, 0, 1, 1))
Ok, this is
2001 Jun 09
3
spss-data import
Hello,
at the moment i am using spss as my favorite statistics
package, but R seems an atractive alternative. Thanks to
the R-Team for their great work! (I use R on my windows98
laptop,P II and 64MB Ram).
I have a big(?) data set, containing more than 470
variables and 3200 cases (size: 2.5MB). Whenever I use the
command 'read.spss' (foreign-library), I got the the
following