[R] Extracting Variance Components

2005-10-26 Thread Michel Friesenhahn
Dear List, Is there a way to extract variance components from lmeObjects or summary.lme objects without using intervals()? For my purposes I don't need the confidence intervals which I'm obtaining using parametric bootstrap. Thanks, Mike [[alternative HTML version deleted]]

[R] Confidence Intervals for Mixed Effects

2005-10-25 Thread Michel Friesenhahn
I'm fairly new to R and am wondering if anybody knows of R code to calculate confidence intervals for parameters (fixed effects and variance components) from mixed effects models based on Sattherthwaite's method? I'm also interested in Satterthwaite-based confidence intervals for linear combina

[R] Fw: Setting working directory interactively within a function

2005-10-14 Thread Michel Friesenhahn
oo if it's a >directory, to the directory it's in if it's a file). > >Duncan Murdoch It might be better to allow file.choose() to select and return directories. Allowing setwd("foo") to work if "foo" is a file won't help if you're starting a

[R] Reading # in file with read.csv

2005-10-11 Thread Michel Friesenhahn
Never mind on my previous question below. read.csv("Raw Data\\test.csv",comment.char="") does it. Mike I'm using read.csv to read in a csv file containing '#' characters. For example, say I'm reading the following file (test.csv): var1,var2,var3 a,b,c d,e#,f g,h,i It outputs: > read.csv("R

[R] Reading # in file with read.csv

2005-10-11 Thread Michel Friesenhahn
I'm using read.csv to read in a csv file containing '#' characters. For example, say I'm reading the following file (test.csv): var1,var2,var3 a,b,c d,e#,f g,h,i It outputs: > read.csv("Raw Data\\test.csv") var1 var2 var3 1abc 2de 3ghi Warning message: incompl

[R] Legend out of Plot Region

2005-09-24 Thread Michel Friesenhahn
Hi, Could someone tell me how to place a legend outside the plot region? Thanks, Mike __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html