Re: [R] Lack-of-fit test for linear mixed effects model (lme) including two fixed effects

2014-05-17 Thread Bert Gunter
This is really the sort of issue that should be discussed with a local statistical expert. (1) It is, a statistical, not an R programming question; (2) Would be better posed on the R-sig-mixed-moodels list anyway; (3) As lack of fit tests tend to be basically useless and scientifically meaningl

Re: [R] Warning Message: In saveSWF({ : the executablepng2swf.exedoes not exist!

2014-05-17 Thread Yihui Xie
That means saveSWF() cannot find SWF Tools, and you should either put it on PATH or provide its installation path. See `swftools` in ?animation::saveSWF Regards, Yihui -- Yihui Xie Web: http://yihui.name On Sat, May 17, 2014 at 9:25 AM, Cheryl Johnson wrote: > By using the animation package, I

Re: [R] dev-lang/R-3.1.0: biocLite("vsn") removes all files in /

2014-05-17 Thread Jeff Newmiller
Then you had best not do it again if you don't like that result. 1) This is not the right mailing list for issues having to do with bioconductor. Please go to the bioconductor mailing list for that. 2) Running random scripts straight from the internet as root without reviewing them is exactly t

[R] dev-lang/R-3.1.0: biocLite("vsn") removes all files in /

2014-05-17 Thread Juergen Rose
I had the following files in /: root@caiman:/root(8)# ll / total 160301 drwxr-xr-x 2 root root 4096 May 16 12:23 bin/ drwxr-xr-x 6 root root 3072 May 14 13:58 boot/ -rw-r--r-- 1 root root 38673 May 14 14:22 boot_local-d.log lrwxrwxrwx 1 root root11 Jan 22 2011 data -

[R] Lack-of-fit test for linear mixed effects model (lme) including two fixed effects

2014-05-17 Thread Isabella Zwiener
Dear list members, I fitted a linear mixed effects model using the lme function from nlme package. In the model I included two fixed effects, one being continuous and one a factor having 4 categories. Furthermore, I have one random effect (id) which I want to include as a random in

[R] Discrete and Continuous variables

2014-05-17 Thread acos
Hello everybody! I have a data frame with discrete and continuous variables something like this: 0 1 1.46270716 5309.0171 912.57041000. 1 0 1.55237329 5559.0171 809.01701000. 0 1 1.19595444 5809.0171

Re: [R] From "deldir"

2014-05-17 Thread Rolf Turner
On 18/05/14 03:56, Elham Daadmehr wrote: Dear all, Please guide me in following situation. I use these function from "deldir" package. x <- runif(20) y <- runif(20) z <- deldir(x,y,rw=c(0,1,0,1)) w <- tile.list(z) plot(w) ccc <- heat.colors(2) plo

Re: [R] Old version of R base and additional packages

2014-05-17 Thread Prof Brian Ripley
On 17/05/2014 15:43, Ville Hallikainen wrote: Dear R-users, what is the most easiest way to download old versions of R and it's packages. I have found some functions, but none of them have worked. How to use the Archieve for this purpose. I would like to have detailed instructions for Ubuntu and

Re: [R] Saving the ouput data

2014-05-17 Thread arun
Hi, Using the example data from ?rcorr library(Hmisc) library(Hmisc)     x <- c(-2, -1, 0, 1, 2) y <- c(4,   1, 0, 1, 4) z <- c(1,   2, 3, 4, NA) v <- c(1,   2, 3, 4, 5) rho <- rcorr(cbind(x,y,z,v)) #you could use ?capture.output  capture.output(rho, file="file1.txt") #or may

Re: [R] dist like function but where you can configure the method

2014-05-17 Thread David L Carlson
Function designdist() in package vegan lets you define your own distance measure, but it does not let you simply provide a function as your original request indicated. Function distance() in package ecodist() indicates that it is written to make it simple to add new distance functions, but warns

Re: [R] Old version of R base and additional packages

2014-05-17 Thread arun
HI, Use the link (https://stat.ethz.ch/mailman/listinfo/r-help) to unsubscribe. A.K. On Saturday, May 17, 2014 12:27 PM, Lakshmi Murthy wrote: Please unsubscribe me from the r-help list Thanks, Lakshmi On Sat, May 17, 2014 at 10:43 AM, Ville Hallikainen < ville.o.hallikai...@gmail.com> wro

Re: [R] Old version of R base and additional packages

2014-05-17 Thread Lakshmi Murthy
Please unsubscribe me from the r-help list Thanks, Lakshmi On Sat, May 17, 2014 at 10:43 AM, Ville Hallikainen < ville.o.hallikai...@gmail.com> wrote: > Dear R-users, > what is the most easiest way to download old versions of R and it's > packages. I have found some functions, but none of them

[R] From "deldir"

2014-05-17 Thread Elham Daadmehr
Dear all, Please guide me in following situation. I use these function from "deldir" package.   x <- runif(20)   y <- runif(20)   z <- deldir(x,y,rw=c(0,1,0,1))   w <- tile.list(z)   plot(w)   ccc <- heat.colors(2)   plot(w,fillcol=ccc,close=TRUE) Is each cell red wi

[R] Old version of R base and additional packages

2014-05-17 Thread Ville Hallikainen
Dear R-users, what is the most easiest way to download old versions of R and it's packages. I have found some functions, but none of them have worked. How to use the Archieve for this purpose. I would like to have detailed instructions for Ubuntu and Mac. Thank you, with best regards Ville Ha

[R] Warning Message: In saveSWF({ : the executablepng2swf.exedoes not exist!

2014-05-17 Thread Cheryl Johnson
By using the animation package, I get the warning message "In saveSWF({ : the executablepng2swf.exedoes not exist!". Help in understanding why this message is given will be appreciated. Thanks [[alternative HTML version deleted]] __ R-help@r-pr

[R] Lamperti trnasformation simulation.

2014-05-17 Thread Xuse Chuse
Dear users, I am trying to simulate a Lamperti transformation of a brownian motion: W(e_t). Could anyone give some clue how to do it? Thank you beforehand. Regards, C. [[alternative HTML version deleted]] __ R-help@r-project.org mailing list h