[R] lme plot

2006-03-23 Thread Leonardo D Bacigalupe
Hi all, I have a questions regarding mixed effects models: I'm trying to plot e.g. fitted vs residuals for each level of the random effects, and i'm getting the same error. I guess this might be a problem of the graphic capabilities of R. Is there any way to obtain those plots? library(nlme) a

[R] lme - plot - labels

2006-11-22 Thread Doktor, Daniel
Hello there, I am using the 'nlme' package to analyse among group and in between group variances. I do struggle a little using the respective plot-functions. I created a grouped object: group.lme <- groupedData(obsday ~ oro | id, data=read.table("data-lme.txt", header=T), labels=list(x =

Re: [R] lme plot

2006-03-24 Thread Dieter Menne
Leonardo D Bacigalupe sheffield.ac.uk> writes: > I'm trying to plot e.g. fitted vs residuals for each level of the > random effects, and i'm getting the same error. > I guess this might be a problem of the graphic capabilities of R. > > Is there any way to obtain those plots? > > library(nlme)

Re: [R] lme plot

2006-03-24 Thread Peter Dalgaard
Dieter Menne <[EMAIL PROTECTED]> writes: > getData returns non-null). The lines I don't understand in plot.lme are > > alist <- lapply(as.list(allV), as.name) > names(alist) <- allV > # next line > alist <- c(as.list(as.name("data.frame")), alist) >

Re: [R] lme plot

2006-03-24 Thread Dieter Menne
Peter Dalgaard biostat.ku.dk> writes: > > alist <- lapply(as.list(allV), as.name) > > names(alist) <- allV > > # next line > > alist <- c(as.list(as.name("data.frame")), alist) > > mode(alist) <- "call" > > data <- eval(alist, sys.parent

Re: [R] lme plot

2006-03-24 Thread Deepayan Sarkar
On 3/23/06, Leonardo D Bacigalupe <[EMAIL PROTECTED]> wrote: > Hi all, > > I have a questions regarding mixed effects models: > > I'm trying to plot e.g. fitted vs residuals for each level of the > random effects, and i'm getting the same error. > I guess this might be a problem of the graphic capa

Re: [R] lme plot

2006-03-29 Thread Prof Brian Ripley
On Fri, 24 Mar 2006, Dieter Menne wrote: > Leonardo D Bacigalupe sheffield.ac.uk> writes: > >> I'm trying to plot e.g. fitted vs residuals for each level of the >> random effects, and i'm getting the same error. >> I guess this might be a problem of the graphic capabilities of R. >> >> Is there a

Re: [R] lme plot

2006-03-29 Thread Peter Dalgaard
Prof Brian Ripley <[EMAIL PROTECTED]> writes: > On Fri, 24 Mar 2006, Dieter Menne wrote: > > > Leonardo D Bacigalupe sheffield.ac.uk> writes: > > > >> I'm trying to plot e.g. fitted vs residuals for each level of the > >> random effects, and i'm getting the same error. > >> I guess this might be

Re: [R] lme - plot - labels

2006-11-22 Thread Douglas Bates
On 11/22/06, Doktor, Daniel <[EMAIL PROTECTED]> wrote: > Hello there, > > I am using the 'nlme' package to analyse among group and in between > group variances. I do struggle a little using the respective > plot-functions. I created a grouped object: > > group.lme <- groupedData(obsday ~ oro | id,